aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* nsphy(4): Remove obsolete support for pcn(4)Marius Strobl2020-12-261-8/+1
* mlphy(4)/tlphy(4): Remove obsolete driversMarius Strobl2020-12-263-792/+0
* mii: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0111-33/+3
* Add support for bcm54213PE in brgphy.Mike Karels2020-06-184-0/+58
* Add support for BCM54618SE PHYJustin Hibbits2020-04-092-0/+2
* mii(4): Fix ivars leak when the bus device or bus children detach.Mark Johnston2019-12-201-0/+14
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* Find the correct node of PHY chip using "phy-handle" property ofRuslan Bukin2019-07-291-4/+8
* Add driver for Xilinx AXI Ethernet tri-mode (10/100/1000 Mb/s) MAC foundRuslan Bukin2019-05-081-0/+57
* Recognize ICS1893C PHYs.Mark Johnston2018-08-072-0/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2740-0/+80
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-203-0/+6
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-1815-0/+30
* Add a driver for the Vitesse/Microsemi VSC8501 PHY.Ian Lepore2017-06-112-1/+274
* Add some utility functions to help a PHY driver on an FDT-configuredIan Lepore2017-06-112-0/+275
* Add a set of constants describing the ways a MAC and PHY can be connected.Ian Lepore2017-06-101-0/+36
* Add support for the Micrel KSZ8081 ethernet PHY.Ian Lepore2017-04-162-1/+28
* Add preliminary support for the RTL8153.Kevin Lo2016-10-313-3/+14
* Add support for the Microchip/Micrel KSZ9031 Gigabit Ethernet PHY.Luiz Otavio O Souza2016-07-232-26/+109
* Add support for Atmel at25df641 flashBaptiste Daroussin2016-06-082-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Disable EEE(Energy Efficient Ethernet) for RTL8211F PHY.Pyun YongHyeon2015-12-032-4/+46
* Add more BCM gigabit PHYsSean Bruno2015-09-042-1/+11
* Add support for BCM5466 PHYSean Bruno2015-07-292-0/+2
* Fix yet another comment typo in NetBSD rev. 1.16, missed when mergingMarius Strobl2015-06-181-1/+1
* Merge from NetBSD:Marius Strobl2015-06-161-3/+40
* Add another variant of BCM5708S controller to IBM HS21 workaroundPyun YongHyeon2015-04-231-10/+18
* Instead of storing mii_media_table array index in ifm_data, determineGleb Smirnoff2015-04-214-77/+120
* The comment on BMCR data in if_media entry is wrong. The ifm_data storesGleb Smirnoff2015-04-211-20/+2
* Since xmphy doesn't call mii_phy_setmedia(), there is no reason to set ifm_data.Gleb Smirnoff2015-04-211-5/+4
* Since brgphy doesn't call mii_phy_setmedia(), there is no reason toGleb Smirnoff2015-04-211-9/+14
* Restore auto MDIX for RTL8211B and newer revision PHYs which wasPyun YongHyeon2015-03-131-1/+1
* Add RTL8211F gigabit PHY support.Pyun YongHyeon2015-03-122-60/+126
* Typo: ivalid -> invalid.Kevin Lo2015-01-211-2/+2
* Clean some dead code.Gleb Smirnoff2015-01-143-21/+0
* Remove unused variables.Gleb Smirnoff2015-01-132-4/+0
* - Remove unused variable.Gleb Smirnoff2015-01-131-3/+2
* Remove unused fields.Gleb Smirnoff2015-01-131-14/+0
* In miibus(4) drivers provide functions that allow to get NICGleb Smirnoff2015-01-1212-29/+52
* Use nitems().Gleb Smirnoff2015-01-091-5/+1
* o Put () for p to avoid unexpected macro expansionRuslan Bukin2014-12-101-2/+3
* Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).Ruslan Bukin2014-10-212-0/+219
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Move rl(4) to dev/rl.Gleb Smirnoff2014-09-193-3/+3
* Do not blindly announce 1000baseT half-duplex capability inPyun YongHyeon2014-09-041-9/+16
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-311-2/+2
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-029-28/+32
* Add definition for the Atheros 8021 gigabit PHY.Nathan Whitehorn2013-11-062-0/+2
* Add support for new Gigabit PHY of RealTek.Pyun YongHyeon2013-10-292-2/+6