summaryrefslogtreecommitdiff
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: sfp: fix memory leak in sfp_probe()Jianglei Nie2022-07-211-1/+1
* net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada2022-06-141-1/+0
* net: phy: micrel: Allow probing without .driver_dataFabio Estevam2022-06-141-5/+6
* net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli2022-04-201-0/+21
* net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko2022-02-161-4/+3
* net: sfp: ignore disabled SFP nodeMarek BehĂșn2022-02-081-0/+5
* net: phy: marvell: configure RGMII delays for 88E1118Russell King (Oracle)2022-01-271-0/+6
* net: mdio: Demote probed message to debug printFlorian Fainelli2022-01-271-1/+1
* net: phylink: avoid mvneta warning when setting pause parametersRussell King (Oracle)2021-11-261-1/+1
* phy: micrel: ksz8041nl: do not use power down modeStefan Agner2021-11-261-2/+3
* Revert "net: mdiobus: Fix memory leak in __mdiobus_register"Pavel Skripkin2021-11-021-1/+0
* net: mdiobus: Fix memory leak in __mdiobus_registerYanfei Xu2021-10-271-0/+1
* net: phy: bcm7xxx: Fixed indirect MMD operationsFlorian Fainelli2021-10-171-0/+94
* phy: mdio: fix memory leakPavel Skripkin2021-10-171-0/+7
* net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean2021-10-091-0/+11
* ptp: dp83640: don't define PAGE0Randy Dunlap2021-09-221-1/+1
* net: mdio-mux: Handle -EPROBE_DEFER correctlySaravana Kannan2021-08-261-2/+6
* net: mdio-mux: Don't ignore memory allocation errorsSaravana Kannan2021-08-261-10/+18
* net: mdiobus: get rid of a BUG_ON()Dan Carpenter2021-06-161-1/+2
* net: mdio: octeon: Fix some double free issuesChristophe JAILLET2021-06-031-2/+0
* net: mdio: thunder: Fix a double free issue in the .remove functionChristophe JAILLET2021-06-031-1/+0
* net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli2021-04-161-3/+8
* net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang2021-03-171-3/+4
* sfp: Fix error handing in sfp_probe()YueHaibing2020-11-101-1/+2
* mdio: fix mdio-thunder.c dependency & build errorRandy Dunlap2020-10-141-0/+1
* net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli2020-10-011-1/+2
* net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()Wei Yongjun2020-08-051-0/+2
* net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov2020-07-291-0/+4
* net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit2020-05-201-3/+5
* net: phy: micrel: Use strlcpy() for ethtool::get_stringsFlorian Fainelli2020-05-201-2/+2
* dp83640: reverse arguments to list_add_tailJulia Lawall2020-05-201-1/+1
* net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel2020-04-131-0/+7
* net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit2020-03-201-1/+5
* net: phy: Avoid multiple suspendsFlorian Fainelli2020-03-201-2/+3
* phy: Revert toggling reset changes.David S. Miller2020-03-201-6/+5
* net: phy: restore mdio regs in the iproc mdio driverArun Parameswaran2020-03-111-0/+20
* net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer2020-01-271-3/+3
* net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda2020-01-271-5/+6
* net: phy: initialise phydev speed and duplex sanelyRussell King2019-12-311-2/+2
* net: phy: dp83867: enable robust auto-mdixGrygorii Strashko2019-12-311-5/+10
* net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov2019-12-011-0/+18
* net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov2019-12-011-0/+19
* net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unusedArnd Bergmann2019-11-201-2/+2
* net: phy: mdio-bcm-unimac: Allow configuring MDIO clock dividerFlorian Fainelli2019-11-201-2/+81
* net: phy: mscc: read 'vsc8531, edge-slowdown' as an u32Quentin Schulz2019-11-201-4/+3
* net: phy: mscc: read 'vsc8531,vddmac' as an u32Quentin Schulz2019-11-201-3/+3
* net/phy: fix DP83865 10 Mbps HDX loopback disable functionPeter Mamonov2019-10-051-3/+6
* net: phylink: Fix flow control resolutionStefan Chulski2019-09-191-3/+3
* net: phylink: Fix flow control for fixed-linkRené van Dorst2019-08-091-0/+2
* net: sfp: add mutex to prevent concurrent state checksRobert Hancock2019-07-311-1/+5