| Age | Commit message (Expand) | Author |
| 2025-01-02 | bus_generic_detach: Delete children after detaching them | John Baldwin |
| 2024-06-28 | net: Remove unneeded NULL check for the allocated ifnet | Zhenlei Huang |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-02-06 | Mechanically convert if_bfe(4) to IfAPI | Justin Hibbits |
| 2022-05-06 | bfe: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin |
| 2022-05-06 | Remove unused miibus_devclass and miibus_fdt_devclass. | John Baldwin |
| 2022-03-28 | bfe(4): Fix a typo in a comment | Gordon Bergling |
| 2022-02-26 | Fix "set but not used" in the bfe driver. Remove dead code. | Scott Long |
| 2021-12-10 | bfe: plug a set-but-not-unused var | Mateusz Guzik |
| 2020-09-01 | bfe: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2019-10-21 | Convert to if_foreach_llmaddr() KPI. | Gleb Smirnoff |
| 2018-09-26 | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh |
| 2018-08-19 | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer |
| 2018-08-19 | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer |
| 2018-07-08 | Add PNP info to PCI attachments of bfe driver | Warner Losh |
| 2018-05-18 | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-10-25 | Check m_getcl() return value. | Gleb Smirnoff |
| 2014-09-18 | Mechanically convert to if_inc_counter(). | Gleb Smirnoff |
| 2014-08-30 | Use define from if_var.h to access a field inside struct if_data, | Gleb Smirnoff |
| 2014-06-11 | Fix various NIC drivers to properly cleanup static DMA resources. | John Baldwin |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2012-01-07 | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | Kevin Lo |
| 2011-11-22 | - There's no need to overwrite the default device method with the default | Marius Strobl |
| 2011-05-03 | - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP | Marius Strobl |
| 2010-10-15 | Convert the PHY drivers to honor the mii_flags passed down and convert | Marius Strobl |
| 2009-06-26 | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson |
| 2008-08-22 | Add a new sysctl node 'dev.bfe.N.stats' that shows various MAC | Pyun YongHyeon |
| 2008-08-22 | Because bfe(4) knows interrupt mask value there is no need to read | Pyun YongHyeon |
| 2008-08-22 | Remove bfe_link in softc and introduce two new flags to mark | Pyun YongHyeon |
| 2008-08-21 | o Sort includes and add <endian.h> to support endianness. | Pyun YongHyeon |
| 2008-08-11 | Use device_set_desc() instead of device_set_desc_copy() as we don't | Pyun YongHyeon |
| 2008-08-11 | Partial back out r180952. | Pyun YongHyeon |
| 2008-07-29 | style(9) - space after keywords, don't indent case. | Pyun YongHyeon |
| 2008-07-29 | Cache PCI vendor/device ids to avoid unnecessary PCI configuration | Pyun YongHyeon |
| 2008-07-29 | s/printf/device_printf/g | Pyun YongHyeon |
| 2008-04-30 | Don't panic even if bus_dmamap_load(9) was failed. Just return | Pyun YongHyeon |
| 2008-01-29 | Fix link state handling in bfe(4). | Pyun YongHyeon |
| 2007-11-22 | Fix function prototype for device_shutdown method. | Pyun YongHyeon |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-11-20 | Add suspend/resume support. Unlike many other NIC drivers, | John Baldwin |
| 2006-05-28 | Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me that | Mike Silbersack |
| 2006-05-28 | 1. Make sure that the TX and RX descriptor rings are 4096 byte aligned. | Mike Silbersack |
| 2006-05-16 | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp |
| 2006-05-04 | Fix three more bugs in bfe: | Mike Silbersack |
| 2006-04-28 | Tweak the DMA limit from rev 1.33, it was off by one byte. | Mike Silbersack |