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