summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2025-01-02net: phy: fix phy_disable_eeeHeiner Kallweit
2024-12-23net: phy: microchip_t1 : Add initialization of ptp for lan887xDivya Koppera
2024-12-23net: phy: Makefile: Add makefile support for rds ptp in Microchip physDivya Koppera
2024-12-23net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Micr...Divya Koppera
2024-12-23net: phy: microchip_rds_ptp : Add rds ptp library for Microchip physDivya Koppera
2024-12-23net: phy: microchip_rds_ptp: Add header file for Microchip rds ptp libraryDivya Koppera
2024-12-19net: phy: add phy_disable_eeeHeiner Kallweit
2024-12-19net: phy: micrel: Dynamically control external clock of KSZ PHYWei Fang
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-18net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann
2024-12-17net: phy: ks8995: constify 'struct bin_attribute'Thomas Weißschuh
2024-12-16net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent
2024-12-15net: phylink: improve phylink_sfp_config_phy() error message with missing PHY...Vladimir Oltean
2024-12-15net: phy: dp83822: Add support for GPIO2 clock outputDimitri Fedrau
2024-12-10net: phy: dp83822: Replace DP83822_DEVADDR with MDIO_MMD_VEND2Dimitri Fedrau
2024-12-06net: phy: update phy_ethtool_get_eee() documentationRussell King (Oracle)
2024-12-06net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)
2024-12-06net: phy: avoid genphy_c45_ethtool_get_eee() setting eee_enabledRussell King (Oracle)
2024-12-06net: phy: marvell: use phydev->eee_cfg.eee_enabledRussell King (Oracle)
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-04net: phylink: remove phylink_phy_no_inband()Russell King (Oracle)
2024-12-04net: phylink: add negotiation of in-band capabilitiesRussell King (Oracle)
2024-12-04net: phylink: add pcs_inband_caps() methodRussell King (Oracle)
2024-12-04net: phy: marvell: implement config_inband() methodRussell King (Oracle)
2024-12-04net: phy: add phy_config_inband()Russell King (Oracle)
2024-12-04net: phy: marvell: implement phy_inband_caps() methodRussell King (Oracle)
2024-12-04net: phy: bcm84881: implement phy_inband_caps() methodRussell King (Oracle)
2024-12-04net: phy: add phy_inband_caps()Russell King (Oracle)
2024-12-04net: phylink: add debug for phylink_major_config()Russell King (Oracle)
2024-12-04net: phylink: split cur_link_an_mode into requested and activeRussell King (Oracle)
2024-12-04net: phylink: pass phylink and pcs into phylink_pcs_neg_mode()Russell King (Oracle)
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)