summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
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: 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-04net: phy: microchip_t1: Interrupt support for lan887xDivya Koppera1-0/+61
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-6/+9
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+5
2024-10-03net: phy: qt2025: Fix warning: unused import DeviceIdFUJITA Tomonori1-2/+2
2024-10-03net: phy: mxl-gpy: add basic LED supportDaniel Golle1-0/+218
2024-10-03net: phy: realtek: Check the index value in led_hw_control_getHui Wang1-0/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2024-09-24net: phy: aquantia: fix applying active_low bit after resetDaniel Golle1-3/+2
2024-09-24net: phy: aquantia: fix setting active_low bitDaniel Golle1-1/+2
2024-09-19net: phy: aquantia: fix -ETIMEDOUT PHY probe failure when firmware not presentVladimir Oltean2-22/+39
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+22
2024-09-12net: phy: microchip_t1s: add c45 direct access in LAN865x internal PHYParthiban Veerasooran1-0/+30
2024-09-12net: phy: microchip_t1: Cable Diagnostics for lan887xDivya Koppera1-0/+413
2024-09-11net: phylink: Add phylink_set_fixed_link() to configure fixed link state in p...Russell King1-0/+42
2024-09-11net: phy: dp83822: Fix NULL pointer dereference on DP83825 devicesTomas Paukrt1-13/+22
2024-09-07net: phy: qca83xx: use PHY_ID_MATCH_EXACTRosen Penev1-7/+3
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-09-05net: phy: Add driver for Motorcomm yt8821 2.5G ethernet phyFrank Sae1-4/+667
2024-09-05net: phy: Optimize phy speed mask to be compatible to yt8821Frank Sae1-8/+5
2024-09-05net: phy: Check for read errors in SIOCGMIIREGNiklas Söderlund1-6/+11
2024-09-03net: phy: Use for_each_available_child_of_node_scoped()Jinjie Ruan1-3/+2
2024-09-03net: phy: Fix missing of_node_put() for ledsJinjie Ruan1-0/+2
2024-08-30net: phy: add Applied Micro QT2025 PHY driverFUJITA Tomonori3-0/+111
2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori1-4/+3
2024-08-28net: phy: vitesse: implement MDI-X configuration in vsc73xxPawel Dembicki1-0/+93
2024-08-26phy: dp83td510: Utilize ALCD for cable length measurement when link is activeOleksij Rempel1-6/+113
2024-08-26net: phy: microchip_t1: Adds support for lan887x phyDivya Koppera1-1/+576
2024-08-26net: phy: Add phy library support to check supported list when autoneg is ena...Divya Koppera1-1/+4
2024-08-23net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+22
2024-08-23net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier6-0/+52
2024-08-23net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2-3/+4
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier3-1/+112
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-08-22net: phy: realtek: Fix setting of PHY LEDs Mode B bit on RTL8211FSava Jakovljev1-1/+2
2024-08-16net: phy: dp83tg720: Add cable testing supportOleksij Rempel2-0/+155
2024-08-16phy: Add Open Alliance helpers for the PHY frameworkOleksij Rempel4-0/+128
2024-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+0
2024-08-12net: phy: vitesse: repair vsc73xx autonegotiationPawel Dembicki1-14/+0
2024-08-11net: phylib: do not disable autoneg for fixed speeds >= 1GRussell King (Oracle)1-9/+25
2024-08-07net: phy: phy_device: fix PHY WOL enabled, PM failed to suspendYouwan Wang1-3/+16
2024-08-05net: phy: vitesse: implement downshift in vsc73xx physPawel Dembicki1-0/+90