summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2018-10-08net: phy: mscc: add support for VSC8574 PHYQuentin Schulz
2018-10-08net: phy: mscc: add support for VSC8584 PHYQuentin Schulz
2018-10-08net: phy: mscc: remove unneeded temporary variableQuentin Schulz
2018-10-08net: phy: mscc: shorten `x != 0` condition to `x`Quentin Schulz
2018-10-08net: phy: mscc: remove unneeded parenthesisQuentin Schulz
2018-10-08net: phy: mscc: Add EEE init sequenceRaju Lakkaraju
2018-10-08net: phy: mscc: add ethtool statistics countersRaju Lakkaraju
2018-10-08net: phy: mscc: migrate to phy_select/restore_page functionsQuentin Schulz
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-05net: phy: phylink: fix SFP interface autodetectionBaruch Siach
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-01net: phy: Convert to using %pOFn instead of device_node.nameRob Herring
2018-10-01net: phy: improve handling delayed workHeiner Kallweit
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn
2018-10-01net: phy: Add phydev_info()Andrew Lunn
2018-10-01net: phy: Add phydev_warn()Andrew Lunn
2018-10-01net: phy: Move linkmode helpers to somewhere publicAndrew Lunn
2018-09-28net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unusedArnd Bergmann
2018-09-28phy: mscc: fix printf formatArnd Bergmann
2018-09-26net: phy: sfp: Fix unregistering of HWMON SFP deviceAndrew Lunn
2018-09-26net: phy: fix WoL handling when suspending the PHYHeiner Kallweit
2018-09-26Revert "net: phy: fix WoL handling when suspending the PHY"David S. Miller
2018-09-26net: phy: fix WoL handling when suspending the PHYHeiner Kallweit
2018-09-25net: phy: marvell: Fix build.David S. Miller
2018-09-25net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli
2018-09-25net: phy: Stop with excessive soft resetFlorian Fainelli
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-21net: phy: mdio-bcm-unimac: Allow configuring MDIO clock dividerFlorian Fainelli
2018-09-21net: phy: don't reschedule state machine when PHY is haltedHeiner Kallweit
2018-09-19net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart
2018-09-19net: phy: call state machine synchronously in phy_stopHeiner Kallweit
2018-09-18sfp: fix oops with ethtool -mRussell King
2018-09-17net: mdio: remove duplicated include from mdio_bus.cYueHaibing
2018-09-16net: phy: et011c: Remove incorrect PHY_POLL flagsFlorian Fainelli
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn
2018-09-12net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn
2018-09-12net: phy: bcm63xx: Allow to be built with COMPILE_TESTAndrew Lunn
2018-09-12net: phy: et1011c: Remove incorrect missing 1000 HalfAndrew Lunn
2018-09-12net: phy: ste10Xp: Remove wrong SUPPORTED_PauseAndrew Lunn
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-04net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn
2018-09-04net: phy: mscc: read 'vsc8531, led-%d-mode' as an u32Quentin Schulz
2018-09-04net: phy: mscc: read 'vsc8531, edge-slowdown' as an u32Quentin Schulz
2018-09-04net: phy: mscc: read 'vsc8531,vddmac' as an u32Quentin Schulz
2018-09-04net: phy: mscc: factorize function for getting LED mode from DTQuentin Schulz
2018-09-04net: phy: mscc: factorize code for LEDs modeQuentin Schulz