| Age | Commit message (Expand) | Author |
| 2022-09-24 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2022-09-17 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2021-07-24 | s/structres/structures + s/whenver/whenever | andvar |
| 2021-05-08 | Use pci_compatible_match(). | thorpej |
| 2020-02-07 | Use callout_setfunc() / callout_schedule(). | thorpej |
| 2020-01-30 | Adopt <net/if_stats.h>. | thorpej |
| 2019-09-13 | if_flags is neither int nor short. It's unsigned short. | 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-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 2018-07-18 | Be consistent among ethernet drivers on the convention for printing ethernet | sevan |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-02-28 | Cosmetic printf/aprint changes. | flxd |
| 2018-02-28 | Cosmetic fix for the Physical Address Registers PAR0 to PAR5. | flxd |
| 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-07-14 | - Use aprint*() instead of printf() in xxx_attach(). | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 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-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 |
| 2012-12-27 | - reset the chip if the tx engine gets stuck after a link state change, | jmcneill |
| 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 |
| 2012-01-30 | Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} | drochner |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2010-12-16 | Enable ETHERCAP_VLAN_MTU in vr(4). Tested on VT6105M and VT8237R+. | jakllsch |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-04-28 | Silence for boot -z | hubertf |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-09-26 | add suspend/resume support | jmcneill |
| 2009-09-06 | Replace shutdownhook_establish(9) with pmf_device_register1(9). | tsutsui |
| 2009-08-23 | Don't maintain a list of descriptions for each supported device, that's | jmcneill |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-07-09 | - device/softc split | joerg |
| 2008-07-09 | Constify device table. | joerg |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 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-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 |