| Age | Commit message (Expand) | Author |
| 2022-09-03 | Garbage-collect the remaining vestiges of netisr. | thorpej |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2017-02-20 | Apply deferred if_start to more drivers | ozaki-r |
| 2017-01-24 | Defer bpf_mtap in Rx interrupt context to softint | ozaki-r |
| 2016-12-15 | Annotate bpf_mtap still running in Rx hardware interrupt with "XXX not in sof... | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-28 | Constify rtentry of if_output | ozaki-r |
| 2016-04-20 | IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE caller | knakahara |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-05-15 | Save a NETISR_* value in a variable and call schednetisr() after enqueue | msaitoh |
| 2013-09-14 | Put helper functions for debugging under the corresponding debug | joerg |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 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 |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 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-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-02-24 | becuase -> because. From Peter Postma. | wiz |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-21 | hz -> Hz | tsutsui |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-08-14 | add (u_long) casts for sparc64. | mrg |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-06-14 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | itojun |
| 2001-06-12 | underrun, not underun | wiz |
| 2001-03-01 | IPv6 support, from fujiwara@rcac.tdi.co.jp | itojun |
| 2001-01-17 | Fix a rather annoying problem where the sockaddr_dl which holds | thorpej |
| 2000-12-18 | ALTQ'ify. | thorpej |
| 2000-12-12 | Adapt to bpfattach() changes, and further centralize the bpfattach() | thorpej |
| 2000-01-09 | remove unused llc from receive logic, protect use of llc header in tranmist | chopps |
| 2000-01-09 | rename hl_control to hl_ffb (friendly fudge byte) as per cisco insider | chopps |
| 2000-01-08 | pass iso pdus to netiso | chopps |
| 2000-01-04 | convert to support non-dma IO (for the isa Riscom/N2). | chopps |