summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
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-20net: phy: dp83822: Fix reset pin definitionsMichel Alex1-2/+2
2024-10-18net: phylink: remove "using_mac_select_pcs"Russell King (Oracle)1-10/+2
2024-10-18net: phylink: remove use of pl->pcs in phylink_validate_mac_and_pcs()Russell King (Oracle)1-3/+1
2024-10-18net: phylink: allow mac_select_pcs() to remove a PCSRussell King (Oracle)1-1/+1
2024-10-17net: phy: realtek: merge the drivers for internal NBase-T PHY'sHeiner Kallweit1-10/+43
2024-10-17net: phy: realtek: clear 1000Base-T link partner advertisementDaniel Golle1-0/+4
2024-10-17net: phy: realtek: change order of calls in C22 read_status()Daniel Golle1-7/+15
2024-10-17net: phy: realtek: read duplex and gbit master from PHYSR registerDaniel Golle1-8/+33
2024-10-15net: phy: aquantia: fix return value check in aqr107_config_mdi()Daniel Golle1-1/+1
2024-10-15net: phy: intel-xway: add support for PHY LEDsDaniel Golle1-9/+244
2024-10-15net: phy: mxl-gpy: correctly describe LED polarityDaniel Golle1-4/+12
2024-10-15net: phy: aquantia: correctly describe LED polarity overrideDaniel Golle3-8/+24
2024-10-15net: phy: support 'active-high' property for PHY LEDsDaniel Golle1-0/+6
2024-10-15net: phy: c45-tja11xx: add support for outputting RMII reference clockWei Fang2-1/+30
2024-10-15net: phylink: allow half-duplex modes with RATE_MATCH_PAUSEDaniel Golle1-8/+1
2024-10-12net: phy: microchip_t1s: configure collision detection based on PLCA modeParthiban Veerasooran1-3/+39
2024-10-12net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C2Parthiban Veerasooran2-7/+19
2024-10-12net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C1Parthiban Veerasooran2-2/+66
2024-10-12net: phy: microchip_t1s: move LAN867X reset handling to a new functionParthiban Veerasooran1-1/+12
2024-10-12net: phy: microchip_t1s: add support for Microchip's LAN865X Rev.B1Parthiban Veerasooran2-33/+33
2024-10-12net: phy: microchip_t1s: update new initial settings for LAN865X Rev.B0Parthiban Veerasooran1-36/+84
2024-10-12net: phy: microchip_t1s: restructure cfg read/write functions argumentsParthiban Veerasooran1-11/+16
2024-10-11net: phy: aquantia: poll status registerAryan Srivastava1-3/+16
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-24/+61
2024-10-10net: phy: Validate PHY LED OPs presence before registeringChristian Marangi1-0/+11
2024-10-09net: phy: realtek: Fix MMD access on RTL8126A-integrated PHYHeiner Kallweit1-1/+23
2024-10-09net: phy: microchip_t1: SQI support for LAN887xTarun Alle1-0/+171
2024-10-09net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110Niklas Söderlund1-10/+36
2024-10-09net: phy: marvell-88q2xxx: Make register writer function genericNiklas Söderlund1-20/+20
2024-10-09net: phy: marvell-88q2xxx: Align soft reset for mv88q2110 and mv88q2220Niklas Söderlund1-34/+26
2024-10-09net: phy: aquantia: allow forcing order of MDI pairsDaniel Golle1-0/+33
2024-10-09net: phy: smsc: use devm_clk_get_optional_enabled_with_rate()Bartosz Golaszewski1-2/+3
2024-10-08net: phy: Add support for PHY timing-role configuration via device treeOleksij Rempel2-0/+36
2024-10-08net: phy: Remove LED entry from LEDs list on unregisterChristian Marangi1-2/+3
2024-10-08net: phy: mxl-gpy: add missing support for TRIGGER_NETDEV_LINK_10Daniel Golle1-0/+1
2024-10-05net: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-05net: phy: bcm84881: Fix some error handling pathsChristophe JAILLET1-2/+2