summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2025-11-20net: phy: adin1100: Simplify register value passingAlexander Dahl-3/+2
2025-11-20net: phy: adin1100: Fix software power-down ready conditionAlexander Dahl-1/+1
2025-11-20net: mdio: improve reset handling in mdio_device.cBuday Csaba-2/+6
2025-11-20net: mdio: common handling of phy device reset propertiesBuday Csaba-20/+34
2025-11-20net: mdio: move device reset functions to mdio_device.cBuday Csaba-29/+42
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2025-11-19net: phy: realtek: create rtl8211f_config_phy_eee() helperVladimir Oltean-11/+12
2025-11-19net: phy: realtek: eliminate priv->phycr1 variableVladimir Oltean-16/+28
2025-11-19net: phy: realtek: allow CLKOUT to be disabled on RTL8211F(D)(I)-VD-CGVladimir Oltean-9/+22
2025-11-19net: phy: realtek: eliminate has_phycr2 variableVladimir Oltean-4/+2
2025-11-19net: phy: realtek: eliminate priv->phycr2 variableVladimir Oltean-15/+23
2025-11-19net: phy: realtek: create rtl8211f_config_rgmii_delay()Vladimir Oltean-26/+39
2025-11-19net: phylink: add missing supported link modes for the fixed-linkWei Fang-0/+3
2025-11-18net: phy: micrel: lan8814: Enable in-band auto-negotiationHoratiu Vultur-5/+21
2025-11-17net: phy: Add helper for fixing RGMII PHY mode based on internal mac delayInochi Amaoto-0/+43
2025-11-17net: phy: fixed_phy: remove setting supported/advertised modes from fixed_phy...Heiner Kallweit-24/+0
2025-11-13net: phy: mscc: Handle devm_phy_package_join() failure in vsc85xx_probe_common()Lad Prabhakar-2/+5
2025-11-13net: phy: mscc: Add support for PHY LED controlLad Prabhakar-0/+250
2025-11-13net: phy: mscc: Consolidate probe functions into a common helperLad Prabhakar-95/+106
2025-11-13net: phy: mscc: Simplify LED mode update using phy_modify()Lad Prabhakar-10/+3
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+10
2025-11-13net: phy: fixed_phy: initialize the link status as upHeiner Kallweit-8/+5
2025-11-10net: mdio: fix resource leak in mdiobus_register_device()Buday Csaba-1/+4
2025-11-07net: phy: micrel: lan8814 fix reset of the QSGMII interfaceHoratiu Vultur-6/+6
2025-11-07net: phy: fixed_phy: shrink size of struct fixed_phy_statusHeiner Kallweit-1/+1
2025-11-07net: phy: microchip_t1s:: add cable diagnostic support for LAN867x Rev.D0Parthiban Veerasooran-0/+2
2025-11-07net: phy: phy-c45: add OATC14 10BASE-T1S PHY cable diagnostic supportParthiban Veerasooran-0/+158
2025-11-06net: phy: qt2025: Wait until PHY becomes readyFUJITA Tomonori-1/+9
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+163
2025-11-04net: phy: fixed_phy: remove fixed_phy_addHeiner Kallweit-6/+0
2025-11-04net: phy: fixed_phy: add helper fixed_phy_register_100fdHeiner Kallweit-0/+12
2025-11-04net: phy: make phy_device members pause and asym_pause bitfield bitsHeiner Kallweit-18/+18
2025-11-03net: phy: dp83td510: add MSE interface support for 10BASE-T1LOleksij Rempel-0/+62
2025-11-03net: phy: micrel: add MSE interface support for KSZ9477 familyOleksij Rempel-0/+102
2025-11-03net: phy: micrel: lan8842 errataHoratiu Vultur-1/+17
2025-11-03net: phy: micrel: lan8842 errataHoratiu Vultur-0/+147
2025-11-03net: phy: realtek: add interrupt support for RTL8221BJianhui Zhao-0/+56
2025-10-31net: phy: microchip_t1s: configure link status control for LAN867x Rev.D0Parthiban Veerasooran-1/+50
2025-10-31net: phy: microchip_t1s: add support for Microchip LAN867X Rev.D0 PHYParthiban Veerasooran-2/+47
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+8
2025-10-29net: phy: use new iterator mdiobus_for_each_phy in mdiobus_prevent_c45_scanHeiner Kallweit-9/+4
2025-10-29net: phy: add iterator mdiobus_for_each_phyHeiner Kallweit-7/+9
2025-10-29net: phy: dp83869: fix STRAP_OPMODE bitmaskThanh Quan-2/+2
2025-10-28net: phy: motorcomm: Add support for PHY LEDs on YT8531Tianling Shen-0/+3
2025-10-28net: phy: realtek: Add RTL8224 cable testing supportIssam Hamdi-0/+187
2025-10-27phy: mscc: Fix PTP for VSC8574 and VSC8572Horatiu Vultur-3/+3
2025-10-27phy: mscc: Use PHY_ID_MATCH_EXACT for VSC8584, VSC8582, VSC8575, VSC856XHoratiu Vultur-23/+8
2025-10-24net: phy: dp83867: Disable EEE support as not implementedEmanuele Ghidoli-0/+6
2025-10-24net: phylink: add phylink managed wake-on-lan PHY speed controlRussell King (Oracle)-0/+12
2025-10-24net: phylink: add phylink managed MAC Wake-on-Lan supportRussell King (Oracle)-4/+76