summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
7 daysphy: mscc: Fix timestamping for vsc8584Horatiu Vultur3-12/+61
12 daysMerge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-13/+14
2025-08-12net: mdiobus: release reset_gpio in mdiobus_unregister_device()Buday Csaba2-3/+1
2025-08-12net: phy: nxp-c45-tja11xx: fix the PHY ID mismatch issue when using C45Clark Wang1-10/+13
2025-08-09Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-08-05Revert "net: mdio_bus: Use devm for getting reset GPIO"Jakub Kicinski1-2/+2
2025-07-31net: mdio_bus: Use devm for getting reset GPIOBence Csókás1-2/+2
2025-07-31net: phy: smsc: add proper reset flags for LAN8710ABuday Csaba1-0/+1
2025-07-31phy: mscc: Fix parsing of unicast framesHoratiu Vultur2-0/+2
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds30-253/+1139
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-07-25net: phy: micrel: fix KSZ8081/KSZ8091 cable testFlorian Larysch1-0/+2
2025-07-22net: phy: qcom: qca807x: Enable WoL support using shared libraryLuo Jie1-0/+4
2025-07-18net: phy: qcom: qca807x: Support PHY counterLuo Jie1-0/+25
2025-07-18net: phy: qcom: qca808x: Support PHY counterLuo Jie1-0/+23
2025-07-18net: phy: qcom: Add PHY counter supportLuo Jie2-0/+98
2025-07-15net: phy: Don't register LEDs for genphySean Anderson1-2/+2
2025-07-15net: phy: Don't register LEDs for genphySean Anderson1-2/+4
2025-07-15net: phy: micrel: Add ksz9131_resume()Biju Das1-1/+9
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-07-11net: phy: microchip: limit 100M workaround to link-down events on LAN88xxOleksij Rempel1-1/+1
2025-07-11net: phy: microchip: Use genphy_soft_reset() to purge stale LPA bitsOleksij Rempel1-0/+1
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-33/+83
2025-07-10net: phy: bcm54811: PHY initializationKamil Horák - 2N1-4/+21
2025-07-10net: phy: bcm5481x: MII-Lite activationKamil Horák - 2N1-1/+13
2025-07-10net: phy: MII-Lite PHY interface modeKamil Horák - 2N3-0/+6
2025-07-09net: phy: smsc: Fix link failure in forced mode with Auto-MDIXOleksij Rempel1-3/+22
2025-07-09net: phy: smsc: Force predictable MDI-X state on LAN87xxOleksij Rempel1-1/+28
2025-07-09net: phy: smsc: Fix Auto-MDIX configuration when disabled by strapOleksij Rempel1-1/+2
2025-07-08net: phylink: add phylink_sfp_select_interface_speed()Russell King (Oracle)1-1/+40
2025-07-08net: phylink: clear SFP interfaces when not in useRussell King (Oracle)1-0/+10
2025-07-08net: phylink: restrict SFP interfaces to those that are supportedRussell King (Oracle)1-5/+4
2025-07-08net: phy: qcom: qca808x: Fix WoL issue by utilizing at8031_set_wol()Luo Jie1-1/+1
2025-07-08net: phy: qcom: move the WoL function to shared libraryLuo Jie3-27/+30
2025-07-02net: phy: air_en8811h: Introduce resume/suspend and clk_restore_context to en...Lucien.Jheng1-4/+41
2025-07-02phy: micrel: add Signal Quality Indicator (SQI) support for KSZ9477 switch PHYsOleksij Rempel1-0/+132
2025-06-26net: phy: realtek: add error handling to rtl8211f_get_wolDaniel Braunwarth1-2/+8
2025-06-24net: phy: Add interface types for 50G and 100GAlexander Duyck3-0/+25
2025-06-23net: phy: qcom: at803x: Add Qualcomm IPQ5018 Internal PHY supportGeorge Moussalem2-1/+168
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman2-6/+24
2025-06-20net: sfp: add quirk for Potron SFP+ XGSPON ONU StickChris Morgan1-1/+20
2025-06-18net: phy: qca807x: use new GPIO line value setter callbacksBartosz Golaszewski1-6/+7
2025-06-17net: phy: Add c45_phy_ids sysfs directory entryYajun Deng1-2/+110
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-2/+2
2025-06-17net: phy: remove phy_driver_is_genphy_10gHeiner Kallweit1-23/+0
2025-06-17net: phy: improve phy_driver_is_genphyHeiner Kallweit1-7/+0
2025-06-17net: phy: add flag is_genphy_driven to struct phy_deviceHeiner Kallweit1-6/+7
2025-06-17net: phy: add Kconfig symbol PHY_PACKAGEHeiner Kallweit4-1/+9