| Age | Commit message (Expand) | Author |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-05-30 | Simplify MII structure initialization and reference. No functional change. | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | -No functional change: | msaitoh |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 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 |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-10-02 | MFREE -> m_free | christos |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2013-10-17 | - remove unused variables | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 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-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-12 | Cosmetic: use device_t and accessors. Change to ANSI-style | dyoung |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2007-12-05 | lockmgr -> mutex | ad |
| 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-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-09-23 | Fix rx buffer size bitmask, do not explicitly set burst length and use 1536 | martin |
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem |
| 2003-01-06 | descriptor with a c. | wiz |
| 2002-11-07 | Add a driver for the Myson Technology MTD803 3-in-1 Fast Ethernet Controller, | martin |