summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
14 daysnet: sfp: extend Potron XGSPON quirk to cover additional EEPROM variantMarcus Hughes1-0/+2
2025-12-05net: phy: marvell-88q2xxx: Fix clamped value in mv88q2xxx_hwmon_writeThorsten Blum1-1/+1
2025-12-04net: phy: RTL8211FVD: Restore disabling of PHY-mode EEEIvan Galkin1-4/+0
2025-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-12-02net: phy: microchip_t1s: add SQI support for LAN867x Rev.D0 PHYsParthiban Veerasooran1-0/+2
2025-12-02net: phy: phy-c45: add SQI and SQI+ support for OATC14 10Base-T1S PHYsParthiban Veerasooran2-0/+150
2025-11-29net: phy: aquantia: check for NVMEM deferralRobert Marko1-1/+1
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+12
2025-11-27net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA valuesAlexander Duyck1-4/+4
2025-11-27net: phy: dp83867: implement configurability for SGMII in-band auto-negotiationVladimir Oltean1-7/+29
2025-11-27net: phy: nxp-c45-tja11xx: add HW timestamp configuration reportingVadim Fedorenko1-0/+14
2025-11-27phy: mscc: add HW timestamp configuration reportingVadim Fedorenko1-0/+13
2025-11-27net: phy: dp83640: add HW timestamp configuration reportingVadim Fedorenko1-4/+17
2025-11-27net: phy: broadcom: add HW timestamp configuration reportingVadim Fedorenko1-0/+13
2025-11-27phy: add hwtstamp_get callback to phy driversVadim Fedorenko1-0/+3
2025-11-27phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko7-32/+35
2025-11-26net: phy: mxl-gpy: add support for MxL86252 and MxL86282Daniel Golle1-2/+89
2025-11-26net: phy: mxl-gpy: add support for MxL86211CChad Monroe1-0/+24
2025-11-26net: mdio: eliminate kdoc warnings in mdio_device.c and mdio_bus.cBuday Csaba2-7/+55
2025-11-25net: phy: mxl-gpy: fix link properties on USXGMII and internal PHYsDaniel Golle1-7/+11
2025-11-22net: phy: mxl-gpy: fix bogus error on USXGMII and integrated PHYDaniel Golle1-1/+1
2025-11-21net: ethtool: Add support for 1600Gbps speedYael Chemla3-1/+6
2025-11-21net: phy: fixed_phy: remove not needed initialization of phy_device membersHeiner Kallweit1-7/+0
2025-11-21net: phy: fixed_phy: fix missing initialization of fixed phy linkHeiner Kallweit1-0/+1
2025-11-21net: phy: adin1100: Simplify register value passingAlexander Dahl1-3/+2
2025-11-21net: phy: adin1100: Fix software power-down ready conditionAlexander Dahl1-1/+1
2025-11-21net: mdio: improve reset handling in mdio_device.cBuday Csaba1-2/+6
2025-11-21net: mdio: common handling of phy device reset propertiesBuday Csaba3-20/+34
2025-11-21net: mdio: move device reset functions to mdio_device.cBuday Csaba3-29/+42
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-11-20net: phy: realtek: create rtl8211f_config_phy_eee() helperVladimir Oltean1-11/+12
2025-11-20net: phy: realtek: eliminate priv->phycr1 variableVladimir Oltean1-16/+28
2025-11-20net: phy: realtek: allow CLKOUT to be disabled on RTL8211F(D)(I)-VD-CGVladimir Oltean1-9/+22
2025-11-20net: phy: realtek: eliminate has_phycr2 variableVladimir Oltean1-4/+2
2025-11-20net: phy: realtek: eliminate priv->phycr2 variableVladimir Oltean1-15/+23
2025-11-20net: phy: realtek: create rtl8211f_config_rgmii_delay()Vladimir Oltean1-26/+39
2025-11-19net: phylink: add missing supported link modes for the fixed-linkWei Fang1-0/+3
2025-11-18net: phy: micrel: lan8814: Enable in-band auto-negotiationHoratiu Vultur1-5/+21
2025-11-18net: phy: Add helper for fixing RGMII PHY mode based on internal mac delayInochi Amaoto1-0/+43
2025-11-18net: phy: fixed_phy: remove setting supported/advertised modes from fixed_phy...Heiner Kallweit1-24/+0
2025-11-14net: phy: mscc: Handle devm_phy_package_join() failure in vsc85xx_probe_common()Lad Prabhakar1-2/+5
2025-11-14net: phy: mscc: Add support for PHY LED controlLad Prabhakar2-0/+250
2025-11-14net: phy: mscc: Consolidate probe functions into a common helperLad Prabhakar1-95/+106
2025-11-14net: phy: mscc: Simplify LED mode update using phy_modify()Lad Prabhakar1-10/+3
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+10
2025-11-13net: phy: fixed_phy: initialize the link status as upHeiner Kallweit1-8/+5
2025-11-11net: mdio: fix resource leak in mdiobus_register_device()Buday Csaba1-1/+4
2025-11-08net: phy: micrel: lan8814 fix reset of the QSGMII interfaceHoratiu Vultur1-6/+6
2025-11-08net: phy: fixed_phy: shrink size of struct fixed_phy_statusHeiner Kallweit1-1/+1
2025-11-08net: phy: microchip_t1s:: add cable diagnostic support for LAN867x Rev.D0Parthiban Veerasooran1-0/+2