summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2020-05-24net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart5-10/+21
2020-05-17net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky1-2/+2
2020-05-15net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810Kevin Lo1-2/+6
2020-05-14net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit1-3/+5
2020-05-02net: phy: DP83TC811: Fix WoL in config init to be disabledDan Murphy1-9/+12
2020-05-02net: phy: DP83822: Fix WoL in config init to be disabledDan Murphy1-16/+14
2020-05-01dp83640: reverse arguments to list_add_tailJulia Lawall1-1/+1
2020-04-27net: phy: marvell10g: fix temperature sensor on 2110Baruch Siach1-1/+26
2020-04-24net: phy: bcm84881: clear settings on link downRussell King1-3/+3
2020-04-23net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach1-1/+2
2020-04-22net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino1-0/+171
2020-04-15net: marvell10g: soft-reset the PHY when coming out of low powerRussell King1-3/+13
2020-04-15net: marvell10g: report firmware versionRussell King1-0/+20
2020-04-15net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto1-1/+1
2020-04-12net: phy: marvell: Fix pause frame negotiationClemens Gruber1-22/+24
2020-04-08Documentation: mdio_bus.c - fix warningsLothar Rubusch1-1/+1
2020-04-04net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel1-0/+7
2020-04-01net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035Oleksij Rempel1-2/+2
2020-03-30net: phylink: add separate pcs operations structureRussell King1-22/+55
2020-03-30net: phylink: rename 'ops' to 'mac_ops'Russell King1-15/+15
2020-03-30net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King1-5/+7
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Richard Cochran1-1/+1
2020-03-30net: phy: micrel.c: add rgmii interface delay possibility to ksz9131Philippe Schenker1-0/+50
2020-03-28net: phy: bcm7xx: add jumbo frame configuration to PHYMurali Krishna Policharla3-0/+27
2020-03-27net: phy: don't touch suspended flag if there's no suspend/resume callbackHeiner Kallweit1-17/+15
2020-03-27net: phy: add marvell usb to mdio controllerTobias Waldekranz3-0/+128
2020-03-27net: phy: probe PHY drivers synchronouslyHeiner Kallweit1-0/+1
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-20/+46
2020-03-25net: phy: mdio-bcm-unimac: Fix clock handlingAndre Przywara1-4/+2
2020-03-25net: phy: mscc: consolidate a common RGMII delay implementationVladimir Oltean2-57/+49
2020-03-25net: phy: mdio-mux-bcm-iproc: use readl_poll_timeout() to simplify codeDejin Zheng1-10/+4
2020-03-24net: phy: tja11xx: use phy_read_poll_timeout() to simplify the codeDejin Zheng1-13/+3
2020-03-24net: phy: smsc: use phy_read_poll_timeout() to simplify the codeDejin Zheng1-11/+5
2020-03-24net: phy: use phy_read_poll_timeout() to simplify the codeDejin Zheng1-11/+5
2020-03-24net: phy: marvell10g: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-10/+5
2020-03-24net: phy: aquantia: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-9/+4
2020-03-24net: phy: bcm84881: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-23/+4
2020-03-24net: phy: aquantia: remove downshift warning now that phylib takes careHeiner Kallweit1-24/+1
2020-03-24net: phy: marvell: remove downshift warning now that phylib takes careHeiner Kallweit1-24/+0
2020-03-24net: phy: add and use phy_check_downshiftHeiner Kallweit2-1/+41
2020-03-24net: phy: xpcs: Restart AutoNeg if outcome was invalidJose Abreu1-1/+3
2020-03-24net: phy: xpcs: Set Link down if AutoNeg is enabled and did not finishJose Abreu1-1/+3
2020-03-24net: phy: xpcs: Reset XPCS upon probeJose Abreu1-1/+1
2020-03-24net: phy: xpcs: Return error when 10GKR link errors are foundJose Abreu1-1/+3
2020-03-24net: phy: mscc: add support for VSC8502Vladimir Oltean2-0/+25
2020-03-24net: phy: mscc: configure both RX and TX internal delays for RGMIIVladimir Oltean2-3/+15
2020-03-24net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_setVladimir Oltean1-0/+3
2020-03-24net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delayVladimir Oltean2-10/+10
2020-03-22net: phy: dp83867: w/a for fld detect threshold bootstrapping issueGrygorii Strashko1-1/+20
2020-03-20net: phy: mscc: RGMII skew delay configurationAntoine Tenart2-0/+43