index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-01
net: phy: phylink: fix uninitialized variable in phylink_get_mac_state
Heiner Kallweit
1
-0
/
+4
2019-02-28
net: phy: dp83867: add soft reset delay
Max Uvarov
1
-0
/
+3
2019-02-27
net: phy: Micrel KSZ8061: link failure after cable connect
Rajasingh Thavamani
1
-1
/
+12
2019-02-24
net: phy: realtek: Dummy IRQ calls for RTL8366RB
Linus Walleij
1
-0
/
+7
2019-02-24
net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10G
Maxime Chevallier
1
-1
/
+5
2019-02-23
mdio_bus: Fix use-after-free on device_register fails
YueHaibing
1
-1
/
+0
2019-02-16
net: phy: xgmiitorgmii: Support generic PHY status read
Paul Kocialkowski
1
-1
/
+4
2019-02-14
net: phy: fix potential race in the phylib state machine
Heiner Kallweit
1
-0
/
+2
2019-02-14
net: phy: don't use locking in phy_is_started
Heiner Kallweit
1
-6
/
+5
2019-02-14
net: phy: fix interrupt handling in non-started states
Heiner Kallweit
1
-3
/
+0
2019-02-12
net: phylink: avoid resolving link state too early
Russell King
1
-6
/
+13
2019-02-09
net: sfp: do not probe SFP module before we're attached
Russell King
3
-9
/
+25
2019-02-04
net: dp83640: expire old TX-skb
Sebastian Andrzej Siewior
1
-3
/
+10
2019-02-03
Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"
Russell King
1
-16
/
+0
2019-01-23
net: phy: Fixup GPLv2+ SPDX tags based on license text
Andrew Lunn
3
-28
/
+5
2019-01-19
net: phy: phy driver features are mandatory
Camelia Groza
1
-0
/
+5
2019-01-18
net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...
Thomas Petazzoni
1
-0
/
+1
2019-01-18
net: phy: add missing phy driver features
Camelia Groza
2
-0
/
+2
2019-01-17
net: phy: Add missing features to PHY drivers
Andrew Lunn
3
-0
/
+15
2019-01-16
net: phy: meson-gxl: Use the genphy_soft_reset callback
Timotej Lazar
1
-0
/
+1
2019-01-16
net: phy: marvell: Fix deadlock from wrong locking
Andrew Lunn
1
-1
/
+1
2019-01-16
net: phy: marvell: Errata for mv88e6390 internal PHYs
Andrew Lunn
1
-1
/
+34
2019-01-16
net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031
Heiner Kallweit
1
-0
/
+1
2019-01-16
net: phy: fix too strict check in phy_start_aneg
Heiner Kallweit
1
-12
/
+7
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+2
2018-12-19
net: phy: mscc: Fix the VSC 8531/41 Chip Init sequence
Raju Lakkaraju
1
-1
/
+54
2018-12-19
net: phy: Fix the issue that netif always links up after resuming
Kunihiko Hayashi
1
-5
/
+2
2018-12-19
net: phy: remove unused code in phy_probe
Heiner Kallweit
1
-2
/
+0
2018-12-19
net: phy: print stack trace in phy_error
Heiner Kallweit
1
-0
/
+2
2018-12-19
net: phy: improve phy state checking
Heiner Kallweit
1
-13
/
+21
2018-12-17
Fixed PHY: Add fixed_phy_change_carrier()
Joakim Tjernlund
1
-1
/
+23
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-12-09
net: phy: mdio-gpio: Add phy_ignore_ta_mask to platform data
Andrew Lunn
1
-1
/
+3
2018-12-09
net: phy: mdio-gpio: Add platform_data support for phy_mask
Andrew Lunn
1
-0
/
+5
2018-12-06
net: phy: Fix ioctl handler when modifing MII_ADVERTISE
Andrew Lunn
1
-2
/
+2
2018-12-06
net: mii: Add mii_lpa_mod_linkmode_lpa_t
Andrew Lunn
1
-1
/
+1
2018-12-06
phy: marvell: Rename mii_lpa_to_linkmode_lpa_t
Andrew Lunn
1
-11
/
+11
2018-12-06
net: mii: Rename mii_stat1000_to_linkmode_lpa_t
Andrew Lunn
3
-4
/
+4
2018-12-04
phy: Revert toggling reset changes.
David S. Miller
2
-14
/
+5
2018-12-04
net: phy: Also request modules for C45 IDs
Jose Abreu
1
-1
/
+15
2018-12-04
net: phy: micrel: add toggling phy reset if PHY is not attached
Yoshihiro Shimoda
1
-0
/
+8
2018-12-04
net: phy: Fix not to call phy_resume() if PHY is not attached
Yoshihiro Shimoda
1
-5
/
+6
2018-12-04
net: phy: improve generic EEE ethtool functions
Heiner Kallweit
1
-5
/
+10
2018-12-04
net: phy: don't allow __set_phy_supported to add unsupported modes
Heiner Kallweit
1
-11
/
+8
2018-12-04
net: phy: don't allow __set_phy_supported to add unsupported modes
Heiner Kallweit
1
-28
/
+14
2018-11-29
net: phy: sfp: correct store of detected link modes
Baruch Siach
1
-1
/
+1
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+8
2018-11-28
net: phy: add workaround for issue where PHY driver doesn't bind to the device
Heiner Kallweit
1
-0
/
+8
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+5
2018-11-24
net: phy: mscc: fix deadlock in vsc85xx_default_config
Quentin Schulz
1
-9
/
+5
[next]