summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: mscc: add support for VSC8574 PHYQuentin Schulz2018-10-081-1/+319
* net: phy: mscc: add support for VSC8584 PHYQuentin Schulz2018-10-081-0/+747
* net: phy: mscc: remove unneeded temporary variableQuentin Schulz2018-10-081-8/+4
* net: phy: mscc: shorten `x != 0` condition to `x`Quentin Schulz2018-10-081-4/+4
* net: phy: mscc: remove unneeded parenthesisQuentin Schulz2018-10-081-1/+1
* net: phy: mscc: Add EEE init sequenceRaju Lakkaraju2018-10-081-0/+65
* net: phy: mscc: add ethtool statistics countersRaju Lakkaraju2018-10-081-0/+119
* net: phy: mscc: migrate to phy_select/restore_page functionsQuentin Schulz2018-10-081-84/+62
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-20/+28
|\
| * net: phy: phylink: fix SFP interface autodetectionBaruch Siach2018-10-051-20/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-032-5/+14
|\|
| * net: phy: sfp: Fix unregistering of HWMON SFP deviceAndrew Lunn2018-09-261-2/+5
| * net: phy: fix WoL handling when suspending the PHYHeiner Kallweit2018-09-261-3/+9
| * Revert "net: phy: fix WoL handling when suspending the PHY"David S. Miller2018-09-261-26/+16
| * net: phy: fix WoL handling when suspending the PHYHeiner Kallweit2018-09-261-16/+26
* | net: phy: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-011-2/+2
* | net: phy: improve handling delayed workHeiner Kallweit2018-10-011-14/+15
* | net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn2018-10-016-29/+171
* | net: phy: Add phydev_info()Andrew Lunn2018-10-012-7/+8
* | net: phy: Add phydev_warn()Andrew Lunn2018-10-015-24/+26
* | net: phy: Move linkmode helpers to somewhere publicAndrew Lunn2018-10-011-27/+0
* | net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unusedArnd Bergmann2018-09-281-2/+2
* | phy: mscc: fix printf formatArnd Bergmann2018-09-281-1/+1
* | net: phy: marvell: Fix build.David S. Miller2018-09-251-1/+1
* | net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli2018-09-251-42/+21
* | net: phy: Stop with excessive soft resetFlorian Fainelli2018-09-251-2/+0
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-2/+2
|\|
| * sfp: fix oops with ethtool -mRussell King2018-09-181-2/+2
* | net: phy: mdio-bcm-unimac: Allow configuring MDIO clock dividerFlorian Fainelli2018-09-211-2/+81
* | net: phy: don't reschedule state machine when PHY is haltedHeiner Kallweit2018-09-211-2/+6
* | net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart2018-09-191-0/+3
* | net: phy: call state machine synchronously in phy_stopHeiner Kallweit2018-09-191-0/+2
* | net: mdio: remove duplicated include from mdio_bus.cYueHaibing2018-09-171-1/+0
* | net: phy: et011c: Remove incorrect PHY_POLL flagsFlorian Fainelli2018-09-161-1/+0
* | net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn2018-09-121-0/+20
* | net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn2018-09-121-0/+23
* | net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-121-0/+30
* | net: ethernet: Add helper for MACs which support pauseAndrew Lunn2018-09-121-0/+14
* | net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-121-0/+13
* | net: ethernet: Add helper to remove a supported link modeAndrew Lunn2018-09-121-0/+18
* | net: phy: bcm63xx: Allow to be built with COMPILE_TESTAndrew Lunn2018-09-121-1/+1
* | net: phy: et1011c: Remove incorrect missing 1000 HalfAndrew Lunn2018-09-121-1/+1
* | net: phy: ste10Xp: Remove wrong SUPPORTED_PauseAndrew Lunn2018-09-121-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-041-4/+16
|\|
| * net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn2018-09-041-4/+16
* | net: phy: mscc: read 'vsc8531, led-%d-mode' as an u32Quentin Schulz2018-09-041-6/+7
* | net: phy: mscc: read 'vsc8531, edge-slowdown' as an u32Quentin Schulz2018-09-041-4/+3
* | net: phy: mscc: read 'vsc8531,vddmac' as an u32Quentin Schulz2018-09-041-3/+3
* | net: phy: mscc: factorize function for getting LED mode from DTQuentin Schulz2018-09-041-1/+19
* | net: phy: mscc: factorize code for LEDs modeQuentin Schulz2018-09-041-36/+39
|/