| Age | Commit message (Expand) | Author |
| 2022-09-03 | Garbage-collect the remaining vestiges of netisr. | thorpej |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-04-27 | A few more empty-string --> NULL in required-modules lists | pgoyette |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-05-01 | Remove now unused net_osdep.h includes, the other BSDs did the same. | maxv |
| 2017-12-06 | Ensure to not turn on IFF_RUNNING of an interface until its initialization co... | ozaki-r |
| 2017-10-23 | If if_attach() failed in the attach function, free resources and return. | msaitoh |
| 2016-12-12 | Make the routing table and rtcaches MP-safe | ozaki-r |
| 2016-08-07 | modularize some more drivers and merge the module glue | christos |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-28 | Constify rtentry of if_output | ozaki-r |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2014-07-29 | Use if_free instead of free | ozaki-r |
| 2014-06-06 | - Eliminate RTFREE() macro in favour of rtfree() function. | rmind |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 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 | that should read if_alloc. | christos |
| 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-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-01-31 | Replace the comment that came from if_loop.c many years ago by | rpaulo |
| 2006-01-31 | PR/32676: Yves-Emmanuel JUTARD: faithprefix should only be defined with INET6 | christos |
| 2005-12-11 | ANSI function decls and application of static. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-12-04 | Change ifc_destroy to return an int instead of void, so that it | peter |
| 2004-08-20 | Fix compilation error introduced by prevoius commit. | enami |
| 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-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-06-04 | no need to set rmx_send/recvpipe. | itojun |
| 2001-11-15 | Someone <sys/param.h> was deleted from the includes list. Add it | thorpej |
| 2001-11-13 | remove unnecessary #if NFOO > 0 .... #endif wrappers | lukem |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-05-08 | remove #ifdef for freebsd | itojun |
| 2001-05-08 | correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix() | 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 | Fill in if_dlt. | thorpej |