summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2021-11-26net: mdio-mux: fix unbalanced put_deviceCorentin Labbe1-4/+2
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-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-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
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-21net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()Wei Yongjun1-0/+2
2020-07-31net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov1-0/+4
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-29net: phy: Keep reporting transceiver typeFlorian Fainelli1-1/+2
2020-01-29net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer1-3/+3
2020-01-29net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda1-5/+6
2020-01-04net: phy: initialise phydev speed and duplex sanelyRussell King1-2/+2
2019-10-05net/phy: fix DP83865 10 Mbps HDX loopback disable functionPeter Mamonov1-3/+6
2019-08-04net: phy: Check against net_device being NULLIoana Ciornei1-0/+6
2019-05-16spi: Micrel eth switch: declare missing of tableDaniel Gomez1-0/+9
2019-05-08net: phy: marvell: Fix buffer overrun with stats countersAndrew Lunn1-2/+4
2019-03-19mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-03-13net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani1-1/+12
2019-02-23net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski1-1/+4
2019-02-12net: dp83640: expire old TX-skbSebastian Andrzej Siewior1-3/+10
2019-01-09net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi1-5/+2
2018-12-17net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-11/+8
2018-11-10net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang1-1/+1
2018-10-03net: phy: xgmiitorgmii: Check phy_driver ready before accessingBrandon Maier1-0/+5
2018-10-03net: phy: xgmiitorgmii: Check read_status resultsBrandon Maier1-1/+4
2018-09-19net: phy: Fix the register offsets in Broadcom iProc mdio mux driverArun Parameswaran1-5/+15
2018-08-06net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev1-1/+1
2018-07-28net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_privHeiner Kallweit1-1/+1
2018-07-25net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit1-5/+2
2018-07-11net: phy: micrel: fix crash when statistic requested for KSZ9031 phyGrygorii Strashko1-15/+2
2018-06-13net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli3-5/+12
2018-05-30dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal1-0/+18
2018-04-20Revert "net: phy: micrel: Restore led_mode and clk_sel on resume"Greg Kroah-Hartman1-28/+14
2018-04-13net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King1-0/+6
2018-04-13net: phy: micrel: Restore led_mode and clk_sel on resumeLeonard Crestez1-14/+28
2018-04-13mdio: mux: fix device_node_continue.cocci warningsJulia Lawall1-1/+0
2018-04-13mdio: mux: Correct mdio_mux_init error path issuesJon Mason1-5/+7