summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-27net: phy: prefer 1000baseT over 1000baseKXRussell King (Oracle)1-1/+1
2022-01-11net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8081Christian Melki1-0/+1
2021-12-01mdio: aspeed: Fix "Link is Down" issueDylan Hung1-0/+7
2021-11-17net: phylink: avoid mvneta warning when setting pause parametersRussell King (Oracle)1-1/+1
2021-11-17phy: micrel: ksz8041nl: do not use power down modeStefan Agner1-2/+3
2021-11-02phy: phy_start_aneg: Add an unlocked versionAndrew Lunn1-6/+24
2021-11-02phy: phy_ethtool_ksettings_get: Lock the phy for consistencyAndrew Lunn1-0/+2
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-4/+110
2021-10-13net: sfp: Fix typo in state machine debug stringSean Anderson1-1/+1
2021-10-13phy: mdio: fix memory leakPavel Skripkin1-0/+7
2021-10-09net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean1-0/+11
2021-09-26phy: avoid unnecessary link-up delay in polling modePetr Oros2-4/+6
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-08-18net: phy: micrel: Fix link detection on ksz87xx switch"Ben Hutchings1-2/+0
2021-08-12net: phy: micrel: Fix detection of ksz87xx switchSteve Bennett1-5/+5
2021-06-30net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri1-5/+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
2021-05-14net: phy: intel-xway: enable integrated led functionsMartin Schiller1-0/+21
2021-04-21net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár1-3/+26
2021-04-14net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli1-3/+10
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-09-26net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli1-1/+1
2020-09-26net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli1-1/+2
2020-08-19net: phy: fix memory leak in device-create error pathJohan Hovold1-4/+4
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-06-30net: phy: Check harder for errors in get_phy_id()Florian Fainelli1-2/+4
2020-06-24net: marvell: Fix OF_MDIO config checkDan Murphy1-1/+1
2020-05-20net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit1-3/+5
2020-05-20net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino1-0/+171
2020-05-14dp83640: reverse arguments to list_add_tailJulia Lawall1-1/+1
2020-04-21net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto1-1/+1
2020-04-13net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel1-0/+7
2020-04-13net: phy: realtek: fix handling of RTL8105e-integrated PHYHeiner Kallweit1-0/+9
2020-04-01net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur1-1/+6
2020-04-01net: phy: mdio-bcm-unimac: Fix clock handlingAndre Przywara1-4/+2
2020-04-01net: phy: dp83867: w/a for fld detect threshold bootstrapping issueGrygorii Strashko1-1/+20
2020-03-21net: phy: mscc: fix firmware pathsAntoine Tenart1-2/+2
2020-03-18net: phy: Avoid multiple suspendsFlorian Fainelli1-2/+3