summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: micrel: Add interrupts support for LAN8804 PHYHoratiu Vultur2022-09-201-0/+62
* net: sfp: add support for HALNy GPON SFPRussell King (Oracle)2022-09-202-4/+19
* net: sfp: move Huawei MA5671A fixupRussell King (Oracle)2022-09-201-5/+7
* net: sfp: move Alcatel Lucent 3FE46541AA fixupRussell King (Oracle)2022-09-202-5/+10
* net: sfp: move quirk handling into sfp.cRussell King (Oracle)2022-09-203-97/+104
* net: sfp: re-implement soft state polling setupRussell King (Oracle)2022-09-201-12/+26
* net: phy: adin1100: add PHY IDs of adin1110/adin2111Alexandru Tachici2022-09-201-1/+6
* net: phy: micrel: Cable Diag feature for lan8814 phyDivya Koppera2022-09-191-18/+107
* net: phy: spi_ks8895: switch to using gpiod APIDmitry Torokhov2022-09-151-55/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-082-11/+55
|\
| * 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-011-7/+1
* | net: phy: Add 1000BASE-KX interface modeSean Anderson2022-09-052-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+7
|\|
| * net: phy: micrel: Make the GPIO to be non-exclusiveHoratiu Vultur2022-08-301-1/+7
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-316-6/+6
* | net: phy: smsc: use device-managed clock APIHeiner Kallweit2022-08-311-25/+5
* | net: phylink: allow RGMII/RTBI in-band statusQingfang DENG2022-08-261-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-4/+4
|\|
| * net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()Xiaolei Wang2022-08-221-4/+4
* | net: phy: tja11xx: add interface mode and RMII REF_CLK supportWei Fang2022-08-231-5/+78
* | net: phy: Add helper to derive the number of ports from a phy modeMaxime Chevallier2022-08-221-0/+52
* | net: phy: Introduce QUSGMII PHY modeMaxime Chevallier2022-08-221-0/+3
* | net: phy: realtek: add support for RTL8211F(D)(I)-VD-CGClark Wang2022-08-221-12/+32
* | net: phy: at803x: add disable hibernation mode supportWei Fang2022-08-181-0/+25
* | net: sfp: use simplified HWMON_CHANNEL_INFO macroBeniamin Sandu2022-08-171-83/+38
* | net: phy: broadcom: Implement suspend/resume for AC131 and BCM5241Florian Fainelli2022-08-171-0/+39
|/
* 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