summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: DP83TC811: Fix WoL in config init to be disabledDan Murphy2020-05-011-9/+12
* net: phy: DP83822: Fix WoL in config init to be disabledDan Murphy2020-05-011-16/+14
* dp83640: reverse arguments to list_add_tailJulia Lawall2020-04-301-1/+1
* net: phy: marvell10g: fix temperature sensor on 2110Baruch Siach2020-04-271-1/+26
* net: phy: bcm84881: clear settings on link downRussell King2020-04-231-3/+3
* net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach2020-04-231-1/+2
* net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino2020-04-221-0/+171
* net: marvell10g: soft-reset the PHY when coming out of low powerRussell King2020-04-141-3/+13
* net: marvell10g: report firmware versionRussell King2020-04-141-0/+20
* net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto2020-04-141-1/+1
* net: phy: marvell: Fix pause frame negotiationClemens Gruber2020-04-111-22/+24
* Documentation: mdio_bus.c - fix warningsLothar Rubusch2020-04-071-1/+1
* net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel2020-04-031-0/+7
* net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035Oleksij Rempel2020-04-011-2/+2
* net: phylink: add separate pcs operations structureRussell King2020-03-301-22/+55
* net: phylink: rename 'ops' to 'mac_ops'Russell King2020-03-301-15/+15
* net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King2020-03-301-5/+7
* ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2020-03-301-1/+1
* net: phy: micrel.c: add rgmii interface delay possibility to ksz9131Philippe Schenker2020-03-291-0/+50
* net: phy: bcm7xx: add jumbo frame configuration to PHYMurali Krishna Policharla2020-03-273-0/+27
* net: phy: don't touch suspended flag if there's no suspend/resume callbackHeiner Kallweit2020-03-261-17/+15
* net: phy: add marvell usb to mdio controllerTobias Waldekranz2020-03-263-0/+128
* net: phy: probe PHY drivers synchronouslyHeiner Kallweit2020-03-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-254-20/+46
|\
| * net: phy: mdio-bcm-unimac: Fix clock handlingAndre Przywara2020-03-241-4/+2
| * net: phy: dp83867: w/a for fld detect threshold bootstrapping issueGrygorii Strashko2020-03-211-1/+20
| * net: phy: sfp-bus.c: get rid of docs warningsMauro Carvalho Chehab2020-03-171-14/+18
| * net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur2020-03-171-1/+6
* | net: phy: mscc: consolidate a common RGMII delay implementationVladimir Oltean2020-03-242-57/+49
* | net: phy: mdio-mux-bcm-iproc: use readl_poll_timeout() to simplify codeDejin Zheng2020-03-241-10/+4
* | net: phy: tja11xx: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-231-13/+3
* | net: phy: smsc: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-231-11/+5
* | net: phy: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-231-11/+5
* | net: phy: marvell10g: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng2020-03-231-10/+5
* | net: phy: aquantia: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng2020-03-231-9/+4
* | net: phy: bcm84881: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng2020-03-231-23/+4
* | net: phy: aquantia: remove downshift warning now that phylib takes careHeiner Kallweit2020-03-231-24/+1
* | net: phy: marvell: remove downshift warning now that phylib takes careHeiner Kallweit2020-03-231-24/+0
* | net: phy: add and use phy_check_downshiftHeiner Kallweit2020-03-232-1/+41
* | net: phy: xpcs: Restart AutoNeg if outcome was invalidJose Abreu2020-03-231-1/+3
* | net: phy: xpcs: Set Link down if AutoNeg is enabled and did not finishJose Abreu2020-03-231-1/+3
* | net: phy: xpcs: Reset XPCS upon probeJose Abreu2020-03-231-1/+1
* | net: phy: xpcs: Return error when 10GKR link errors are foundJose Abreu2020-03-231-1/+3
* | net: phy: mscc: add support for VSC8502Vladimir Oltean2020-03-232-0/+25
* | net: phy: mscc: configure both RX and TX internal delays for RGMIIVladimir Oltean2020-03-232-3/+15
* | net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_setVladimir Oltean2020-03-231-0/+3
* | net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delayVladimir Oltean2020-03-232-10/+10
* | net: phy: mscc: RGMII skew delay configurationAntoine Tenart2020-03-192-0/+43
* | net: phy: mscc: add support for RGMII MAC modeAntoine Tenart2020-03-192-12/+21
* | net: phy: mscc: add missing check on a phy_write return valueAntoine Tenart2020-03-191-0/+2