aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2020-06-25net: dp83869: Add RGMII internal delay configurationDan Murphy1-3/+50
2020-06-25net: phy: Add a helper to return the index for of the internal delayDan Murphy1-0/+99
2020-06-25net: phylink: only restart AN if the link mode is using in-band ANRussell King1-1/+2
2020-06-25net: phylink: add phylink_speed_(up|down) interfaceRussell King1-0/+48
2020-06-25net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel2-33/+10
2020-06-24net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang1-0/+4
2020-06-24net: phy: make phy_disable_interrupts() non-staticJisheng Zhang1-1/+1
2020-06-24net: phy: mscc: timestamping and PHC supportAntoine Tenart3-4/+630
2020-06-24net: phy: mscc: 1588 block initializationQuentin Schulz5-2/+1552
2020-06-24net: phy: mscc: take into account the 1588 block in MACsec initAntoine Tenart1-1/+3
2020-06-24net: phy: mscc: remove the TR CLK disable magic valueQuentin Schulz2-5/+6
2020-06-24net: phy: mscc: fix copyright and author information in MACsecAntoine Tenart4-6/+6
2020-06-23net: phylink: ensure manual pause mode configuration takes effectRussell King1-5/+22
2020-06-23net: phylink: fix ethtool -A with attached PHYsRussell King1-9/+11
2020-06-23net: phy: Allow mdio buses to auto-probe c45 devicesJeremy Linton1-2/+16
2020-06-22net: phy: marvell: Add Marvell 88E1548P supportMaxim Kochetkov1-0/+23
2020-06-22net: phy: marvell: Add Marvell 88E1340S supportMaxim Kochetkov1-0/+23
2020-06-22net: phy: marvell: use a single style for referencing functionsMaxim Kochetkov1-111/+111
2020-06-22net: phy: smsc: fix printing too many logsDejin Zheng1-4/+7
2020-06-19net: phy: read MMD ID from all present MMDsRussell King1-0/+13
2020-06-19net: phy: split devices_in_packageRussell King3-9/+9
2020-06-19net: phy: set devices_in_package only after validationRussell King1-7/+9
2020-06-19net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King1-2/+38
2020-06-19net: phy: reword get_phy_device() kerneldocRussell King1-2/+11
2020-06-19net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King1-6/+8
2020-06-19net: phy: clean up get_phy_c45_ids() failure handlingRussell King1-12/+10
2020-06-19net: phy: clean up PHY ID readingRussell King1-16/+9
2020-06-19net: phy: clean up cortina workaroundRussell King1-15/+13
2020-06-19net: phy: Check harder for errors in get_phy_id()Florian Fainelli1-2/+4
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-16/+10
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