summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestampingHoratiu Vultur2024-04-031-2/+8
* net: phy: micrel: Fix potential null pointer dereferenceAleksandr Mishin2024-04-011-5/+16
* net: phy: qcom: at803x: fix kernel panic with at8031_probeChristian Marangi2024-03-281-1/+3
* net: phy: fix phy_read_poll_timeout argument type in genphy_loopbackNikita Kiryushin2024-03-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-112-18/+21
|\
| * net: phy: dp83822: Fix RGMII TX delay configurationTim Pambor2024-03-081-17/+20
| * net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital2024-03-081-1/+1
* | net: phy: simplify a check in phy_check_link_statusHeiner Kallweit2024-03-111-2/+2
* | net: phy: marvell-88x2222: Remove unused of_gpio.hAndy Shevchenko2024-03-111-2/+0
* | net: mdio_bus: Remove unused of_gpio.hAndy Shevchenko2024-03-111-2/+0
* | net: phy: marvell: add comment about m88e1111_config_init_1000basex()Russell King (Oracle)2024-03-071-1/+4
* | net: phy: qca807x: fix compilation when CONFIG_GPIOLIB is not setRobert Marko2024-03-061-16/+16
* | net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn2024-03-051-0/+28
* | net: phy: Immediately call adjust_link if only tx_lpi_enabled changesAndrew Lunn2024-03-052-5/+49
* | net: phy: Keep track of EEE configurationAndrew Lunn2024-03-051-2/+5
* | net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn2024-03-051-0/+7
* | net: phy: micrel: lan8814 cable improvement errataHoratiu Vultur2024-03-051-0/+19
* | net: phy: micrel: lan8814 led errataHoratiu Vultur2024-03-051-0/+19
* | net: phy: qcom: qca808x: fill in possible_interfacesRobert Marko2024-03-011-0/+12
* | net: phy: qcom: qca808x: add helper for checking for 1G only modelRobert Marko2024-03-011-5/+12
* | net: phy: dp83826: disable WOL at initCatalin Popescu2024-02-281-1/+1
* | net: phy: simplify genphy_c45_ethtool_set_eeeHeiner Kallweit2024-02-271-9/+4
* | net: phy: dp83826: support configuring RMII master/slave operation modeJérémie Dautheribes2024-02-261-5/+38
* | net: phy: dp83826: Add support for phy-mode configurationJérémie Dautheribes2024-02-261-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-1/+3
|\|
| * net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli2024-02-221-1/+3
* | net: phy: marvell-88q2xxx: move interrupt configurationDimitri Fedrau2024-02-211-8/+8
* | net: phy: marvell-88q2xxx: remove duplicated assignment of pma_extableDimitri Fedrau2024-02-211-7/+1
* | net: phy: marvell-88q2xxx: cleanup mv88q2xxx_config_initDimitri Fedrau2024-02-211-8/+1
* | net: phy: marvell-88q2xxx: switch to mv88q2xxx_config_anegDimitri Fedrau2024-02-211-12/+1
* | net: phy: marvell-88q2xxx: make mv88q2xxx_config_aneg genericDimitri Fedrau2024-02-211-1/+1
* | net: phy: marvell-88q2xxx: add cable test supportDimitri Fedrau2024-02-211-0/+107
* | net: phy: marvell-88q2xxx: add support for temperature sensorDimitri Fedrau2024-02-212-0/+147
* | net: phy: marvell-88q2xxx: add suspend / resume opsDimitri Fedrau2024-02-211-0/+34
* | net: phy: marvell-88q2xxx: add interrupt support for link detectionDimitri Fedrau2024-02-211-4/+119
* | net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHYDimitri Fedrau2024-02-211-6/+204
* | net: phy: marvell-88q2xxx: fix typosDimitri Fedrau2024-02-211-11/+17
* | net: phy: c45: detect 100/1000BASE-T1 linkmode advertisementsDimitri Fedrau2024-02-211-1/+2
* | net: phy: mxl-gpy: fill in possible_interfaces for GPY21x chipsetRaju Lakkaraju2024-02-211-6/+14
* | net: phy: aquantia: add AQR813 PHY IDChristian Marangi2024-02-181-0/+21
* | net: phy: c45: add support for MDIO_AN_EEE_ADV2Heiner Kallweit2024-02-171-0/+27
* | net: phy: c45: add support for EEE link partner ability 2 to genphy_c45_read_...Heiner Kallweit2024-02-171-0/+11
* | net: phy: c45: add and use genphy_c45_read_eee_cap2Heiner Kallweit2024-02-171-0/+31
* | net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit2024-02-171-0/+11
* | net: phy: aquantia: add AQR113 PHY IDChristian Marangi2024-02-161-0/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+1
|\|
| * net: fill in MODULE_DESCRIPTION()s for mdio_devresBreno Leitao2024-02-151-0/+1
* | net: mdio_bus: make mdio_bus_type constRicardo B. Marliere2024-02-152-3/+2
* | net: phy: aquantia: add AQR111 and AQR111B0 PHY IDChristian Marangi2024-02-151-0/+52
* | net: phy: qca807x: move interface mode check to .config_init_onceRobert Marko2024-02-151-5/+5