aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari1-6/+6
2025-09-22net: phy: ax88796b: Replace hard-coded values with PHY_ID_MATCH_MODEL()Thorsten Blum1-3/+2
2025-09-22net: sfp: remove old sfp_parse_* functionsRussell King (Oracle)1-54/+0
2025-09-22net: phy: update all PHYs to use sfp_get_module_caps()Russell King (Oracle)5-25/+19
2025-09-22net: phylink: use sfp_get_module_caps()Russell King (Oracle)1-5/+6
2025-09-22net: sfp: provide sfp_get_module_caps()Russell King (Oracle)1-0/+6
2025-09-22net: sfp: convert sfp quirks to modify struct sfp_module_supportRussell King (Oracle)3-30/+28
2025-09-22net: sfp: pre-parse the module supportRussell King (Oracle)1-25/+55
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-19net: phy: micrel: use %pe in print formatJakub Kicinski1-4/+4
2025-09-18net: phy: micrel: Add Fast link failure support for lan8842Horatiu Vultur1-2/+77
2025-09-18net: phy: clear link parameters on admin link downOleksij Rempel1-0/+13
2025-09-17net: phy: remove mdio_board_info support from phylibHeiner Kallweit4-131/+1
2025-09-16net: phy: nxp-c45-tja11xx: use bitmap_empty() where appropriateYury Norov (NVIDIA)1-6/+2
2025-09-15net: phylink: warn if deprecated array-style fixed-link binding is usedHeiner Kallweit1-0/+3
2025-09-15net: phy: clear EEE runtime state in PHY_HALTED/PHY_ERROROleksij Rempel1-0/+2
2025-09-14net: phy: broadcom: Convert to PHY_ID_MATCH_MODEL macroChristian Marangi1-63/+42
2025-09-14net: phy: broadcom: Convert to phy_id_compare_model()Christian Marangi1-22/+20
2025-09-12net: phy: micrel: Update Kconfig help textJonas Rebmann1-1/+1
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+33
2025-09-09net: phy: marvell: Fix 88e1510 downshift counter errataRohan G Thomas1-1/+38
2025-09-09net: phy: aquantia: delete aqr_firmware_read_fingerprint() prototypeVladimir Oltean1-1/+0
2025-09-09net: phy: fixed_phy: remove struct fixed_mdio_busHeiner Kallweit1-31/+19
2025-09-09net: phy: fixed_phy: add helper fixed_phy_findHeiner Kallweit1-39/+42
2025-09-09net: phy: fixed_phy: remove member no_carrier from struct fixed_phyHeiner Kallweit1-4/+1
2025-09-09net: phy: fixed_phy: remove unused interrupt supportHeiner Kallweit1-6/+3
2025-09-09net: phy: fix phy_uses_state_machine()Russell King (Oracle)1-2/+3
2025-09-08net: phy: NXP_TJA11XX: Update Kconfig with TJA1102 supportJonas Rebmann1-1/+1
2025-09-05net: phy: aquantia: support phy-mode = "10g-qxgmii" on NXP SPF-30841 (AQR412C)Vladimir Oltean2-12/+44
2025-09-05net: phy: aquantia: create and store a 64-bit firmware image fingerprintVladimir Oltean2-7/+55
2025-09-05net: phy: aquantia: report and configure in-band autoneg capabilitiesVladimir Oltean2-0/+78
2025-09-05net: phy: aquantia: print global syscfg registersVladimir Oltean1-0/+8
2025-09-05net: phy: transfer phy_config_inband() locking responsibility to phylinkVladimir Oltean2-8/+13
2025-09-05net: phylink: add lock for serializing concurrent pl->phydev writes with reso...Vladimir Oltean1-3/+16
2025-09-05net: phy: fixed_phy: remove link gpio supportHeiner Kallweit1-64/+4
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-48/+76
2025-09-04phy: mscc: Stop taking ts_lock for tx_queue and use its own lockHoratiu Vultur1-10/+8
2025-09-03net: phy: micrel: Add PTP support for lan8842Horatiu Vultur1-0/+99
2025-09-03net: phy: micrel: Introduce function __lan8814_ptp_probe_onceHoratiu Vultur1-5/+12
2025-09-03net: phylink: move PHY interrupt request to non-fail pathRussell King (Oracle)1-3/+3
2025-09-02net: phylink: disable autoneg for interfaces that have no inbandRussell King (Oracle)1-0/+18
2025-09-02net: phylink: provide phylink_get_inband_type()Russell King (Oracle)1-35/+44
2025-09-02net: sfp: add quirk for FLYPRO copper SFP+ moduleAleksander Jan Bajkowski1-0/+3
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-16/+26
2025-08-28net: phy: mtk-2p5ge: Add LED support for MT7988Sky Huang1-6/+98
2025-08-27net: phy: fixed_phy: simplify fixed_mdio_readHeiner Kallweit1-4/+1
2025-08-27net: phy: realtek: support for TRIGGER_NETDEV_LINK on RTL8211E and RTL8211FAleksander Jan Bajkowski1-7/+32
2025-08-26net: phy: fixed_phy: let fixed_phy_unregister free the phy_deviceHeiner Kallweit1-0/+1
2025-08-26net: phy: fixed: let fixed_phy_add always use addr 0 and remove return valueHeiner Kallweit1-2/+2