| Age | Commit message (Expand) | Author |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2021-07-01 | Make sure the media / mii members in struct ethercom are initialized | thorpej |
| 2021-06-30 | Fix a couple of problems with MII-equipped NE2000 derivatives reported by | thorpej |
| 2020-02-04 | Use ifmedia_fini(). | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-05-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-04-26 | No functional change: | msaitoh |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-07-15 | Retire ipkdb entirely. The option was removed from the config files | maxv |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2017-05-23 | Apply deferred if_start to more drivers | ozaki-r |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-20 | Apply mbuf initialize function to stack mbuf used as M_PKTHDR. | knakahara |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2010-04-11 | Fix botched logic in ipkdb part in rev 1.77 (KNF misc). | tsutsui |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-27 | KNF, misc cosmetics. | tsutsui |
| 2010-02-27 | Always call device dependent functions via pointers rather than | tsutsui |
| 2010-02-27 | Also fix a wrong mem_ring calculation in dp8390_ipkdb_attach(). | tsutsui |
| 2010-02-24 | Fix a wrong calculation bug around RX ring buffer memory address | tsutsui |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-06 | Simplify device-activation hooks. | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-03-12 | Split device_t and softc for the NE2000 Ethernet chip and all its variants | cube |
| 2008-02-23 | Convert a complicated if/else if/else chain to a switch statement | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-13 | Make the IPKDB code compile. | cube |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-09-16 | Do not count ipackets twice. From Dave Barnes in PR port-i386/26906. | martin |
| 2003-01-15 | Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN | bouyer |
| 2002-12-21 | Move dp8390_debug to the #ifdef DEBUG section. | kristerw |