| Age | Commit message (Expand) | Author |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2021-03-05 | Convert to intr_establish_xname(). | rin |
| 2020-02-04 | Convert a few more drivers to the if_stats interface | martin |
| 2020-02-04 | Adopt <net/if_stats.h> | skrll |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 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-04-22 | These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA and | msaitoh |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | 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 |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-12-08 | Apply deferred if_start framework | ozaki-r |
| 2016-10-03 | Fix typo | ozaki-r |
| 2016-10-02 | MFREE -> m_free | christos |
| 2016-07-15 | adjust to dbdma changes | macallan |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2011-06-30 | Modify mapiodev to take a third argument indicating whether the space | matt |
| 2011-06-18 | struct device * -> device_t | matt |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-25 | Adapt to <spr.h> breakup. | matt |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-09-26 | use access functions to mess with obio's registers | macallan |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2007-12-29 | De-__P(). | dyoung |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | make this compile again | macallan |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-10-18 | Fix for PR 33667. Note that putting bmac_mediachange where thorpej | jklos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-30 | Eliminate use of M_HASFCS. | thorpej |
| 2005-01-26 | MPC601: Use RTC instead of TB. (While I'm here, update these to use | kleink |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-04-18 | Make this compile with XNS enabled | matt |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2001-07-22 | bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. | wiz |