summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2022-07-21net: sfp: fix memory leak in sfp_probe()Jianglei Nie1-1/+1
2022-06-14net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada1-1/+0
2022-06-14net: phy: micrel: Allow probing without .driver_dataFabio Estevam1-5/+6
2022-04-20net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli1-0/+21
2022-02-16net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko1-4/+3
2022-02-08net: sfp: ignore disabled SFP nodeMarek BehĂșn1-0/+5
2022-01-27net: phy: marvell: configure RGMII delays for 88E1118Russell King (Oracle)1-0/+6
2022-01-27net: mdio: Demote probed message to debug printFlorian Fainelli1-1/+1
2021-11-26net: phylink: avoid mvneta warning when setting pause parametersRussell King (Oracle)1-1/+1
2021-11-26phy: micrel: ksz8041nl: do not use power down modeStefan Agner1-2/+3
2021-11-02Revert "net: mdiobus: Fix memory leak in __mdiobus_register"Pavel Skripkin1-1/+0
2021-10-27net: mdiobus: Fix memory leak in __mdiobus_registerYanfei Xu1-0/+1
2021-10-17net: phy: bcm7xxx: Fixed indirect MMD operationsFlorian Fainelli1-0/+94
2021-10-17phy: mdio: fix memory leakPavel Skripkin1-0/+7
2021-10-09net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean1-0/+11
2021-09-22ptp: dp83640: don't define PAGE0Randy Dunlap1-1/+1
2021-08-26net: mdio-mux: Handle -EPROBE_DEFER correctlySaravana Kannan1-2/+6
2021-08-26net: mdio-mux: Don't ignore memory allocation errorsSaravana Kannan1-10/+18
2021-06-16net: mdiobus: get rid of a BUG_ON()Dan Carpenter1-1/+2
2021-06-03net: mdio: octeon: Fix some double free issuesChristophe JAILLET1-2/+0
2021-06-03net: mdio: thunder: Fix a double free issue in the .remove functionChristophe JAILLET1-1/+0
2021-04-16net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli1-3/+8
2021-03-17net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang1-3/+4
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-10-01net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli1-1/+2
2020-08-05net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()Wei Yongjun1-0/+2
2020-07-29net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov1-0/+4
2020-05-20net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit1-3/+5
2020-05-20net: phy: micrel: Use strlcpy() for ethtool::get_stringsFlorian Fainelli1-2/+2
2020-05-20dp83640: 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-03-20net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit1-1/+5
2020-03-20net: phy: Avoid multiple suspendsFlorian Fainelli1-2/+3
2020-03-20phy: Revert toggling reset changes.David S. Miller1-6/+5
2020-03-11net: phy: restore mdio regs in the iproc mdio driverArun Parameswaran1-0/+20
2020-01-27net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer1-3/+3
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-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-09net: phylink: Fix flow control for fixed-linkRené van Dorst1-0/+2
2019-07-31net: sfp: add mutex to prevent concurrent state checksRobert Hancock1-1/+5