summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-093-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-031-16/+0
* net: phy: Fixup GPLv2+ SPDX tags based on license textAndrew Lunn2019-01-233-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-182-0/+2
* net: phy: Add missing features to PHY driversAndrew Lunn2019-01-173-0/+15
* net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar2019-01-161-0/+1
* net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn2019-01-161-1/+1
* net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn2019-01-161-1/+34
* net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit2019-01-161-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-191-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-191-2/+0
* | net: phy: print stack trace in phy_errorHeiner Kallweit2018-12-191-0/+2
* | net: phy: improve phy state checkingHeiner Kallweit2018-12-191-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-101-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-041-0/+8
| * net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda2018-12-041-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-091-1/+3
* | net: phy: mdio-gpio: Add platform_data support for phy_maskAndrew Lunn2018-12-091-0/+5
* | net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn2018-12-061-2/+2
* | net: mii: Add mii_lpa_mod_linkmode_lpa_tAndrew Lunn2018-12-061-1/+1
* | phy: marvell: Rename mii_lpa_to_linkmode_lpa_tAndrew Lunn2018-12-061-11/+11
* | net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn2018-12-063-4/+4
* | net: phy: Also request modules for C45 IDsJose Abreu2018-12-041-1/+15
* | net: phy: improve generic EEE ethtool functionsHeiner Kallweit2018-12-041-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-291-0/+8
|\|
| * net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit2018-11-281-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-251-9/+5
|\|
| * net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz2018-11-241-9/+5
* | net: phy: vitesse: remove duplicate support for VSC8574Quentin Schulz2018-11-241-12/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-5/+5
|\|
| * net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller2018-11-181-5/+5
| * Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs"David S. Miller2018-11-171-9/+5
| * net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller2018-11-171-5/+9
* | net: phy: icplus: allow configuring the interrupt function on IP101GRMartin Blumenstingl2018-11-191-1/+80
* | net: phy: icplus: implement .did_interrupt for IP101A/GMartin Blumenstingl2018-11-191-0/+16