summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: dp83867: fix get nvmem cell failNikita Shubin2022-08-081-1/+1
* net: phy: c45 baset1: do not skip aneg configuration if clock role is not spe...Oleksij Rempel2022-08-081-18/+16
* net: phy: Warn about incorrect mdio_bus_phy_resume() stateFlorian Fainelli2022-08-031-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-081-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-06-305-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-291-2/+4
| * net: phy: Don't trigger state machine while in suspendLukas Wunner2022-06-292-0/+46
| * net: dp83822: disable rx error interruptEnguerrand de Ribaucourt2022-06-241-2/+1
| * net: dp83822: disable false carrier interruptEnguerrand de Ribaucourt2022-06-241-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-281-10/+20
* | net: phylink: remove pcs_ops memberRussell King (Oracle)2022-06-281-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-232-0/+108
* | net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name()Michael Walle2022-06-231-8/+3
* | net: sfp: use hwmon_sanitize_name()Michael Walle2022-06-231-7/+3
* | net: phy: Add support for 1PPS out and external timestampsJonathan Lemon2022-06-231-0/+226
* | net: phy: broadcom: Add PTP support for some Broadcom PHYs.Jonathan Lemon2022-06-233-0/+724
* | net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-libJonathan Lemon2022-06-232-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-211-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-161-1/+14
* | net: phy: Add support for AQR113C EPHYBhadram Varka2022-06-221-0/+20
* | net: phy: dp83td510: add SQI supportOleksij Rempel2022-06-211-0/+49
* | net: phy: smsc: Deduplicate interrupt acknowledgement upon phy_init_hw()Lukas Wunner2022-06-211-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-161-0/+3
* | net: phy: dp83867: implement support for io_impedance_ctrl nvmem cellRasmus Villemoes2022-06-161-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-131-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-301-11/+22
* net: phy: Directly use ida_alloc()/free()Ke Liu2022-05-281-3/+3
* net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmiiTommaso Merciai2022-05-221-1/+8
* net: phy: adin: add support for clock outputJosua Mayer2022-05-181-0/+40
* net: phy: marvell: Add errata section 5.1 for Alaska PHYLeszek Polak2022-05-171-0/+37
* net: phy: micrel: Use the kszphy probe/suspend/resumeFabio Estevam2022-05-161-2/+3
* net: phy: micrel: Allow probing without .driver_dataFabio Estevam2022-05-161-5/+6
* net: phy: smsc: Cope with hot-removal in interrupt handlerLukas Wunner2022-05-131-1/+3
* net: phy: smsc: Cache interrupt maskLukas Wunner2022-05-131-13/+11