summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2019-01-09net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi
2018-12-17net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit
2018-11-23net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller
2018-11-13net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart
2018-11-04net: phy: phylink: Don't release NULL GPIOFlorian Fainelli
2018-11-04net: phy: Add general dummy stubs for MMD register accessKevin Hao
2018-11-04net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211bKevin Hao
2018-10-03net: phy: xgmiitorgmii: Check phy_driver ready before accessingBrandon Maier
2018-10-03net: phy: xgmiitorgmii: Check read_status resultsBrandon Maier
2018-09-19net: phy: Fix the register offsets in Broadcom iProc mdio mux driverArun Parameswaran
2018-08-03net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev
2018-08-03net: phy: phylink: Release link GPIOFlorian Fainelli
2018-07-28net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_privHeiner Kallweit
2018-07-25net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit
2018-06-21net: phy: marvell: clear wol event before setting itJingju Hou
2018-06-11net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli
2018-06-11net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli
2018-05-30dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal
2018-03-31net: phy: Tell caller result of phy_change()Brad Mouring
2018-03-31net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko
2018-03-24sfp: fix non-detection of PHYRussell King
2018-03-24sfp: fix EEPROM reading in the case of non-SFF8472 SFPsRussell King
2018-03-24net: phy: meson-gxl: check phy_write return valueJerome Brunet
2018-03-19net: phy: Restore phy_resume() locking assumptionAndrew Lunn
2018-03-19net: phy: fix resume handlingRussell King
2018-03-08net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit
2018-03-03mdio-sun4i: Fix a memory leakChristophe JAILLET
2018-03-03net: phy: xgene: disable clk on error pathsAlexey Khoroshilov
2018-02-25phylink: ensure we take the link down when phylink_stop() is calledRussell King
2018-02-25sfp: fix RX_LOS signal handlingRussell King
2018-02-03net: phy: marvell10g: fix the PHY id maskAntoine Tenart
2018-01-17sfp: fix sfp-bus oops when removing socket/upstreamRussell King
2018-01-17phylink: ensure we report link down when LOS assertedRussell King
2018-01-02phylink: ensure AN is enabledRussell King
2018-01-02phylink: ensure the PHY interface mode is appropriately setRussell King
2018-01-02net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang
2018-01-02net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaroundGrygorii Strashko
2017-12-25net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01net: phy: marvell: Only configure RGMII delays when using RGMIIAndrew Lunn
2017-09-21net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven
2017-09-21net: phy: Keep reporting transceiver typeFlorian Fainelli
2017-09-19net: phy: Kconfig: Fix PHY infrastructure menu in menuconfigJerome Brunet
2017-09-18net: phy: Fix mask value write on gmii2rgmii converter speed registerFahad Kunnathadi
2017-09-08Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli
2017-09-08net: phy: sfp: rename dt properties to match the bindingBaruch Siach
2017-09-05net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe
2017-09-05net: stmmac: Delete dead code for MDIO registrationRomain Perier
2017-09-01net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code...Colin Ian King