| Age | Commit message (Expand) | Author |
| 2026-02-24 | chore: replace {0, 0} with {DEV,KOBJ}METHOD_END | Enji Cooper |
| 2025-03-27 | arm/mv: Remove pre-armv7 support | Andrew Turner |
| 2024-12-06 | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin |
| 2024-07-24 | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh |
| 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-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-02-06 | mge(4): Fix build after IfAPI conversion | Justin Hibbits |
| 2023-01-31 | Mechanically convert mge(4) to IfAPI | Justin Hibbits |
| 2022-05-10 | mge: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin |
| 2022-05-06 | Remove unused mdio_devclass. | John Baldwin |
| 2022-05-06 | Remove unused miibus_devclass and miibus_fdt_devclass. | John Baldwin |
| 2022-04-04 | mge: eliminate write only variables ifp, sc and error | Warner Losh |
| 2021-09-03 | mge(4): Mark sysctls and callout MP-safe. | Alexander Motin |
| 2021-08-28 | Fix a common typo in man pages and src comments | Gordon Bergling |
| 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-05-18 | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy |
| 2017-11-20 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2015-12-26 | [mdio] migrate mdiobus out of etherswitch and into a top-level device of its ... | Adrian Chadd |
| 2015-10-25 | Improve style in mge driver | Zbigniew Bodek |
| 2015-10-25 | Change improper locking assertion in mge | Zbigniew Bodek |
| 2015-10-25 | Add etherswitch support to mge | Zbigniew Bodek |
| 2014-09-19 | Mechanically convert to if_inc_counter(). | Gleb Smirnoff |
| 2014-07-07 | Optim and Fix for mge driver: | Fabien Thomas |
| 2014-02-02 | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore |
| 2013-11-30 | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2013-08-19 | Remove unused and incomplete support for delayed fragment checksums | Andre Oppermann |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2012-08-15 | Merging of projects/armv6, part 6 | Oleksandr Tymoshenko |
| 2012-07-28 | Add support for Marvell 88F6282. | Hiroki Sato |
| 2012-03-12 | More conversions of drivers to use the PCI parent DMA tag. | Scott Long |
| 2012-03-04 | Respect phy-handle property in Ethernet nodes of the device tree. | Rafal Jaworowski |
| 2010-10-15 | Convert the PHY drivers to honor the mii_flags passed down and convert | Marius Strobl |
| 2010-06-13 | Convert Marvell ARM platforms to FDT convention. | Rafal Jaworowski |
| 2010-02-17 | Assorted fixes for mge(4). | Rafal Jaworowski |
| 2010-01-07 | Remove extraneous semicolons, no functional changes. | Martin Blapp |
| 2009-12-29 | Fix autonegotiation: tell the MAC where to find the PHY. | Philip Paeps |
| 2009-08-25 | Introduce MII_ADDR_BASE option on ARM, which allows to override the default | Rafal Jaworowski |
| 2009-06-26 | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson |
| 2009-06-11 | strict kobj signatures: fix assortment of miibus_writereg impls | Andriy Gapon |
| 2009-05-30 | When user_frac in the polling subsystem is low it is going to busy the | Attilio Rao |
| 2009-04-16 | mge(4): fix two bugs, which were leading to crash/hang under very heavy | Rafal Jaworowski |
| 2009-04-16 | Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions, | Rafal Jaworowski |
| 2009-01-08 | Handle mge(4) chip revision differences at run-time rather then compile time, | Rafal Jaworowski |
| 2008-10-14 | Marvell Gigabit Ethernet controller driver. | Rafal Jaworowski |