summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2020-07-21net: phylink: ensure link is down when changing interfaceRussell King
2020-07-21net: phylink: rearrange resolve mac_config() callRussell King
2020-07-21net: phylink: rejig link state trackingRussell King
2020-07-21net: phylink: update ethtool reporting for fixed-link modesRussell King
2020-07-21net: mdio-mux-gpio: use devm_gpiod_get_array()Jisheng Zhang
2020-07-19net: phy: at803x: add mdix configuration support for AR9331 and AR8035Oleksij Rempel
2020-07-17net: phy: sfp: Cotsworks SFF module EEPROM fixupChris Healy
2020-07-17net: phy: continue searching for C45 MMDs even if first returned ffff:ffffVladimir Oltean
2020-07-16net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov
2020-07-14net: phy: realtek: add support for RTL8125B-internal PHYHeiner Kallweit
2020-07-13net: phy: fix mdio-mscc-miim buildBartosz Golaszewski
2020-07-09net: phy: mscc: fix ptr_ret.cocci warningskernel test robot
2020-07-08ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli
2020-07-08net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli
2020-07-07net: sfp: add error checking with sfp_irq_nameChris Healy
2020-07-07net: phy: Register ethtool PHY operationsFlorian Fainelli
2020-07-07net: phy: add a Kconfig option for mdio_devresBartosz Golaszewski
2020-07-07net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn
2020-07-07net: phy: cavium: Improve __iomem messAndrew Lunn
2020-07-07net: phy: dp83640: Fixup cast to restricted __be16 warningAndrew Lunn
2020-07-07net: phy: Make phy_10gbit_fec_features_array staticAndrew Lunn
2020-07-07net: phy: Properly define genphy_c45_driverAndrew Lunn
2020-07-07net: phy: Fixup parameters in kerneldocAndrew Lunn
2020-07-07net: phy: at803x: Avoid comparison is always false warningAndrew Lunn
2020-07-07net: sfp: Unique GPIO interrupt namesChris Healy
2020-06-30of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski
2020-06-30net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski
2020-06-30phy: mdio: add kerneldoc for __devm_mdiobus_register()Bartosz Golaszewski
2020-06-30phy: un-inline devm_mdiobus_register()Bartosz Golaszewski
2020-06-29net: phy: marvell10g: support XFI rate matching modeBaruch Siach
2020-06-26net: phy: mdio: reset MDIO devices even if probe() is not implementedBartosz Golaszewski
2020-06-26net: phy: reset the PHY even if probe() is not implementedBartosz Golaszewski
2020-06-26net: phy: arrange headers in phy_device.c alphabeticallyBartosz Golaszewski
2020-06-26net: phy: arrange headers in mdio_device.c alphabeticallyBartosz Golaszewski
2020-06-26net: phy: arrange headers in mdio_bus.c alphabeticallyBartosz Golaszewski
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-25net: phy: mscc: improve vsc8514/8584_config_init consistencyAntoine Tenart
2020-06-25net: phy: mscc: remove useless page configuration in the config initAntoine Tenart
2020-06-25net: phy: mscc: restore the base page in vsc8514/8584_config_initAntoine Tenart
2020-06-25net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart
2020-06-25net: phy: mscc: ptp: fix a typo in a commentAntoine Tenart
2020-06-25net: phy: mscc: ptp: fix a smatch errorAntoine Tenart
2020-06-25net: phy: mscc: fix a possible double unlockAntoine Tenart
2020-06-25net: phy: mscc: macsec: fix sparse warningsAntoine Tenart
2020-06-25net: phy: DP83822: Add setting the fixed internal delayDan Murphy
2020-06-25net: dp83869: Add RGMII internal delay configurationDan Murphy
2020-06-25net: phy: Add a helper to return the index for of the internal delayDan Murphy
2020-06-25net: phylink: only restart AN if the link mode is using in-band ANRussell King
2020-06-25net: phylink: add phylink_speed_(up|down) interfaceRussell King