aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-25net: phy: genphy_10g_driver: Avoid NULL pointer dereferenceAndrew Lunn1-1/+1
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds20-367/+1997
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-7/+4
2018-10-22net: phy: phy_support_sym_pause: Clear Asym PauseAndrew Lunn1-0/+1
2018-10-21net: phy: mdio-mux-bcm-iproc: simplify getting .driver_dataWolfram Sang1-4/+2
2018-10-19net: phy: micrel: add Microchip KSZ9131 initial driverYuiko Oshino1-1/+129
2018-10-17net: phy: mscc: fix memory leak in vsc8574_config_pre_initGustavo A. R. Silva1-1/+1
2018-10-17net: phy: mscc: fix signedness bug in vsc85xx_downshift_getGustavo A. R. Silva1-1/+1
2018-10-15net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit1-18/+3
2018-10-15net: phy: simplify handling of PHY_RESUMING in state machineHeiner Kallweit1-29/+14
2018-10-15net: phy: improve handling of PHY_RUNNING in state machineHeiner Kallweit1-20/+9
2018-10-15net: phy: trigger state machine immediately in phy_start_machineHeiner Kallweit1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2018-10-11net: phy: sfp: remove sfp_mutex's definitionSebastian Andrzej Siewior1-2/+0
2018-10-08net: phy: mscc: add support for VSC8574 PHYQuentin Schulz1-1/+319
2018-10-08net: phy: mscc: add support for VSC8584 PHYQuentin Schulz1-0/+747
2018-10-08net: phy: mscc: remove unneeded temporary variableQuentin Schulz1-8/+4
2018-10-08net: phy: mscc: shorten `x != 0` condition to `x`Quentin Schulz1-4/+4
2018-10-08net: phy: mscc: remove unneeded parenthesisQuentin Schulz1-1/+1
2018-10-08net: phy: mscc: Add EEE init sequenceRaju Lakkaraju1-0/+65
2018-10-08net: phy: mscc: add ethtool statistics countersRaju Lakkaraju1-0/+119
2018-10-08net: phy: mscc: migrate to phy_select/restore_page functionsQuentin Schulz1-84/+62
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+28
2018-10-05net: phy: phylink: fix SFP interface autodetectionBaruch Siach1-20/+28
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+14
2018-10-01net: phy: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-10-01net: phy: improve handling delayed workHeiner Kallweit1-14/+15
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn6-29/+171
2018-10-01net: phy: Add phydev_info()Andrew Lunn2-7/+8
2018-10-01net: phy: Add phydev_warn()Andrew Lunn5-24/+26
2018-10-01net: phy: Move linkmode helpers to somewhere publicAndrew Lunn1-27/+0
2018-09-28net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-09-28phy: mscc: fix printf formatArnd Bergmann1-1/+1
2018-09-26net: phy: sfp: Fix unregistering of HWMON SFP deviceAndrew Lunn1-2/+5
2018-09-26net: phy: fix WoL handling when suspending the PHYHeiner Kallweit1-3/+9
2018-09-26Revert "net: phy: fix WoL handling when suspending the PHY"David S. Miller1-26/+16
2018-09-26net: phy: fix WoL handling when suspending the PHYHeiner Kallweit1-16/+26
2018-09-25net: phy: marvell: Fix build.David S. Miller1-1/+1
2018-09-25net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli1-42/+21
2018-09-25net: phy: Stop with excessive soft resetFlorian Fainelli1-2/+0
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-09-21net: phy: mdio-bcm-unimac: Allow configuring MDIO clock dividerFlorian Fainelli1-2/+81
2018-09-21net: phy: don't reschedule state machine when PHY is haltedHeiner Kallweit1-2/+6
2018-09-19net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart1-0/+3
2018-09-19net: phy: call state machine synchronously in phy_stopHeiner Kallweit1-0/+2
2018-09-18sfp: fix oops with ethtool -mRussell King1-2/+2
2018-09-17net: mdio: remove duplicated include from mdio_bus.cYueHaibing1-1/+0
2018-09-16net: phy: et011c: Remove incorrect PHY_POLL flagsFlorian Fainelli1-1/+0
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-1/+1
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-7/+4