summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2025-07-14net: phy: Don't register LEDs for genphySean Anderson-2/+4
2025-07-10net: phy: microchip: limit 100M workaround to link-down events on LAN88xxOleksij Rempel-1/+1
2025-07-10net: phy: microchip: Use genphy_soft_reset() to purge stale LPA bitsOleksij Rempel-0/+1
2025-07-08net: phy: smsc: Fix link failure in forced mode with Auto-MDIXOleksij Rempel-3/+22
2025-07-08net: phy: smsc: Force predictable MDI-X state on LAN87xxOleksij Rempel-1/+28
2025-07-08net: phy: smsc: Fix Auto-MDIX configuration when disabled by strapOleksij Rempel-1/+2
2025-07-07net: phy: qcom: qca808x: Fix WoL issue by utilizing at8031_set_wol()Luo Jie-1/+1
2025-07-07net: phy: qcom: move the WoL function to shared libraryLuo Jie-27/+30
2025-06-12net: phy: phy_caps: Don't skip better duplex macth on non-exact matchMaxime Chevallier-6/+12
2025-06-11net/mdiobus: Fix potential out-of-bounds clause 45 read/write accessJakub Raczynski-0/+6
2025-06-11net/mdiobus: Fix potential out-of-bounds read/write accessJakub Raczynski-0/+6
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-7/+17
2025-05-28net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 framesHoratiu Vultur-1/+3
2025-05-27net: phy: mscc: Fix memory leak when using one step timestampingHoratiu Vultur-5/+11
2025-05-27net: phy: clear phydev->devlink when the link is deletedWei Fang-1/+3
2025-05-27net: phy: mediatek: Add Airoha AN7583 PHY supportChristian Marangi-0/+20
2025-05-27net: phy: add driver for MaxLinear MxL86110 PHYStefano Radaelli-0/+629
2025-05-21net: phy: Add support for Aeonsemi AS21xxx PHYsChristian Marangi-0/+1100
2025-05-21net: phy: introduce genphy_match_phy_device()Christian Marangi-15/+37
2025-05-21net: phy: nxp-c45-tja11xx: simplify .match_phy_device OPChristian Marangi-25/+20
2025-05-21net: phy: bcm87xx: simplify .match_phy_device OPChristian Marangi-10/+4
2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi-27/+53
2025-05-20net: phy: fixed_phy: constify status argument where possibleHeiner Kallweit-3/+3
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit-3/+2
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_addHeiner Kallweit-3/+2
2025-05-20net: phy: mediatek: add driver for built-in 2.5G ethernet PHY on MT7988Sky Huang-0/+333
2025-05-20net: phy: mediatek: Sort config and file names in Kconfig and MakefileSky Huang-4/+4
2025-05-20net: phy: realtek: add RTL8127-internal PHYChunHao Lin-0/+2
2025-05-20net: phy: make mdio consumer / device layer a separate moduleHeiner Kallweit-31/+15
2025-05-16net: phy: microchip: document where the LAN88xx PHYs are usedOleksij Rempel-0/+2
2025-05-16net: phy: fixed_phy: remove fixed_phy_register_with_gpiodHeiner Kallweit-25/+7
2025-05-16net: phy: mediatek: do not require syscon compatible for pio propertyFrank Wunderlich-1/+9
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+0
2025-05-15net: phy: marvell-88q2xxx: Enable temperature measurement in probe againDimitri Fedrau-46/+57
2025-05-14net: phy: remove Kconfig symbol MDIO_DEVRESHeiner Kallweit-2/+1
2025-05-13net: phy: micrel: remove KSZ9477 EEE quirks now handled by phylinkOleksij Rempel-7/+0
2025-05-12net: phy: dp83867: use 2ns delay if not specified in DTBMatthias Schiffer-40/+4
2025-05-12net: phy: dp83867: remove check of delay strap configurationMatthias Schiffer-31/+1
2025-05-06net: phy: realtek: Add support for PHY LEDs on RTL8211EMichael Klein-6/+119
2025-05-06net: phy: realtek: use __set_bit() in rtl8211f_led_hw_control_get()Michael Klein-5/+5
2025-05-06net: phy: realtek: Group RTL82* macro definitionsMichael Klein-35/+37
2025-05-06net: phy: realtek: add RTL8211F register definesMichael Klein-10/+24
2025-05-06net: phy: realtek: Clean up RTL821x ExtPage accessMichael Klein-15/+23
2025-05-06net: phy: realtek: remove unsed RTL821x_PHYSR* macrosMichael Klein-4/+0
2025-05-05net: phy: Refactor fwnode_get_phy_node()Andy Shevchenko-4/+4
2025-05-01net: phy: factor out provider part from mdio_bus.cHeiner Kallweit-461/+487
2025-05-01net: phy: realtek: Add support for WOL magic packet on RTL8211FDaniel Braunwarth-0/+69
2025-04-29net: phy: aquantia: fix commenting formatAryan Srivastava-4/+2
2025-04-29net: phylink: Drop unused defines for SUPPORTED/ADVERTISED_INTERFACESAlexander Duyck-7/+0
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-70/+39