aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-7/+17
2025-05-28net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 framesHoratiu Vultur1-1/+3
2025-05-27net: phy: mscc: Fix memory leak when using one step timestampingHoratiu Vultur1-5/+11
2025-05-27net: phy: clear phydev->devlink when the link is deletedWei Fang1-1/+3
2025-05-27net: phy: mediatek: Add Airoha AN7583 PHY supportChristian Marangi1-0/+20
2025-05-27net: phy: add driver for MaxLinear MxL86110 PHYStefano Radaelli3-0/+629
2025-05-21net: phy: Add support for Aeonsemi AS21xxx PHYsChristian Marangi3-0/+1100
2025-05-21net: phy: introduce genphy_match_phy_device()Christian Marangi1-15/+37
2025-05-21net: phy: nxp-c45-tja11xx: simplify .match_phy_device OPChristian Marangi1-25/+20
2025-05-21net: phy: bcm87xx: simplify .match_phy_device OPChristian Marangi1-10/+4
2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi9-27/+53
2025-05-20net: phy: fixed_phy: constify status argument where possibleHeiner Kallweit1-3/+3
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit1-3/+2
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_addHeiner Kallweit1-3/+2
2025-05-20net: phy: mediatek: add driver for built-in 2.5G ethernet PHY on MT7988Sky Huang3-0/+333
2025-05-20net: phy: mediatek: Sort config and file names in Kconfig and MakefileSky Huang2-4/+4
2025-05-20net: phy: realtek: add RTL8127-internal PHYChunHao Lin1-0/+2
2025-05-20net: phy: make mdio consumer / device layer a separate moduleHeiner Kallweit5-31/+15
2025-05-16net: phy: microchip: document where the LAN88xx PHYs are usedOleksij Rempel1-0/+2
2025-05-16net: phy: fixed_phy: remove fixed_phy_register_with_gpiodHeiner Kallweit1-25/+7
2025-05-16net: phy: mediatek: do not require syscon compatible for pio propertyFrank Wunderlich1-1/+9
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+0
2025-05-15net: phy: marvell-88q2xxx: Enable temperature measurement in probe againDimitri Fedrau1-46/+57
2025-05-14net: phy: remove Kconfig symbol MDIO_DEVRESHeiner Kallweit2-2/+1
2025-05-13net: phy: micrel: remove KSZ9477 EEE quirks now handled by phylinkOleksij Rempel1-7/+0
2025-05-12net: phy: dp83867: use 2ns delay if not specified in DTBMatthias Schiffer1-40/+4
2025-05-12net: phy: dp83867: remove check of delay strap configurationMatthias Schiffer1-31/+1
2025-05-06net: phy: realtek: Add support for PHY LEDs on RTL8211EMichael Klein1-6/+119
2025-05-06net: phy: realtek: use __set_bit() in rtl8211f_led_hw_control_get()Michael Klein1-5/+5
2025-05-06net: phy: realtek: Group RTL82* macro definitionsMichael Klein1-35/+37
2025-05-06net: phy: realtek: add RTL8211F register definesMichael Klein1-10/+24
2025-05-06net: phy: realtek: Clean up RTL821x ExtPage accessMichael Klein1-15/+23
2025-05-06net: phy: realtek: remove unsed RTL821x_PHYSR* macrosMichael Klein1-4/+0
2025-05-05net: phy: Refactor fwnode_get_phy_node()Andy Shevchenko1-4/+4
2025-05-01net: phy: factor out provider part from mdio_bus.cHeiner Kallweit3-461/+487
2025-05-01net: phy: realtek: Add support for WOL magic packet on RTL8211FDaniel Braunwarth1-0/+69
2025-04-29net: phy: aquantia: fix commenting formatAryan Srivastava1-4/+2
2025-04-29net: phylink: Drop unused defines for SUPPORTED/ADVERTISED_INTERFACESAlexander Duyck1-7/+0
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-70/+39
2025-04-24net: phy: marvell-88q2xxx: Enable temperature sensor for mv88q211xNiklas Söderlund1-12/+2
2025-04-24net: dp83822: Fix OF_MDIO config checkJohannes Schneider1-1/+1
2025-04-22net: phy: leds: fix memory leakQingfang Deng1-10/+13
2025-04-22net: phy: dp83822: Add support for changing the MAC terminationDimitri Fedrau1-0/+33
2025-04-22net: phy: Add helper for getting MAC termination resistanceDimitri Fedrau1-0/+15
2025-04-22net: phylink: fix suspend/resume with WoL enabled and link downRussell King (Oracle)1-16/+22
2025-04-22net: phy: microchip: force IRQ polling mode for lan88xxFiona Klute1-43/+3
2025-04-16net: phy: mediatek: init val in .phy_led_polarity_set for AN7581Christian Marangi1-2/+1
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller4-17/+4
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller3-18/+9
2025-04-15net: phy: remove redundant dependency on NETDEVICES for PHYLINK and PHYLIBHeiner Kallweit1-2/+0