summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2026-01-13net: phy: marvell: Support SFP through phy_port interfaceMaxime Chevallier-60/+32
2026-01-13net: phy: marvell-88x2222: Support SFP through phy_port interfaceMaxime Chevallier-56/+38
2026-01-13net: phy: Introduce generic SFP handling for PHY driversMaxime Chevallier-0/+107
2026-01-13net: phy: Create a phy_port for PHY-driven SFPsMaxime Chevallier-0/+45
2026-01-13net: phy: dp83822: Add support for phy_port representationMaxime Chevallier-26/+45
2026-01-13net: phy: Introduce PHY ports representationMaxime Chevallier-1/+414
2026-01-13net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* valuesMaxime Chevallier-0/+8
2026-01-12net: phy: realtek: add dummy PHY driver for RTL8127ATFHeiner Kallweit-0/+54
2026-01-12net: phy: motorcomm: Support YT8531S PHY in YT6801 Ethernet controllerYao Zi-0/+4
2026-01-12net: phy: motorcomm: fix duplex setting error for phy ledsJijie Shao-2/+2
2026-01-10net: phy: mxl-gpy: implement SGMII in-band configurationDaniel Golle-14/+47
2026-01-08net: phy: microchip_rds_ptp: add HW timestamp configuration reportingVadim Fedorenko-0/+13
2026-01-08net: phy: microchip_rds_ptp: improve HW ts config logicVadim Fedorenko-5/+16
2026-01-08net: phy: micrel: add HW timestamp configuration reportingVadim Fedorenko-0/+14
2026-01-08net: phy: micrel: improve HW timestamping config logicVadim Fedorenko-6/+24
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2026-01-08net: phy: realtek: get rid of magic number in rtlgen_read_status()Daniel Golle-1/+2
2026-01-08net: phy: realtek: use paged access for MDIO_MMD_VEND2 in C22 modeDaniel Golle-3/+88
2026-01-08net: phy: move mmd_phy_read and mmd_phy_write to phylib.hDaniel Golle-6/+5
2026-01-08net: phy: realtek: implement configuring in-band anDaniel Golle-0/+67
2026-01-08net: phy: realtek: fix whitespace in struct phy_driver initializersDaniel Golle-73/+73
2026-01-06net: sfp: return the number of written bytes for smbus single byte accessMaxime Chevallier-1/+1
2026-01-05drivers: net: replace `kernel::c_str!` with C-StringsTamir Duberstein-7/+5
2026-01-05net: phy: mediatek: enable interrupts on AN7581Aleksander Jan Bajkowski-0/+2
2026-01-04net: phy: mxl-86110: Add power management and soft reset supportStefano Radaelli-0/+3
2025-12-22net: phy: mediatek: fix nvmem cell reference leak in mt798x_phy_calibrationMiaoqian Lin-1/+1
2025-12-11net: sfp: extend Potron XGSPON quirk to cover additional EEPROM variantMarcus Hughes-0/+2
2025-12-04net: phy: marvell-88q2xxx: Fix clamped value in mv88q2xxx_hwmon_writeThorsten Blum-1/+1
2025-12-04net: phy: RTL8211FVD: Restore disabling of PHY-mode EEEIvan Galkin-4/+0
2025-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-12-01net: phy: microchip_t1s: add SQI support for LAN867x Rev.D0 PHYsParthiban Veerasooran-0/+2
2025-12-01net: phy: phy-c45: add SQI and SQI+ support for OATC14 10Base-T1S PHYsParthiban Veerasooran-0/+150
2025-11-28net: phy: aquantia: check for NVMEM deferralRobert Marko-1/+1
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+12
2025-11-27net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA valuesAlexander Duyck-4/+4
2025-11-26net: phy: dp83867: implement configurability for SGMII in-band auto-negotiationVladimir Oltean-7/+29
2025-11-26net: phy: nxp-c45-tja11xx: add HW timestamp configuration reportingVadim Fedorenko-0/+14
2025-11-26phy: mscc: add HW timestamp configuration reportingVadim Fedorenko-0/+13
2025-11-26net: phy: dp83640: add HW timestamp configuration reportingVadim Fedorenko-4/+17
2025-11-26net: phy: broadcom: add HW timestamp configuration reportingVadim Fedorenko-0/+13
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko-0/+3
2025-11-26phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko-32/+35
2025-11-25net: phy: mxl-gpy: add support for MxL86252 and MxL86282Daniel Golle-2/+89
2025-11-25net: phy: mxl-gpy: add support for MxL86211CChad Monroe-0/+24
2025-11-25net: mdio: eliminate kdoc warnings in mdio_device.c and mdio_bus.cBuday Csaba-7/+55
2025-11-25net: phy: mxl-gpy: fix link properties on USXGMII and internal PHYsDaniel Golle-7/+11
2025-11-21net: phy: mxl-gpy: fix bogus error on USXGMII and integrated PHYDaniel Golle-1/+1
2025-11-20net: ethtool: Add support for 1600Gbps speedYael Chemla-1/+6
2025-11-20net: phy: fixed_phy: remove not needed initialization of phy_device membersHeiner Kallweit-7/+0
2025-11-20net: phy: fixed_phy: fix missing initialization of fixed phy linkHeiner Kallweit-0/+1