summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2025-09-22broadcom: fix support for PTP_EXTTS_REQUEST2 ioctlJacob Keller1-0/+1
2025-09-22broadcom: fix support for PTP_PEROUT_DUTY_CYCLEJacob Keller1-4/+1
2025-09-10net: phy: fix phy_uses_state_machine()Russell King (Oracle)1-2/+3
2025-09-09net: phy: NXP_TJA11XX: Update Kconfig with TJA1102 supportJonas Rebmann1-1/+1
2025-09-06net: phy: transfer phy_config_inband() locking responsibility to phylinkVladimir Oltean2-8/+13
2025-09-06net: phylink: add lock for serializing concurrent pl->phydev writes with reso...Vladimir Oltean1-3/+16
2025-09-04phy: mscc: Stop taking ts_lock for tx_queue and use its own lockHoratiu Vultur1-10/+8
2025-09-04net: phylink: move PHY interrupt request to non-fail pathRussell King (Oracle)1-3/+3
2025-09-03net: phylink: disable autoneg for interfaces that have no inbandRussell King (Oracle)1-0/+18
2025-09-03net: phylink: provide phylink_get_inband_type()Russell King (Oracle)1-35/+44
2025-09-03net: sfp: add quirk for FLYPRO copper SFP+ moduleAleksander Jan Bajkowski1-0/+3
2025-08-27phy: mscc: Fix when PTP clock is register and unregisterHoratiu Vultur3-16/+26
2025-08-20phy: mscc: Fix timestamping for vsc8584Horatiu Vultur3-12/+61
2025-08-14Merge 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