summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-081-2/+3
* net: phy: bcm84881: Fix some error handling pathsChristophe JAILLET2024-10-051-2/+2
* net: phy: aquantia: remove usage of phy_set_max_speedAbhishek Chauhan2024-10-041-18/+19
* net: phy: aquantia: AQR115c fix up PMA capabilitiesAbhishek Chauhan2024-10-041-0/+14
* net: phy: dp83869: fix memory corruption when enabling fiberIngo van Lil2024-10-041-1/+0
* 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-031-2/+2
| * net: phy: realtek: Check the index value in led_hw_control_getHui Wang2024-10-031-0/+3
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-024-4/+4
|/
* 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-131-13/+22
|\
| * net: phy: dp83822: Fix NULL pointer dereference on DP83825 devicesTomas Paukrt2024-09-111-13/+22
* | net: phy: microchip_t1s: add c45 direct access in LAN865x internal PHYParthiban Veerasooran2024-09-121-0/+30
* | net: phy: microchip_t1: Cable Diagnostics for lan887xDivya Koppera2024-09-121-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-071-7/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-061-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-051-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-231-1/+2
|\|
| * net: phy: realtek: Fix setting of PHY LEDs Mode B bit on RTL8211FSava Jakovljev2024-08-221-1/+2
* | net: phy: dp83tg720: Add cable testing supportOleksij Rempel2024-08-162-0/+155
* | phy: Add Open Alliance helpers for the PHY frameworkOleksij Rempel2024-08-164-0/+128
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-161-14/+0
|\|
| * net: phy: vitesse: repair vsc73xx autonegotiationPawel Dembicki2024-08-121-14/+0
* | net: phylib: do not disable autoneg for fixed speeds >= 1GRussell King (Oracle)2024-08-111-9/+25
* | net: phy: phy_device: fix PHY WOL enabled, PM failed to suspendYouwan Wang2024-08-071-3/+16
* | net: phy: vitesse: implement downshift in vsc73xx physPawel Dembicki2024-08-051-0/+90
* | net: phy: qca807x: Drop unnecessary and broken DT validationRob Herring (Arm)2024-08-021-10/+0
|/
* net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski2024-07-311-8/+21
* net: phy: micrel: Fix the KSZ9131 MDI-X status issueRaju Lakkaraju2024-07-311-15/+19
* net: phy: realtek: add support for RTL8366S Gigabit PHYMark Mentovai2024-07-261-0/+7
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-253-6/+6
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-033-6/+6