summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2004-07-08If the parent interface is not IFF_RUNNING, do not call its start function.mycroft
2004-07-03I changed pppoutput to use M_PREPEND. pppoutput was duplicatingdyoung
2004-06-24Rename MBUFTRACE helper function m_claim() to m_claimm(),jonathan
2004-06-22fix "includes" for pfvar.hitojun
2004-06-22foundation for PFitojun
2004-06-22prepare PF-related hooks. reviewed by matt, perry, christositojun
2004-06-18Onno van der Linden assigned copyright for his work on this filewiz
2004-06-06Resolve kern/25721 by detaching ethernet(-like) devices from adyoung
2004-06-06Use bpf_mtap2 in tun(4).dyoung
2004-06-06Per Matt Thomas' and Darren Reed's suggestions:dyoung
2004-05-29back out previous change - these diffs aren't what I'd tested.darrenr
2004-05-29add mmap(2) interface to bpf(4) devices, along with BIOCMMAPINFO ioctl calldarrenr
2004-05-25Sysctl descriptions under net subtree (net.key not done)atatat
2004-05-19reapply a change that got undone with more recent changes to bpf to wakeupdarrenr
2004-05-14Fix locking issues noticed by Tom Ivar Helbekkmo on tech-net:pk
2004-05-13Initialize interface type to IFT_TUNNEL as suggested by Erik Änggårdtron
2004-05-13Mark gre(4) interfaces as IFT_TUNNEL (Encapsulation interface).tron
2004-04-30Add bpf_mtap2, which taps a packet whose head is in a void *bufferdyoung
2004-04-26Remove #else of #if __STDC__matt
2004-04-25Initial commit of a port of the FreeBSD implementation of RFC 2385jonathan
2004-04-25Initialise (most) pools from a link set instead of explicit callssimonb
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-04-22Constify protosw arrays. This can reduce the kernel .data section bymatt
2004-04-21ANSI-fy and some additional de-__P and constification.matt
2004-04-21kill a sprintfitojun
2004-04-21kill sprintf, use snprintfitojun
2004-04-21sprintf -> snprintfitojun
2004-04-21fix constification botch. (hi gimpy)christos
2004-04-21Constify if.c radix.c and route.c (and fix related fallout).matt
2004-04-20If we timeout waiting for data on the bpf device, allow data in the currentdarrenr
2004-04-15don't use u_long in an ioctl, rather, u_int64_t so there are no long 32/64darrenr
2004-04-15Add a count of the number of packets that match the bpf filter applied to adarrenr
2004-04-14* from bpf 1.2a1, use the IO_NDELAY flag in bpfread() to indicate whether ordarrenr
2004-04-11from freebsd's kern/36219, the if expression in deciding whether or notdarrenr
2004-04-10Fix bpf so that select will return for a timeout (from FreeBSD.)darrenr
2004-04-09De-__P'ify.thorpej
2004-04-09Add flow control-related media bits / descriptions.thorpej
2004-04-08Be more paranoid about data a non-root user may query.martin
2004-03-30fixed mbuf leak if up pppoe but not connected an ether i/f.oki
2004-03-25UCB no longer requires the advertising clause.is
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-22Update my copyright to not include advertising clause.matt
2004-03-10Add 10GBASE-LR to IFM_10G_LR.keihan
2004-03-01Don't leak memory if a copyin fails.tron
2004-02-19Add media type 10GbaseLR. Change ifmb_baudrate and ifmedia_baudrate()ragge
2004-01-31Use m_copydata(), m_adj() and M_PREPEND() to manipulate mbuf's injdc
2004-01-29make it compile with !(INET || INET6)drochner
2004-01-22Make bpf_maxbufsize writable via sysctl, as written by Andrew Brown.jonathan
2004-01-21Fix an Emacs finger-glitch (missing semicolon#).jonathan
2004-01-21Update bpf buffer parameters, as per recent discussion on tech-net.jonathan