summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2019-03-14net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani1-1/+12
2019-03-14net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit1-0/+4
2019-02-27net: phylink: avoid resolving link state too earlyRussell King1-6/+13
2019-02-27net: sfp: do not probe SFP module before we're attachedRussell King3-9/+25
2019-02-23net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski1-1/+4
2019-02-12net: dp83640: expire old TX-skbSebastian Andrzej Siewior1-3/+10
2019-01-31net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni1-0/+1
2019-01-09net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi1-5/+2
2018-12-17net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-11/+8
2018-11-23net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller1-5/+5
2018-11-13net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart1-0/+3
2018-11-04net: phy: phylink: Don't release NULL GPIOFlorian Fainelli1-1/+1
2018-11-04net: phy: Add general dummy stubs for MMD register accessKevin Hao1-0/+17
2018-11-04net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211bKevin Hao1-0/+2
2018-10-04net: phy: xgmiitorgmii: Check phy_driver ready before accessingBrandon Maier1-0/+5
2018-10-04net: phy: xgmiitorgmii: Check read_status resultsBrandon Maier1-1/+4
2018-09-19net: phy: Fix the register offsets in Broadcom iProc mdio mux driverArun Parameswaran1-5/+15
2018-08-03net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev1-1/+1
2018-08-03net: phy: phylink: Release link GPIOFlorian Fainelli1-0/+2
2018-07-28net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_privHeiner Kallweit1-1/+1
2018-07-25net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit1-5/+2
2018-06-20net: phy: marvell: clear wol event before setting itJingju Hou1-0/+9
2018-06-11net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli1-1/+1
2018-06-11net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli3-5/+12
2018-05-30dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal1-0/+18
2018-03-31net: phy: Tell caller result of phy_change()Brad Mouring1-87/+86
2018-03-31net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko1-4/+11
2018-03-24sfp: fix non-detection of PHYRussell King1-4/+4
2018-03-24sfp: fix EEPROM reading in the case of non-SFF8472 SFPsRussell King1-4/+3
2018-03-24net: phy: meson-gxl: check phy_write return valueJerome Brunet1-12/+38
2018-03-19net: phy: Restore phy_resume() locking assumptionAndrew Lunn2-6/+14
2018-03-19net: phy: fix resume handlingRussell King3-14/+9
2018-03-09net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit1-1/+1
2018-03-03mdio-sun4i: Fix a memory leakChristophe JAILLET1-2/+4
2018-03-03net: phy: xgene: disable clk on error pathsAlexey Khoroshilov1-6/+15
2018-02-25phylink: ensure we take the link down when phylink_stop() is calledRussell King1-0/+1
2018-02-25sfp: fix RX_LOS signal handlingRussell King1-3/+5
2018-02-03net: phy: marvell10g: fix the PHY id maskAntoine Tenart1-2/+3
2018-01-17sfp: fix sfp-bus oops when removing socket/upstreamRussell King1-2/+4
2018-01-17phylink: ensure we report link down when LOS assertedRussell King1-2/+1
2018-01-02phylink: ensure AN is enabledRussell King1-0/+1
2018-01-02phylink: ensure the PHY interface mode is appropriately setRussell King1-0/+1
2018-01-02net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang1-1/+1
2018-01-02net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaroundGrygorii Strashko1-0/+1
2017-12-25net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-11-01net: phy: marvell: Only configure RGMII delays when using RGMIIAndrew Lunn1-3/+5
2017-09-22net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven1-1/+1
2017-09-22net: phy: Keep reporting transceiver typeFlorian Fainelli1-1/+2