summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2019-02-27net: phylink: avoid resolving link state too earlyRussell King
2019-02-27net: sfp: do not probe SFP module before we're attachedRussell King
2019-02-27net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit
2019-02-23net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski
2019-02-12Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King
2019-02-12net: dp83640: expire old TX-skbSebastian Andrzej Siewior
2019-01-31net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn
2019-01-31net: phy: phy driver features are mandatoryCamelia Groza
2019-01-31net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni
2019-01-31net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn
2019-01-22net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar
2019-01-22net: phy: Add missing features to PHY driversAndrew Lunn
2019-01-22net: phy: add missing phy driver featuresCamelia Groza
2018-12-18net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi
2018-12-04phy: Revert toggling reset changes.David S. Miller
2018-12-03net: phy: micrel: add toggling phy reset if PHY is not attachedYoshihiro Shimoda
2018-12-03net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit
2018-11-29net: phy: sfp: correct store of detected link modesBaruch Siach
2018-11-27net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit
2018-11-23net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz
2018-11-17net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller
2018-11-16Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs"David S. Miller
2018-11-16net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller
2018-11-06net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delayTao Ren
2018-11-04net: phy: realtek: fix RTL8201F sysfs nameHolger Hoffstätte
2018-10-25net: phy: genphy_10g_driver: Avoid NULL pointer dereferenceAndrew Lunn
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-10-22net: phy: phy_support_sym_pause: Clear Asym PauseAndrew Lunn
2018-10-21net: phy: mdio-mux-bcm-iproc: simplify getting .driver_dataWolfram Sang
2018-10-19net: phy: micrel: add Microchip KSZ9131 initial driverYuiko Oshino
2018-10-17net: phy: mscc: fix memory leak in vsc8574_config_pre_initGustavo A. R. Silva
2018-10-17net: phy: mscc: fix signedness bug in vsc85xx_downshift_getGustavo A. R. Silva
2018-10-15net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit
2018-10-15net: phy: simplify handling of PHY_RESUMING in state machineHeiner Kallweit
2018-10-15net: phy: improve handling of PHY_RUNNING in state machineHeiner Kallweit
2018-10-15net: phy: trigger state machine immediately in phy_start_machineHeiner Kallweit
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-11net: phy: sfp: remove sfp_mutex's definitionSebastian Andrzej Siewior
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