summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2020-07-20net: phy: at803x: add mdix configuration support for AR9331 and AR8035Oleksij Rempel1-0/+78
2020-07-17net: phy: sfp: Cotsworks SFF module EEPROM fixupChris Healy1-0/+44
2020-07-17net: phy: continue searching for C45 MMDs even if first returned ffff:ffffVladimir Oltean1-1/+2
2020-07-15net: phy: realtek: add support for RTL8125B-internal PHYHeiner Kallweit1-0/+12
2020-07-14net: phy: fix mdio-mscc-miim buildBartosz Golaszewski1-0/+1
2020-07-09net: phy: mscc: fix ptr_ret.cocci warningskernel test robot1-4/+1
2020-07-09ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger1-1/+16
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli1-0/+48
2020-07-08net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli1-0/+3
2020-07-08net: sfp: add error checking with sfp_irq_nameChris Healy1-0/+3
2020-07-08net: phy: Register ethtool PHY operationsFlorian Fainelli1-0/+7
2020-07-08net: phy: add a Kconfig option for mdio_devresBartosz Golaszewski2-2/+5
2020-07-07net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn1-6/+0
2020-07-07net: phy: cavium: Improve __iomem messAndrew Lunn3-11/+10
2020-07-07net: phy: dp83640: Fixup cast to restricted __be16 warningAndrew Lunn1-2/+3
2020-07-07net: phy: Make phy_10gbit_fec_features_array staticAndrew Lunn1-2/+1
2020-07-07net: phy: Properly define genphy_c45_driverAndrew Lunn1-1/+0
2020-07-07net: phy: Fixup parameters in kerneldocAndrew Lunn3-8/+9
2020-07-07net: phy: at803x: Avoid comparison is always false warningAndrew Lunn1-4/+3
2020-07-07net: sfp: Unique GPIO interrupt namesChris Healy1-1/+6
2020-07-01of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski2-1/+40
2020-07-01net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski2-79/+77
2020-07-01phy: mdio: add kerneldoc for __devm_mdiobus_register()Bartosz Golaszewski1-0/+7
2020-07-01phy: un-inline devm_mdiobus_register()Bartosz Golaszewski2-1/+19
2020-06-30net: phy: marvell10g: support XFI rate matching modeBaruch Siach1-0/+22
2020-06-26net: phy: mdio: reset MDIO devices even if probe() is not implementedBartosz Golaszewski1-7/+6
2020-06-26net: phy: reset the PHY even if probe() is not implementedBartosz Golaszewski1-11/+12
2020-06-26net: phy: arrange headers in phy_device.c alphabeticallyBartosz Golaszewski1-15/+15
2020-06-26net: phy: arrange headers in mdio_device.c alphabeticallyBartosz Golaszewski1-1/+1
2020-06-26net: phy: arrange headers in mdio_bus.c alphabeticallyBartosz Golaszewski1-16/+16
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-53/+58
2020-06-26net: phy: mscc: improve vsc8514/8584_config_init consistencyAntoine Tenart1-4/+8
2020-06-26net: phy: mscc: remove useless page configuration in the config initAntoine Tenart1-7/+0
2020-06-26net: phy: mscc: restore the base page in vsc8514/8584_config_initAntoine Tenart1-0/+9
2020-06-26net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart2-18/+18
2020-06-26net: phy: mscc: ptp: fix a typo in a commentAntoine Tenart1-1/+1
2020-06-26net: phy: mscc: ptp: fix a smatch errorAntoine Tenart1-0/+1
2020-06-26net: phy: mscc: fix a possible double unlockAntoine Tenart1-1/+1
2020-06-26net: phy: mscc: macsec: fix sparse warningsAntoine Tenart1-5/+7
2020-06-26net: phy: DP83822: Add setting the fixed internal delayDan Murphy1-10/+69
2020-06-26net: dp83869: Add RGMII internal delay configurationDan Murphy1-3/+50
2020-06-26net: phy: Add a helper to return the index for of the internal delayDan Murphy1-0/+99
2020-06-26net: 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-25net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang1-0/+4
2020-06-25net: phy: make phy_disable_interrupts() non-staticJisheng Zhang1-1/+1
2020-06-25net: phy: mscc: timestamping and PHC supportAntoine Tenart3-4/+630
2020-06-25net: phy: mscc: 1588 block initializationQuentin Schulz5-2/+1552
2020-06-25net: phy: mscc: take into account the 1588 block in MACsec initAntoine Tenart1-1/+3