aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mge
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-5/+5
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-27/+33
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* [mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...Adrian Chadd2015-12-261-1/+1
* Improve style in mge driverZbigniew Bodek2015-10-251-19/+30
* Change improper locking assertion in mgeZbigniew Bodek2015-10-251-4/+2
* Add etherswitch support to mgeZbigniew Bodek2015-10-252-64/+315
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* Optim and Fix for mge driver:Fabien Thomas2014-07-071-12/+35
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Remove unused and incomplete support for delayed fragment checksumsAndre Oppermann2013-08-191-3/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Merging of projects/armv6, part 6Oleksandr Tymoshenko2012-08-152-25/+85
* Add support for Marvell 88F6282.Hiroki Sato2012-07-281-1/+3
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-2/+2
* Respect phy-handle property in Ethernet nodes of the device tree.Rafal Jaworowski2012-03-042-13/+10
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-152-13/+6
* Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski2010-06-132-17/+47
* Assorted fixes for mge(4).Rafal Jaworowski2010-02-171-11/+3
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Fix autonegotiation: tell the MAC where to find the PHY.Philip Paeps2009-12-291-3/+9
* Introduce MII_ADDR_BASE option on ARM, which allows to override the defaultRafal Jaworowski2009-08-251-4/+7
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* strict kobj signatures: fix assortment of miibus_writereg implsAndriy Gapon2009-06-111-3/+4
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-6/+10
* mge(4): fix two bugs, which were leading to crash/hang under very heavyRafal Jaworowski2009-04-161-3/+11
* Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions,Rafal Jaworowski2009-04-161-1/+2
* Handle mge(4) chip revision differences at run-time rather then compile time,Rafal Jaworowski2009-01-082-52/+90
* Marvell Gigabit Ethernet controller driver.Rafal Jaworowski2008-10-142-0/+2123