summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()Lukas Wunner2022-09-271-4/+6
* net: phy: micrel: fix shared interrupt on LAN8814Michael Walle2022-09-221-6/+12
* net: phy: aquantia: wait for the suspend/resume operations to finishIoana Ciornei2022-09-131-4/+49
* net: phy: lan87xx: change interrupt src of link_up to comm_readyArun Ramadoss2022-09-081-4/+54
* Revert "net: phy: meson-gxl: improve link-up behavior"Heiner Kallweit2022-09-021-7/+1
* net: phy: micrel: Make the GPIO to be non-exclusiveHoratiu Vultur2022-08-311-1/+7
* net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()Xiaolei Wang2022-08-231-4/+4
* net: phy: dp83867: fix get nvmem cell failNikita Shubin2022-08-091-1/+1
* net: phy: c45 baset1: do not skip aneg configuration if clock role is not spe...Oleksij Rempel2022-08-091-18/+16
* net: phy: Warn about incorrect mdio_bus_phy_resume() stateFlorian Fainelli2022-08-041-0/+6
* net: phy: mxl-gpy: print firmware in human readable formMichael Walle2022-07-131-2/+3
* net: phy: mxl-gpy: rename the FW type field nameMichael Walle2022-07-131-5/+5
* net: phy: mxl-gpy: cache PHY firmware versionMichael Walle2022-07-131-19/+20
* net: phy: mxl-gpy: fix version reportingMichael Walle2022-07-131-5/+6
* net: phylink: fix SGMII inband autoneg enableRussell King (Oracle)2022-07-091-1/+3
* net: phy: broadcom: Add support for BCM53128 internal PHYsKurt Kanzenbach2022-07-041-0/+15
* net: phy: micrel: Adding LED feature for LAN8814 PHYDivya Koppera2022-07-021-17/+56
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-015-6/+52
|\
| * net: sfp: fix memory leak in sfp_probe()Jianglei Nie2022-06-301-1/+1
| * net: phy: ax88772a: fix lost pause advertisement configurationOleksij Rempel2022-06-301-2/+4
| * net: phy: Don't trigger state machine while in suspendLukas Wunner2022-06-302-0/+46
| * net: dp83822: disable rx error interruptEnguerrand de Ribaucourt2022-06-251-2/+1
| * net: dp83822: disable false carrier interruptEnguerrand de Ribaucourt2022-06-251-1/+0
* | net: phylink: fix NULL pl->pcs dereference during phylink_pcs_poll_startVladimir Oltean2022-06-301-1/+1
* | net: phylink: disable PCS polling over major configurationRussell King (Oracle)2022-06-291-10/+20
* | net: phylink: remove pcs_ops memberRussell King (Oracle)2022-06-291-20/+19
* | net: phylink: add QSGMII support to phylink_mii_c22_pcs_encode_advertisement()Russell King (Oracle)2022-06-241-0/+1
* | net: phy: mxl-gpy: add temperature sensorMichael Walle2022-06-242-0/+108
* | net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name()Michael Walle2022-06-241-8/+3
* | net: sfp: use hwmon_sanitize_name()Michael Walle2022-06-241-7/+3
* | net: phy: Add support for 1PPS out and external timestampsJonathan Lemon2022-06-241-0/+226
* | net: phy: broadcom: Add PTP support for some Broadcom PHYs.Jonathan Lemon2022-06-243-0/+724
* | net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-libJonathan Lemon2022-06-242-4/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-233-3/+24
|\|
| * net: phy: smsc: Disable Energy Detect Power-Down in interrupt modeLukas Wunner2022-06-221-2/+4
| * net: phy: at803x: fix NULL pointer dereference on AR9331 PHYOleksij Rempel2022-06-191-0/+6
| * phy: aquantia: Fix AN when higher speeds than 1G are not advertisedClaudiu Manoil2022-06-171-1/+14
* | net: phy: Add support for AQR113C EPHYBhadram Varka2022-06-231-0/+20
* | net: phy: dp83td510: add SQI supportOleksij Rempel2022-06-221-0/+49
* | net: phy: smsc: Deduplicate interrupt acknowledgement upon phy_init_hw()Lukas Wunner2022-06-221-12/+1
* | net: phy: marvell: use mii_bmcr_encode_fixed()Russell King (Oracle)2022-06-191-8/+2
* | net: phy: use mii_bmcr_encode_fixed()Russell King (Oracle)2022-06-191-15/+3
* | net: phy: add support to get Master-Slave configurationRaju Lakkaraju2022-06-171-0/+3
* | net: phy: dp83867: implement support for io_impedance_ctrl nvmem cellRasmus Villemoes2022-06-171-6/+49
* | net: phy: marvell-88x2222: set proper phydev->portIvan Bornyakov2022-06-151-0/+2
* | net: phy: fixed_phy: set phy_mask before calling mdiobus_register()Rasmus Villemoes2022-06-141-0/+1
|/
* net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada2022-06-081-1/+0
* net: phy: dp83867: retrigger SGMII AN when link changeTan Tee Min2022-06-061-0/+29
* net: phy: at803x: disable WOL at probeViorel Suman2022-05-311-11/+22
* net: phy: Directly use ida_alloc()/free()Ke Liu2022-05-281-3/+3