summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2021-06-30net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri
2021-06-16net: mdiobus: get rid of a BUG_ON()Dan Carpenter
2021-06-03net: mdio: octeon: Fix some double free issuesChristophe JAILLET
2021-06-03net: mdio: thunder: Fix a double free issue in the .remove functionChristophe JAILLET
2021-05-14net: phy: intel-xway: enable integrated led functionsMartin Schiller
2021-04-21net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár
2021-04-14net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli
2021-03-17net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang
2020-11-10sfp: Fix error handing in sfp_probe()YueHaibing
2020-10-14mdio: fix mdio-thunder.c dependency & build errorRandy Dunlap
2020-09-26net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli
2020-09-26net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli
2020-08-19net: phy: fix memory leak in device-create error pathJohan Hovold
2020-07-29net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov
2020-07-22net: sfp: add some quirks for GPON modulesRussell King
2020-07-22net: sfp: add support for module quirksRussell King
2020-06-30net: phy: Check harder for errors in get_phy_id()Florian Fainelli
2020-06-24net: marvell: Fix OF_MDIO config checkDan Murphy
2020-05-20net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit
2020-05-20net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino
2020-05-14dp83640: reverse arguments to list_add_tailJulia Lawall
2020-04-21net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto
2020-04-13net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel
2020-04-13net: phy: realtek: fix handling of RTL8105e-integrated PHYHeiner Kallweit
2020-04-01net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur
2020-04-01net: phy: mdio-bcm-unimac: Fix clock handlingAndre Przywara
2020-04-01net: phy: dp83867: w/a for fld detect threshold bootstrapping issueGrygorii Strashko
2020-03-21net: phy: mscc: fix firmware pathsAntoine Tenart
2020-03-18net: phy: Avoid multiple suspendsFlorian Fainelli
2020-03-18net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit
2020-03-18net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit
2020-03-18net: phy: bcm63xx: fix OOPS due to missing driver nameJonas Gorski
2020-03-05net: phy: restore mdio regs in the iproc mdio driverArun Parameswaran
2020-02-24net: phy: fixed_phy: fix use-after-free when checking link GPIODmitry Torokhov
2020-02-24net: phy: realtek: add logging for the RGMII TX delay configurationMartin Blumenstingl
2020-01-26net: phy: broadcom: Fix RGMII delays configuration for BCM54210EFlorian Fainelli
2020-01-23net: phy: dp83867: Set FORCE_LINK_GOOD to default after resetMichael Grzeschik
2020-01-04net: phylink: fix interface passed to mac_link_upRussell King
2020-01-04net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur
2019-12-31net: phy: initialise phydev speed and duplex sanelyRussell King
2019-12-31net: phy: avoid matching all-ones clause 45 PHY IDsRussell King
2019-12-31net: phy: dp83867: enable robust auto-mdixGrygorii Strashko
2019-12-31net: phy: ensure that phy IDs are correctly typedRussell King
2019-12-04mdio_bus: don't use managed reset-controllerDavid Bauer
2019-11-19mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=nGeert Uytterhoeven
2019-11-19Revert "mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabled"David S. Miller
2019-11-19net: phylink: fix link mode modification in PHY modeRussell King
2019-11-19net: phylink: update documentation on create and destroyRussell King
2019-11-18mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabledMarek Behún
2019-11-18phy: mdio-sun4i: add missed regulator_disable in removeChuhong Yuan