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.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
/
phy_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-09
net: phy: Fix the issue that netif always links up after resuming
Kunihiko Hayashi
1
-5
/
+2
2018-12-17
net: phy: don't allow __set_phy_supported to add unsupported modes
Heiner Kallweit
1
-11
/
+8
2018-07-25
net: phy: fix flag masking in __set_phy_supported
Heiner Kallweit
1
-5
/
+2
2017-08-11
net: phy: Fix PHY unbind crash
Florian Fainelli
1
-0
/
+2
2017-08-07
net: phy: Do not perform software reset for Generic PHY
Florian Fainelli
1
-1
/
+1
2017-07-05
net: phy: use boolean dt properties for eee broken modes
jbrunet
1
-3
/
+15
2017-07-05
net: phy: fix sign type error in genphy_config_eee_advert
jbrunet
1
-2
/
+2
2017-07-05
net: phy: add an option to disable EEE advertisement
jbrunet
1
-9
/
+71
2017-06-17
net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()
Florian Fainelli
1
-8
/
+21
2017-06-17
net: phy: Fix lack of reference count on PHY driver
Mao Wenan
1
-0
/
+7
2016-12-07
phy: Don't increment MDIO bus refcount unless it's a different owner
Florian Fainelli
1
-3
/
+13
2016-11-07
phy: fix device reference leaks
Johan Hovold
1
-0
/
+2
2016-05-21
Revert "phy: add support for a reset-gpio specification"
Fabio Estevam
1
-8
/
+0
2016-05-16
phy: add support for a reset-gpio specification
Uwe Kleine-König
1
-0
/
+8
2016-04-26
phylib: don't return NULL from get_phy_device()
Sergei Shtylyov
1
-1
/
+1
2016-04-16
phy: make some bits preserved while setup forced mode
wangweidong
1
-1
/
+2
2016-02-17
phy: keep pause flags in phy driver features
Woojung.Huh@microchip.com
1
-1
/
+1
2016-01-15
net: phy: turn carrier off on phy attach
Sjoerd Simons
1
-0
/
+5
2016-01-12
phy: remove an unneeded condition
Dan Carpenter
1
-1
/
+1
2016-01-07
mdio: Abstract device_remove() and device_free()
Andrew Lunn
1
-0
/
+18
2016-01-07
mdio: Add support for mdio drivers.
Andrew Lunn
1
-10
/
+17
2016-01-07
phy: Move phy specific bus match into phy_device
Andrew Lunn
1
-0
/
+28
2016-01-07
phy: Centralize setting driver module owner
Andrew Lunn
1
-6
/
+7
2016-01-07
phy: Move PHY PM operations into phy_device
Andrew Lunn
1
-0
/
+110
2016-01-07
phy_device: Move phy attributes into phy_device
Andrew Lunn
1
-0
/
+44
2016-01-07
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
1
-11
/
+10
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
1
-30
/
+32
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
1
-0
/
+27
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
1
-1
/
+1
2015-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-25
/
+49
2015-11-03
net: phy: fix a bug in get_phy_c45_ids
Shaohui Xie
1
-25
/
+49
2015-10-03
phylib: Add phy_set_max_speed helper
Simon Horman
1
-19
/
+40
2015-09-25
phy: add phy_device_remove()
Russell King
1
-0
/
+18
2015-09-25
phy: add proper phy struct device refcounting
Russell King
1
-0
/
+12
2015-09-25
phy: fix mdiobus module safety
Russell King
1
-14
/
+18
2015-08-29
phylib: simplify NULL checks
Sergei Shtylyov
1
-3
/
+3
2015-08-29
phylib: simplify bogus phy_device_create() result
Sergei Shtylyov
1
-1
/
+1
2015-08-25
phylib: Make PHYs children of their MDIO bus, not the bus' parent.
David Daney
1
-1
/
+1
2015-06-29
net/phy: tune get_phy_c45_ids to support more c45 phy
Shengzhou Liu
1
-6
/
+14
2015-06-29
net: phy: fix phy link up when limiting speed via device tree
Mugunthan V N
1
-2
/
+3
2015-01-27
net: phy: keep track of the PHY suspend state
Florian Fainelli
1
-4
/
+18
2014-08-23
phylib: use MDIO_DEVS[12]
Sergei Shtylyov
1
-2
/
+2
2014-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+14
2014-07-29
net: phy: re-apply PHY fixups during phy_register_device
Florian Fainelli
1
-1
/
+1
2014-07-25
net: phy: Ensure the MDIO bus module is held
Ezequiel Garcia
1
-0
/
+13
2014-07-09
net: phy: export phy_suspend and phy_resume
Florian Fainelli
1
-0
/
+2
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-05-22
net: phy: make of_set_phy_supported work with genphy driver
Sascha Hauer
1
-1
/
+35
2014-05-22
net: phy: genphy: Allow overwriting features
Sascha Hauer
1
-6
/
+5
2014-05-16
net: phy: Don't call phy_resume if phy_init_hw failed
Guenter Roeck
1
-2
/
+2
[next]