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