summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2025-04-20net: sfp: add quirk for FS SFP-10GM-T copper SFP+ moduleMartin Schiller
2025-04-20net: sfp: add quirk for 2.5G OEM BX SFPBirger Koblitz
2025-04-20net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-contr...Vladimir Oltean
2025-04-20net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()Vladimir Oltean
2025-04-10net: phy: broadcom: Correct BCM5221 PHY model detectionJim Liu
2025-03-28phy: fix xa_alloc_cyclic() error handlingMichal Swiatkowski
2025-03-22net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errataAndrei Botila
2025-03-22net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errataAndrei Botila
2025-03-13net: ethtool: plumb PHY stats to PHY driversJakub Kicinski
2025-03-07net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENTGeorge Moussalem
2025-02-17net: phy: c45-tjaxx: add delay between MDIO write and read in soft_resetMilos Reljin
2025-02-08net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpiosDimitri Fedrau
2025-02-08net: phy: realtek: always clear NBase-T lpaDaniel Golle
2025-02-08net: phy: realtek: clear master_slave_state if link is downDaniel Golle
2025-02-08net: phy: realtek: clear 1000Base-T lpa if link is downDaniel Golle
2024-12-19net: phy: micrel: Dynamically control external clock of KSZ PHYWei Fang
2024-12-18net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann
2024-12-02net: phy: microchip: Reset LAN88xx PHY to ensure clean link state on LAN7800/...Oleksij Rempel
2024-11-28net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)
2024-11-24net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phyde...Heiner Kallweit
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-11-15net: phy: microchip_t1: Clause-45 PHY loopback support for LAN887xTarun Alle
2024-11-15net: phy: fix phylib's dual eee_enabledRussell King (Oracle)
2024-11-14net: phy: dp83869: fix status reporting for 1000base-x autonegotiationRomain Gantois
2024-11-14net: phy: convert eee_broken_modes to a linkmode bitmapHeiner Kallweit
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-13net: phylink: ensure PHY momentary link-fails are handledRussell King (Oracle)
2024-11-13net: phy: c45: don't use temporary linkmode bitmaps in genphy_c45_ethtool_get...Heiner Kallweit
2024-11-13net: phy: mediatek: add MT7530 & MT7531's PHY ID macrosSkyLake.Huang
2024-11-13net: phy: mediatek: Integrate read/write page helper functionsSkyLake.Huang
2024-11-13net: phy: mediatek: Improve readability of mtk-phy-lib.c's mtk_phy_led_hw_ctr...SkyLake.Huang
2024-11-13net: phy: mediatek: Move LED helper functions into mtk phy libSkyLake.Huang
2024-11-13net: phy: mediatek: Re-organize MediaTek ethernet phy driversSkyLake.Huang
2024-11-11net: phylink: clean up phylink_resolve()Russell King (Oracle)
2024-11-11net: phylink: remove switch() statement in resolve handlingRussell King (Oracle)
2024-11-11net: phylink: move MLO_AN_PHY resolve handling to if() statementRussell King (Oracle)
2024-11-11net: phylink: move MLO_AN_FIXED resolve handling to if() statementRussell King (Oracle)
2024-11-11net: phylink: move manual flow control settingRussell King (Oracle)
2024-11-11net: phy: aquantia: Add mdix config and reportingPaul Davey
2024-11-07net: phy: remove genphy_config_eee_advertHeiner Kallweit
2024-11-07net: phy: broadcom: use genphy_c45_an_config_eee_aneg in bcm_config_lre_anegHeiner Kallweit
2024-11-07net: phy: export genphy_c45_an_config_eee_anegHeiner Kallweit
2024-11-07net: phy: make genphy_c45_write_eee_adv() staticHeiner Kallweit
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-06net: broadcom: use ethtool string helpersRosen Penev
2024-11-06net: phy: respect cached advertising when re-enabling EEEHeiner Kallweit
2024-11-05net: phy: ti: add PHY_RST_AFTER_CLK_EN flagDiogo Silva
2024-11-03net: phy: use ethtool string helpersRosen Penev
2024-10-31net: phy: dp83822: Configure RMII mode on DP83825 devicesErik Schumacher
2024-10-29net: phylink: simplify how SFP PHYs are attachedRussell King (Oracle)