summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2025-06-16net: phy: move __phy_package_[read|write]_mmd to phy_package.cHeiner Kallweit-71/+78
2025-06-13net: phy: dp83tg720: switch to adaptive polling and remove random delaysDavid Jander-39/+55
2025-06-13net: phy: dp83tg720: remove redundant 600ms post-reset delayDavid Jander-10/+0
2025-06-13net: phy: dp83tg720: implement soft reset with asymmetric delayDavid Jander-10/+71
2025-06-13net: phy: directly copy struct mdio_board_info in mdiobus_register_board_infoHeiner Kallweit-3/+2
2025-06-13net: phy: improve mdio-boardinfo.hHeiner Kallweit-5/+6
2025-06-13net: phy: move definition of struct mdio_board_entry to mdio-boardinfo.cHeiner Kallweit-5/+5
2025-06-13net: phy: simplify mdiobus_setup_mdiodev_from_board_infoHeiner Kallweit-9/+3
2025-06-12net: phy: simplify phy_get_internal_delay()Russell King (Oracle)-20/+12
2025-06-12net: phy: move definition of genphy_c45_driver to phy_device.cHeiner Kallweit-7/+7
2025-06-12net: phy: assign default match function for non-PHY MDIO devicesHeiner Kallweit-3/+3
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+24
2025-06-12net: phy: phy_caps: Don't skip better duplex macth on non-exact matchMaxime Chevallier-6/+12
2025-06-11net: phy: micrel: add cable test support for KSZ9477-class PHYsOleksij Rempel-2/+13
2025-06-11net: phy: micrel: Add RX error counter support for KSZ9477 switch-integrated ...Oleksij Rempel-0/+37
2025-06-11net: phy: micrel: add MDI/MDI-X control support for KSZ9477 switch-integrated...Oleksij Rempel-0/+59
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