summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
14 daysHAX net/phy: Suppress WARN from phy_errorJoonas Lahtinen1-1/+1
14 daysHAX net/phy: Suppress WARN for calling stop while haltedChris Wilson1-4/+1
2024-12-19net: phy: micrel: Dynamically control external clock of KSZ PHYWei Fang1-13/+101
2024-12-18net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann3-3/+3
2024-12-02net: phy: microchip: Reset LAN88xx PHY to ensure clean link state on LAN7800/...Oleksij Rempel1-0/+21
2024-11-28net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)2-13/+19
2024-11-24net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phyde...Heiner Kallweit1-10/+14
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-8/+20
2024-11-15net: phy: microchip_t1: Clause-45 PHY loopback support for LAN887xTarun Alle1-0/+1
2024-11-15net: phy: fix phylib's dual eee_enabledRussell King (Oracle)2-5/+3
2024-11-14net: phy: dp83869: fix status reporting for 1000base-x autonegotiationRomain Gantois1-3/+17
2024-11-14net: phy: convert eee_broken_modes to a linkmode bitmapHeiner Kallweit3-20/+15
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+8
2024-11-13net: phylink: ensure PHY momentary link-fails are handledRussell King (Oracle)1-6/+8
2024-11-13net: phy: c45: don't use temporary linkmode bitmaps in genphy_c45_ethtool_get...Heiner Kallweit1-5/+2
2024-11-13net: phy: mediatek: add MT7530 & MT7531's PHY ID macrosSkyLake.Huang1-4/+7
2024-11-13net: phy: mediatek: Integrate read/write page helper functionsSkyLake.Huang5-28/+26
2024-11-13net: phy: mediatek: Improve readability of mtk-phy-lib.c's mtk_phy_led_hw_ctr...SkyLake.Huang1-20/+24
2024-11-13net: phy: mediatek: Move LED helper functions into mtk phy libSkyLake.Huang5-255/+370
2024-11-13net: phy: mediatek: Re-organize MediaTek ethernet phy driversSkyLake.Huang6-18/+27
2024-11-11net: phylink: clean up phylink_resolve()Russell King (Oracle)1-19/+16
2024-11-11net: phylink: remove switch() statement in resolve handlingRussell King (Oracle)1-49/+45
2024-11-11net: phylink: move MLO_AN_PHY resolve handling to if() statementRussell King (Oracle)1-5/+3
2024-11-11net: phylink: move MLO_AN_FIXED resolve handling to if() statementRussell King (Oracle)1-5/+3
2024-11-11net: phylink: move manual flow control settingRussell King (Oracle)1-2/+3
2024-11-11net: phy: aquantia: Add mdix config and reportingPaul Davey1-0/+52
2024-11-07net: phy: remove genphy_config_eee_advertHeiner Kallweit1-23/+0
2024-11-07net: phy: broadcom: use genphy_c45_an_config_eee_aneg in bcm_config_lre_anegHeiner Kallweit1-1/+1
2024-11-07net: phy: export genphy_c45_an_config_eee_anegHeiner Kallweit1-0/+1
2024-11-07net: phy: make genphy_c45_write_eee_adv() staticHeiner Kallweit1-1/+2
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-11-06net: broadcom: use ethtool string helpersRosen Penev1-2/+1
2024-11-06net: phy: respect cached advertising when re-enabling EEEHeiner Kallweit1-4/+3
2024-11-05net: phy: ti: add PHY_RST_AFTER_CLK_EN flagDiogo Silva1-0/+2
2024-11-03net: phy: use ethtool string helpersRosen Penev8-29/+15
2024-10-31net: phy: dp83822: Configure RMII mode on DP83825 devicesErik Schumacher1-13/+18
2024-10-29net: phylink: simplify how SFP PHYs are attachedRussell King (Oracle)1-30/+14
2024-10-29net: phylink: validate sfp_select_interface() returned interfaceRussell King (Oracle)1-1/+12
2024-10-29net: phylink: add common validation for sfp_select_interface()Russell King (Oracle)1-13/+19
2024-10-29net: phylink: simplify phylink_parse_fixedlink()Russell King (Oracle)1-13/+6
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2
2024-10-22net: phy: marvell: Add mdix status reportingPaul Davey1-0/+14
2024-10-21net: sfp: change quirks for Alcatel Lucent G-010S-PShengyu Qu1-1/+2
2024-10-20net: phy: realtek: add RTL8125D-internal PHYHeiner Kallweit1-0/+1
2024-10-20net: phy: mediatek-ge-soc: Propagate error code correctly in cal_cycle()SkyLake.Huang1-3/+5
2024-10-20net: phy: mediatek-ge-soc: Shrink line wrapping to 80 charactersSkyLake.Huang1-37/+88
2024-10-20net: phy: mediatek-ge-soc: Fix coding styleSkyLake.Huang1-17/+19
2024-10-19net: phy: dp83822: Fix reset pin definitionsMichel Alex1-2/+2
2024-10-17net: phylink: remove "using_mac_select_pcs"Russell King (Oracle)1-10/+2
2024-10-17net: phylink: remove use of pl->pcs in phylink_validate_mac_and_pcs()Russell King (Oracle)1-3/+1