| Age | Commit message (Expand) | Author |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2015-05-25 | Remove leftover IPX-related stuffs | ozaki-r |
| 2015-04-03 | Don't grab KERNEL_LOCK during if_output when NET_MPSAFE | ozaki-r |
| 2014-06-07 | lostart: silence gcc warning (XXX: gcc is not right though). | rmind |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-05-20 | if_free() instead of direct call to free() to avoid diagnostic panic | pooka |
| 2014-05-13 | Make sure *(if_output)() is called with KERNEL_LOCK held. | bouyer |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2011-06-20 | Avoid computing INET[6] cksums for MPLS packets | kefren |
| 2011-06-17 | teach loopback about MPLS. Prerequisite for MPLS tunnels | kefren |
| 2011-04-25 | undefer csum in looutput. | yamt |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-24 | Constify the rt_addrinfo argument to the ifa_rtrequest member | dyoung |
| 2008-06-15 | - add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD) | christos |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-09 | Remove unneeded usage of LIST_*. | peter |
| 2006-10-08 | Make lo* always have the IFF_RUNNING flag set, to apease some | martin |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2005-12-11 | ANSI function decls and application of static. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-12-05 | Use ANSI function decls, change a few 0 to NULL. | peter |
| 2004-12-04 | Change ifc_destroy to return an int instead of void, so that it | peter |
| 2004-12-04 | Convert lo(4) to a clonable device. | peter |
| 2004-08-19 | Factor out the hand-crafting of mbufs from the interface files. Reviewed by | christos |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2003-11-13 | Add m_tag_delete_nonpesrsistent(), for deleting all packet tags on | jonathan |
| 2003-08-15 | Make if_loop MTU settable via SIOCSFMTU/ifconfig. Useful for testing, | jonathan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-05-16 | use strlcpy | itojun |
| 2003-05-14 | always use PULLDOWN_TEST codepath. | itojun |
| 2003-05-01 | bpf_mtap() does not care about M_PKTHDR at the top. M_COPY_PKTHDR has some | itojun |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-09-26 | Fix a case where M_COPY_PKTHDR() wasn't being used prior to calling bpf_mtap | darrenr |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-06-14 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | itojun |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-02-20 | explicitly use u_int32_t for DLT_NULL encapsulation. | itojun |
| 2001-01-17 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | itojun |
| 2001-01-17 | Fix a rather annoying problem where the sockaddr_dl which holds | thorpej |
| 2000-12-18 | Oops, make this build without ALTQ again. | thorpej |