summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2022-12-08net: mdiobus: fix unbalanced node reference countYang Yingliang1-0/+1
2022-12-08net: phy: fix null-ptr-deref while probe() failedYang Yingliang1-0/+1
2022-12-02net: phy: at803x: fix error return code in at803x_probe()Wei Yongjun1-1/+3
2022-11-26net: phy: marvell: add sleep time after enabling the loopback bitAminuddin Jamaluddin1-7/+9
2022-11-26net: phy: dp83867: Fix SGMII FIFO depth for non OF devicesMichael Sit Wei Hong1-0/+7
2022-11-16net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart1-0/+1
2022-11-10net: mdio: fix undefined behavior in bit shift for __mdiobus_registerGaosheng Cui1-1/+1
2022-10-29net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann1-2/+1
2022-10-29net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang1-0/+3
2022-10-29net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam1-0/+8
2022-09-27net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()Lukas Wunner1-4/+6
2022-09-22net: phy: micrel: fix shared interrupt on LAN8814Michael Walle1-6/+12
2022-09-13net: phy: aquantia: wait for the suspend/resume operations to finishIoana Ciornei1-4/+49
2022-09-08net: phy: lan87xx: change interrupt src of link_up to comm_readyArun Ramadoss1-4/+54
2022-09-02Revert "net: phy: meson-gxl: improve link-up behavior"Heiner Kallweit1-7/+1
2022-08-31net: phy: micrel: Make the GPIO to be non-exclusiveHoratiu Vultur1-1/+7
2022-08-23net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()Xiaolei Wang1-4/+4
2022-08-09net: phy: dp83867: fix get nvmem cell failNikita Shubin1-1/+1
2022-08-09net: phy: c45 baset1: do not skip aneg configuration if clock role is not spe...Oleksij Rempel1-18/+16
2022-08-04net: phy: Warn about incorrect mdio_bus_phy_resume() stateFlorian Fainelli1-0/+6
2022-07-13net: phy: mxl-gpy: print firmware in human readable formMichael Walle1-2/+3
2022-07-13net: phy: mxl-gpy: rename the FW type field nameMichael Walle1-5/+5
2022-07-13net: phy: mxl-gpy: cache PHY firmware versionMichael Walle1-19/+20
2022-07-13net: phy: mxl-gpy: fix version reportingMichael Walle1-5/+6
2022-07-09net: phylink: fix SGMII inband autoneg enableRussell King (Oracle)1-1/+3
2022-07-04net: phy: broadcom: Add support for BCM53128 internal PHYsKurt Kanzenbach1-0/+15
2022-07-02net: phy: micrel: Adding LED feature for LAN8814 PHYDivya Koppera1-17/+56
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-6/+52
2022-06-30net: phylink: fix NULL pl->pcs dereference during phylink_pcs_poll_startVladimir Oltean1-1/+1
2022-06-30net: sfp: fix memory leak in sfp_probe()Jianglei Nie1-1/+1
2022-06-30net: phy: ax88772a: fix lost pause advertisement configurationOleksij Rempel1-2/+4
2022-06-30net: phy: Don't trigger state machine while in suspendLukas Wunner2-0/+46
2022-06-29net: phylink: disable PCS polling over major configurationRussell King (Oracle)1-10/+20
2022-06-29net: phylink: remove pcs_ops memberRussell King (Oracle)1-20/+19
2022-06-25net: dp83822: disable rx error interruptEnguerrand de Ribaucourt1-2/+1
2022-06-25net: dp83822: disable false carrier interruptEnguerrand de Ribaucourt1-1/+0
2022-06-24net: phylink: add QSGMII support to phylink_mii_c22_pcs_encode_advertisement()Russell King (Oracle)1-0/+1
2022-06-24net: phy: mxl-gpy: add temperature sensorMichael Walle2-0/+108
2022-06-24net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name()Michael Walle1-8/+3
2022-06-24net: sfp: use hwmon_sanitize_name()Michael Walle1-7/+3
2022-06-24net: phy: Add support for 1PPS out and external timestampsJonathan Lemon1-0/+226
2022-06-24net: phy: broadcom: Add PTP support for some Broadcom PHYs.Jonathan Lemon3-0/+724
2022-06-24net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-libJonathan Lemon2-4/+48
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+24
2022-06-23net: phy: Add support for AQR113C EPHYBhadram Varka1-0/+20
2022-06-22net: phy: dp83td510: add SQI supportOleksij Rempel1-0/+49
2022-06-22net: phy: smsc: Disable Energy Detect Power-Down in interrupt modeLukas Wunner1-2/+4
2022-06-22net: phy: smsc: Deduplicate interrupt acknowledgement upon phy_init_hw()Lukas Wunner1-12/+1
2022-06-19net: phy: at803x: fix NULL pointer dereference on AR9331 PHYOleksij Rempel1-0/+6
2022-06-19net: phy: marvell: use mii_bmcr_encode_fixed()Russell King (Oracle)1-8/+2