summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2020-11-10sfp: Fix error handing in sfp_probe()YueHaibing1-1/+2
2020-10-14mdio: fix mdio-thunder.c dependency & build errorRandy Dunlap1-0/+1
2020-09-26net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli1-1/+2
2020-07-29net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov1-0/+4
2020-07-22net: sfp: add some quirks for GPON modulesRussell King1-0/+25
2020-07-22net: sfp: add support for module quirksRussell King1-0/+54
2020-07-01net: phy: Check harder for errors in get_phy_id()Florian Fainelli1-2/+4
2020-05-20net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit1-3/+5
2020-05-14dp83640: reverse arguments to list_add_tailJulia Lawall1-1/+1
2020-04-13net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel1-0/+7
2020-04-02net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur1-1/+6
2020-03-18net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit1-1/+5
2020-03-18net: phy: Avoid multiple suspendsFlorian Fainelli1-2/+3
2020-03-18phy: Revert toggling reset changes.David S. Miller1-6/+5
2020-03-05net: phy: restore mdio regs in the iproc mdio driverArun Parameswaran1-0/+20
2020-01-27net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit1-1/+1
2020-01-27mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing1-5/+6
2020-01-27net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer1-3/+3
2020-01-27net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit1-0/+1
2020-01-27net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda1-5/+6
2019-12-31net: phy: initialise phydev speed and duplex sanelyRussell King1-2/+2
2019-12-31net: phy: dp83867: enable robust auto-mdixGrygorii Strashko1-5/+10
2019-12-01net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov1-0/+18
2019-12-01net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov1-0/+19
2019-11-20net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2019-11-20net: phy: mdio-bcm-unimac: Allow configuring MDIO clock dividerFlorian Fainelli1-2/+81
2019-11-20net: phy: mscc: read 'vsc8531, edge-slowdown' as an u32Quentin Schulz1-4/+3
2019-11-20net: phy: mscc: read 'vsc8531,vddmac' as an u32Quentin Schulz1-3/+3
2019-11-10net: phy: bcm7xxx: define soft_reset for 40nm EPHYDoug Berger1-0/+1
2019-10-05net/phy: fix DP83865 10 Mbps HDX loopback disable functionPeter Mamonov1-3/+6
2019-09-19net: phylink: Fix flow control resolutionStefan Chulski1-3/+3
2019-08-29net: phy: phy_led_triggers: Fix a possible null-pointer dereference in phy_le...Jia-Ju Bai1-1/+2
2019-08-09net: phylink: Fix flow control for fixed-linkRené van Dorst1-0/+2
2019-07-28net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn1-1/+1
2019-07-26net: sfp: add mutex to prevent concurrent state checksRobert Hancock1-1/+5
2019-07-26net: phy: Check against net_device being NULLIoana Ciornei1-0/+6
2019-07-14net: phy: rename Asix Electronics PHY driverMichael Schmitz3-2/+2
2019-06-22net: phy: dp83867: Set up RGMII TX delayMax Uvarov1-3/+1
2019-06-22net: phylink: ensure consistent phy interface modeRussell King1-3/+7
2019-06-11net: sfp: read eeprom in maximum 16 byte incrementsRussell King1-4/+20
2019-06-04net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King1-0/+13
2019-05-16spi: Micrel eth switch: declare missing of tableDaniel Gomez1-0/+9
2019-05-05net: phy: marvell: Fix buffer overrun with stats countersAndrew Lunn1-2/+4
2019-04-05net: phy: consider latched link-down status in polling modeHeiner Kallweit2-6/+17
2019-04-03net: phy: meson-gxl: fix interrupt supportJerome Brunet1-0/+6
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