summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-105-24/+61
|\
| * net: phy: realtek: Fix MMD access on RTL8126A-integrated PHYHeiner Kallweit2024-10-091-1/+23
| * net: phy: Remove LED entry from LEDs list on unregisterChristian Marangi2024-10-071-2/+3
| * net: phy: bcm84881: Fix some error handling pathsChristophe JAILLET2024-10-041-2/+2
| * net: phy: aquantia: remove usage of phy_set_max_speedAbhishek Chauhan2024-10-031-18/+19
| * net: phy: aquantia: AQR115c fix up PMA capabilitiesAbhishek Chauhan2024-10-031-0/+14
| * net: phy: dp83869: fix memory corruption when enabling fiberIngo van Lil2024-10-031-1/+0
* | net: phy: Validate PHY LED OPs presence before registeringChristian Marangi2024-10-101-0/+11
* | net: phy: microchip_t1: SQI support for LAN887xTarun Alle2024-10-081-0/+171
* | net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110Niklas Söderlund2024-10-081-10/+36
* | net: phy: marvell-88q2xxx: Make register writer function genericNiklas Söderlund2024-10-081-20/+20
* | net: phy: marvell-88q2xxx: Align soft reset for mv88q2110 and mv88q2220Niklas Söderlund2024-10-081-34/+26
* | net: phy: aquantia: allow forcing order of MDI pairsDaniel Golle2024-10-081-0/+33
* | net: phy: smsc: use devm_clk_get_optional_enabled_with_rate()Bartosz Golaszewski2024-10-081-2/+3
* | net: phy: Add support for PHY timing-role configuration via device treeOleksij Rempel2024-10-082-0/+36
* | net: phy: mxl-gpy: add missing support for TRIGGER_NETDEV_LINK_10Daniel Golle2024-10-071-0/+1
* | net: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-041-1/+1
* | net: phy: microchip_t1: Interrupt support for lan887xDivya Koppera2024-10-031-0/+61
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-036-6/+9
|\|
| * Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-032-2/+5
| |\
| | * net: phy: qt2025: Fix warning: unused import DeviceIdFUJITA Tomonori2024-10-021-2/+2
| | * net: phy: realtek: Check the index value in led_hw_control_getHui Wang2024-10-021-0/+3
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-024-4/+4
| |/
* / net: phy: mxl-gpy: add basic LED supportDaniel Golle2024-10-021-0/+218
|/
* net: phy: aquantia: fix applying active_low bit after resetDaniel Golle2024-09-241-3/+2
* net: phy: aquantia: fix setting active_low bitDaniel Golle2024-09-241-1/+2
* net: phy: aquantia: fix -ETIMEDOUT PHY probe failure when firmware not presentVladimir Oltean2024-09-192-22/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-121-13/+22
|\
| * net: phy: dp83822: Fix NULL pointer dereference on DP83825 devicesTomas Paukrt2024-09-101-13/+22
* | net: phy: microchip_t1s: add c45 direct access in LAN865x internal PHYParthiban Veerasooran2024-09-111-0/+30
* | net: phy: microchip_t1: Cable Diagnostics for lan887xDivya Koppera2024-09-111-0/+413
* | net: phylink: Add phylink_set_fixed_link() to configure fixed link state in p...Russell King2024-09-111-0/+42
* | net: phy: qca83xx: use PHY_ID_MATCH_EXACTRosen Penev2024-09-061-7/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-051-0/+2
|\|
| * net: phy: Fix missing of_node_put() for ledsJinjie Ruan2024-09-031-0/+2
* | net: phy: Add driver for Motorcomm yt8821 2.5G ethernet phyFrank Sae2024-09-051-4/+667
* | net: phy: Optimize phy speed mask to be compatible to yt8821Frank Sae2024-09-051-8/+5
* | net: phy: Check for read errors in SIOCGMIIREGNiklas Söderlund2024-09-041-6/+11
* | net: phy: Use for_each_available_child_of_node_scoped()Jinjie Ruan2024-09-031-3/+2
* | net: phy: add Applied Micro QT2025 PHY driverFUJITA Tomonori2024-08-303-0/+111
* | rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori2024-08-301-4/+3
* | net: phy: vitesse: implement MDI-X configuration in vsc73xxPawel Dembicki2024-08-271-0/+93
* | phy: dp83td510: Utilize ALCD for cable length measurement when link is activeOleksij Rempel2024-08-261-6/+113
* | net: phy: microchip_t1: Adds support for lan887x phyDivya Koppera2024-08-261-1/+576
* | net: phy: Add phy library support to check supported list when autoneg is ena...Divya Koppera2024-08-261-1/+4
* | net: sfp: Add helper to return the SFP bus nameMaxime Chevallier2024-08-231-0/+22
* | net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-08-236-0/+52
* | net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2024-08-232-3/+4
* | net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-08-233-1/+112
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-221-1/+2
|\|