summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: adin: add support for clock outputJosua Mayer2022-05-191-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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-132-6/+11
|\
| * net: phy: micrel: Fix incorrect variable type in micrelWan Jiabing2022-05-111-3/+2
| * net: phy: Fix race condition on link status changeFrancesco Dolcini2022-05-101-1/+6
| * net: phy: micrel: Pass .probe for KS8737Fabio Estevam2022-05-061-0/+1
| * net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061Fabio Estevam2022-05-061-2/+2
* | net: phy: smsc: add comments for the LAN8742 phy ID mask.Yuiko Oshino2022-05-111-1/+5
* | net: phy: microchip: add comments for the modified LAN88xx phy ID mask.Yuiko Oshino2022-05-111-0/+4
* | net: phy: smsc: add LAN8742 phy support.Yuiko Oshino2022-05-091-0/+27
* | net: phy: microchip: update LAN88xx phy ID and phy ID mask.Yuiko Oshino2022-05-091-3/+3
* | net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHYOleksij Rempel2022-05-093-0/+216
* | net: phy: export genphy_c45_baset1_read_status()Oleksij Rempel2022-05-091-1/+2
* | net: phy: genphy_c45_pma_baset1_read_master_slave: read actual configurationOleksij Rempel2022-05-091-2/+6
* | net: phy: introduce genphy_c45_pma_baset1_read_master_slave()Oleksij Rempel2022-05-091-6/+25
* | net: phy: genphy_c45_pma_baset1_setup_master_slave: do no set unknown configu...Oleksij Rempel2022-05-091-1/+2
* | net: phy: introduce genphy_c45_pma_baset1_setup_master_slave()Oleksij Rempel2022-05-091-19/+30
* | net: phy: genphy_c45_baset1_an_config_aneg: do no set unknown configurationOleksij Rempel2022-05-091-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-1/+11
|\|
| * net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan2022-05-041-1/+11
* | net: phy: bcm87xx: Use mmd helpersAndrew Lunn2022-05-021-16/+20
* | net: phy: Convert to mdiobus_c45_{read|write}Andrew Lunn2022-05-021-7/+11
* | net: phylink: Convert to mdiobus_c45_{read|write}Andrew Lunn2022-05-021-15/+17
* | net: phy: adin1100: Add SQI supportAlexandru Tachici2022-05-011-0/+52
* | net: phy: adin1100: Add initial support for ADIN1100 industrial PHYAlexandru Ardelean2022-05-013-0/+248
* | net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici2022-05-012-5/+253
* | ethtool: Add 10base-T1L link mode entryAlexandru Tachici2022-05-013-3/+7
* | net: phy: marvell: update abilities and advertising when switching to SGMIIRobert Hancock2022-05-011-1/+15
* | net: phy: micrel: add coma mode GPIOMichael Walle2022-04-301-0/+20
* | net: phy: micrel: move the PHY timestamping checkMichael Walle2022-04-301-4/+8
* | net: phy: Deduplicate interrupt disablement on PHY attachLukas Wunner2022-04-291-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-1/+1
|\|
| * net: phy: marvell10g: fix return value on errorBaruch Siach2022-04-261-1/+1
* | net: phy: LAN937x: add interrupt support for link detectionArun Ramadoss2022-04-261-0/+2
* | net: phy: LAN87xx: add ethtool SQI supportArun Ramadoss2022-04-231-0/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-0/+1
|\|
| * net: phy: LAN937x: added PHY_POLL_CABLE_TEST flagArun Ramadoss2022-04-151-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-6/+1
|\|
| * net: phy: LAN87xx: remove genphy_softreset in config_anegArun Ramadoss2022-04-111-6/+1
* | net: phylink: remove phylink_helper_basex_speed()Russell King (Oracle)2022-04-131-28/+0
* | net: phy: micrel: ksz9031/ksz9131: add cabletest supportMarek Vasut2022-04-081-0/+221
|/
* net: phy: micrel: Remove DT option lan8814,ignore-tsHoratiu Vultur2022-04-041-3/+1
* net: phy: micrel: Remove latency from driverHoratiu Vultur2022-04-041-101/+1
* net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli2022-03-261-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-172-4/+7
|\
| * net: phy: mscc: Add MODULE_FIRMWARE macrosJuerg Haefliger2022-03-171-0/+3