summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit2019-03-011-0/+4
* net: phy: dp83867: add soft reset delayMax Uvarov2019-02-271-0/+3
* net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani2019-02-271-1/+12
* net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2019-02-231-0/+7
* net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier2019-02-231-1/+5
* mdio_bus: Fix use-after-free on device_register failsYueHaibing2019-02-221-1/+0
* net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski2019-02-151-1/+4
* net: phy: fix potential race in the phylib state machineHeiner Kallweit2019-02-141-0/+2
* net: phy: don't use locking in phy_is_startedHeiner Kallweit2019-02-141-6/+5
* net: phy: fix interrupt handling in non-started statesHeiner Kallweit2019-02-131-3/+0
* net: phylink: avoid resolving link state too earlyRussell King2019-02-121-6/+13
* net: sfp: do not probe SFP module before we're attachedRussell King2019-02-083-9/+25
* net: dp83640: expire old TX-skbSebastian Andrzej Siewior2019-02-041-3/+10
* Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King2019-02-021-16/+0
* net: phy: Fixup GPLv2+ SPDX tags based on license textAndrew Lunn2019-01-223-28/+5
* net: phy: phy driver features are mandatoryCamelia Groza2019-01-191-0/+5
* net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni2019-01-181-0/+1
* net: phy: add missing phy driver featuresCamelia Groza2019-01-172-0/+2
* net: phy: Add missing features to PHY driversAndrew Lunn2019-01-163-0/+15
* net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar2019-01-151-0/+1
* net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn2019-01-151-1/+1
* net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn2019-01-151-1/+34
* net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit2019-01-151-0/+1
* net: phy: fix too strict check in phy_start_anegHeiner Kallweit2019-01-151-12/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-5/+2
|\
| * net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi2018-12-181-5/+2
* | net: phy: mscc: Fix the VSC 8531/41 Chip Init sequenceRaju Lakkaraju2018-12-191-1/+54
* | net: phy: remove unused code in phy_probeHeiner Kallweit2018-12-181-2/+0
* | net: phy: print stack trace in phy_errorHeiner Kallweit2018-12-181-0/+2
* | net: phy: improve phy state checkingHeiner Kallweit2018-12-181-13/+21
* | Fixed PHY: Add fixed_phy_change_carrier()Joakim Tjernlund2018-12-171-1/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-1/+1
|\|
| * phy: Revert toggling reset changes.David S. Miller2018-12-042-14/+5
| * net: phy: micrel: add toggling phy reset if PHY is not attachedYoshihiro Shimoda2018-12-031-0/+8
| * net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda2018-12-031-5/+6
| * net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit2018-12-031-11/+8
| * net: phy: sfp: correct store of detected link modesBaruch Siach2018-11-291-1/+1
* | net: phy: mdio-gpio: Add phy_ignore_ta_mask to platform dataAndrew Lunn2018-12-081-1/+3
* | net: phy: mdio-gpio: Add platform_data support for phy_maskAndrew Lunn2018-12-081-0/+5
* | net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn2018-12-051-2/+2
* | net: mii: Add mii_lpa_mod_linkmode_lpa_tAndrew Lunn2018-12-051-1/+1
* | phy: marvell: Rename mii_lpa_to_linkmode_lpa_tAndrew Lunn2018-12-051-11/+11
* | net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn2018-12-053-4/+4
* | net: phy: Also request modules for C45 IDsJose Abreu2018-12-031-1/+15
* | net: phy: improve generic EEE ethtool functionsHeiner Kallweit2018-12-031-5/+10
* | net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit2018-12-031-28/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-0/+8
|\|
| * net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit2018-11-271-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-9/+5
|\|
| * net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz2018-11-231-9/+5