summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2019-03-19mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-03-10net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit1-0/+4
2019-03-10net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani1-1/+12
2019-02-27net: phylink: avoid resolving link state too earlyRussell King1-6/+13
2019-02-27net: sfp: do not probe SFP module before we're attachedRussell King3-9/+25
2019-02-27net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit1-0/+1
2019-02-23net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski1-1/+4
2019-02-12Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King1-12/+0
2019-02-12net: dp83640: expire old TX-skbSebastian Andrzej Siewior1-3/+10
2019-01-31net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn1-1/+1
2019-01-31net: phy: phy driver features are mandatoryCamelia Groza1-0/+5
2019-01-31net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni1-0/+1
2019-01-31net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn1-1/+34
2019-01-22net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar1-0/+1
2019-01-22net: phy: Add missing features to PHY driversAndrew Lunn3-0/+15
2019-01-22net: phy: add missing phy driver featuresCamelia Groza2-0/+2
2018-12-19net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi1-5/+2
2018-12-04phy: Revert toggling reset changes.David S. Miller2-14/+5
2018-12-04net: phy: micrel: add toggling phy reset if PHY is not attachedYoshihiro Shimoda1-0/+8
2018-12-04net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda1-5/+6
2018-12-04net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-11/+8
2018-11-29net: phy: sfp: correct store of detected link modesBaruch Siach1-1/+1
2018-11-28net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit1-0/+8
2018-11-24net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz1-9/+5
2018-11-18net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller1-5/+5
2018-11-17Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs"David S. Miller1-9/+5
2018-11-17net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller1-5/+9
2018-11-06net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delayTao Ren1-2/+16
2018-11-05net: phy: realtek: fix RTL8201F sysfs nameHolger Hoffstätte1-1/+1
2018-10-26net: 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/lin...Linus Torvalds1-7/+4
2018-10-23net: phy: phy_support_sym_pause: Clear Asym PauseAndrew Lunn1-0/+1
2018-10-22net: phy: mdio-mux-bcm-iproc: simplify getting .driver_dataWolfram Sang1-4/+2
2018-10-20net: phy: micrel: add Microchip KSZ9131 initial driverYuiko Oshino1-1/+129
2018-10-18net: phy: mscc: fix memory leak in vsc8574_config_pre_initGustavo A. R. Silva1-1/+1
2018-10-18net: phy: mscc: fix signedness bug in vsc85xx_downshift_getGustavo A. R. Silva1-1/+1
2018-10-16net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit1-18/+3
2018-10-16net: phy: simplify handling of PHY_RESUMING in state machineHeiner Kallweit1-29/+14
2018-10-16net: phy: improve handling of PHY_RUNNING in state machineHeiner Kallweit1-20/+9
2018-10-16net: phy: trigger state machine immediately in phy_start_machineHeiner Kallweit1-1/+1
2018-10-13Merge 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