summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-39/+39
2020-06-06net: dp83869: Reset return variable if PHY strap is readDan Murphy1-0/+3
2020-06-05net: phy: mscc: fix Serdes configuration in vsc8584_config_initAntoine Tenart1-2/+2
2020-06-05net: mscc: Fix OF_MDIO config checkDan Murphy2-3/+3
2020-06-05net: marvell: Fix OF_MDIO config checkDan Murphy1-1/+1
2020-06-05net: dp83867: Fix OF_MDIO config checkDan Murphy1-1/+1
2020-06-05net: dp83869: Fix OF_MDIO config checkDan Murphy1-1/+1
2020-06-04net: mdiobus: Disable preemption upon u64_stats updateAhmed S. Darwish1-0/+2
2020-06-04net: phy: fixed_phy: Remove unused seqcountAhmed S. Darwish1-17/+11
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds29-216/+3359
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2020-06-01net: phy: broadcom: don't export RDB/legacy access methodsMichael Walle1-4/+2
2020-05-29net: phy: marvell: unlock after phy_select_page() failureDan Carpenter1-1/+1
2020-05-29net: phy: mscc: fix PHYs using the vsc8574_probeAntoine Tenart1-0/+4
2020-05-26net: phy: at803x: add cable diagnostics support for ATH9331 and ATH8032Oleksij Rempel1-2/+16
2020-05-26net: phy: marvell: Configure TDR pulse based on measurement lengthAndrew Lunn1-2/+23
2020-05-26net : phy: marvell: Speedup TDR data retrieval by only changing page onceAndrew Lunn1-12/+19
2020-05-26net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn2-19/+45
2020-05-26net: phy: marvell: Add support for amplitude graphAndrew Lunn1-1/+231
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn2-2/+65
2020-05-26net: phy: mscc-miim: read poll when high resolution timers are disabledAntoine Tenart2-6/+19
2020-05-26net: phy: mscc-miim: improve waiting logicAntoine Tenart1-2/+13
2020-05-26net: phy: mscc-miim: remove redundant timeout checkAntoine Tenart1-6/+2
2020-05-26net: phy: mscc-miim: use more reasonable delaysAntoine Tenart1-1/+1
2020-05-26net: mdiobus: add clause 45 mdiobus accessorsRussell King6-30/+21
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-12/+21
2020-05-23net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart5-10/+21
2020-05-23net: phy: at803x: fix PHY ID masksMichael Walle1-9/+7
2020-05-22net: phy: dp83869: Set opmode from strapsDan Murphy1-1/+20
2020-05-22net: phy: dp83869: Update port-mirroring to read strapsDan Murphy1-3/+12
2020-05-21net: phy: tja11xx: add SQI supportOleksij Rempel1-0/+26
2020-05-18net: phy: simplify phy_link_change argumentsDoug Berger3-15/+12
2020-05-17net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky1-2/+2
2020-05-16net: phy: broadcom: fix checkpatch complains about tabsKevin Lo1-1/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2020-05-15net: phy: tja11xx: execute cable test on link upOleksij Rempel1-5/+43
2020-05-15net: phy: broadcom: add support for BCM54811 PHYKevin Lo1-5/+51
2020-05-14net: phy: mdio-moxart: remove unneeded includeBartosz Golaszewski1-1/+0
2020-05-14net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810Kevin Lo1-2/+6
2020-05-13net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit1-3/+5
2020-05-13net: phy: at803x: add cable diagnostics supportMichael Walle1-0/+176
2020-05-13net: phy: bcm54140: add cable diagnostics supportMichael Walle1-0/+3
2020-05-13net: phy: broadcom: add cable test supportMichael Walle2-0/+195
2020-05-13net: phy: broadcom: add bcm_phy_modify_exp()Michael Walle2-0/+34
2020-05-13net: phy: broadcom: add exp register access methods without buslockMichael Walle2-7/+33
2020-05-13net: phy: tja11xx: add cable-test supportOleksij Rempel1-1/+105
2020-05-10net: phy: Put interface into oper testing during cable testAndrew Lunn1-1/+11
2020-05-10net: phy: marvell: Add cable test supportAndrew Lunn1-0/+201
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn1-2/+20
2020-05-10net: phy: Add support for polling cable testAndrew Lunn1-0/+2