| Age | Commit message (Expand) | Author |
| 2022-05-23 | Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci; | rin |
| 2021-11-10 | s/desciptor/descriptor/ in comment. | msaitoh |
| 2021-06-05 | Back out the following changes: | thorpej |
| 2020-03-05 | Add support for Farallon PN9000SX from FreeBSD. | msaitoh |
| 2020-03-05 | No functional change: | msaitoh |
| 2020-03-05 | No functional change: | msaitoh |
| 2020-03-05 | s/Intialize/Initialize/ in comment. | msaitoh |
| 2020-03-03 | Don't clear CFI and priority bit to pass them to the upper layer. | msaitoh |
| 2020-02-29 | - Change the definition and usage of TI_HOSTADDR() to allow for 64-bit | thorpej |
| 2020-02-01 | Adopt <net/if_stats.h>. | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-07-09 | Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit in | msaitoh |
| 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-05-23 | -No functional change: | msaitoh |
| 2019-04-26 | No functional change: | msaitoh |
| 2019-04-11 | Fix a bug that the duplex of manual media setting may be wrong | 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-08 | Typos. | dholland |
| 2017-09-26 | VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ. | knakahara |
| 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_normal_dev() instead of aprint_error_dev() when printing | 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-07-25 | Memory leak. Same as r1.93. I don't know why Brainy didn't detect it | maxv |
| 2015-04-27 | fix mbuf leak on failure (Brainy) | christos |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2014-02-27 | Remove impossible checks. | joerg |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 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-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-09-27 | Replace shutdownhook_establish(9) with pmf_device_register1(9). | tsutsui |
| 2009-05-12 | use device_private(). | cegger |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-11-07 | Merge from vmlocking: | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-07 | First part of ti(4) overhaul: | tnn |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-08-29 | Constify: LLADDR() -> CLLADDR(). | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |