| Age | Commit message (Expand) | Author |
| 2022-09-24 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2020-03-16 | Do the "have transmit resources available" check before checking that | thorpej |
| 2020-03-15 | Don't bother with IFF_OACTIVE. | thorpej |
| 2020-02-07 | Use callout_setfunc() / callout_schedule(). | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-10-11 | Use unsigned to avoid undefined behavior. Found by kUBSan. | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | Whitespace fix (mainly tabify). | msaitoh |
| 2019-05-23 | No functional change: | msaitoh |
| 2019-04-22 | In drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass to | msaitoh |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2018-12-02 | use pci_intr_establish_xname() | jdolecek |
| 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-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-04-27 | fix mbuf leak on failure (Brainy) | christos |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2013-03-30 | remove trailing whitespace | christos |
| 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 |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-04-30 | silence "boot -z" | hubertf |
| 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-09-06 | Replace shutdownhook_establish(9) with pmf_device_register1(9). | tsutsui |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2008-04-04 | Split device_t/softc with misc related changes. | tsutsui |
| 2008-03-21 | pci_activate() expects for its void * argument to be a device_t, | dyoung |
| 2008-03-11 | Prepare for PMF self-suspension: in the if_stop() methods, clear | dyoung |
| 2008-01-20 | Now that the driver goes through the mii_ifmedia_change indirection | jmmv |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-08-29 | Constify: LLADDR() -> CLLADDR(). | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-15 | Fix typo (enaddr[3] should be enaddr[2]), and add note to comment, | jdarrow |
| 2006-11-01 | Detect if we're talking to a VMware virtual interface, and, if so, | thorpej |
| 2006-10-31 | In the pcn driver: | thorpej |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-06-17 | re-factor the pci powestate api. reviewed by gimpy | christos |
| 2006-06-14 | Call pcn_reset() in pcn_shutdown() so that my 7248 (prep) firmware | tsutsui |
| 2006-02-22 | IBM makes a pcn card that shows up as: | garbled |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |