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
2024-03-27
net: phy: fix phy_get_internal_delay accessing an empty array
Kévin L'hôpital
1
-1
/
+1
2023-07-27
net: phy: prevent stale pointer dereference in phy_init()
Vladimir Oltean
1
-7
/
+14
2023-03-17
net: phylib: get rid of unnecessary locking
Russell King (Oracle)
1
-7
/
+1
2022-12-08
net: phy: fix null-ptr-deref while probe() failed
Yang Yingliang
1
-0
/
+1
2022-02-01
phylib: fix potential use-after-free
Marek Behún
1
-3
/
+3
2021-03-30
net: phy: introduce phydev->port
Michael Walle
1
-0
/
+9
2021-03-17
net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused
Arnd Bergmann
1
-4
/
+2
2021-03-04
net: phy: consider that suspend2ram may cut off PHY power
Heiner Kallweit
1
-36
/
+17
2020-09-18
net: phy: Avoid NPD upon phy_detach() when driver is unbound
Florian Fainelli
1
-1
/
+2
2020-09-10
net: phy: call phy_disable_interrupts() in phy_attach_direct() instead
Yoshihiro Shimoda
1
-4
/
+4
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-09
net: phy: fix memory leak in device-create error path
Johan Hovold
1
-4
/
+4
2020-07-23
net: phy: fix check in get_phy_c45_ids
Vladimir Oltean
1
-2
/
+2
2020-07-17
net: phy: continue searching for C45 MMDs even if first returned ffff:ffff
Vladimir Oltean
1
-1
/
+2
2020-07-08
net: phy: Define PHY statistics ethtool_phy_ops
Florian Fainelli
1
-0
/
+3
2020-07-08
net: phy: Register ethtool PHY operations
Florian Fainelli
1
-0
/
+7
2020-07-07
net: phy: Make phy_10gbit_fec_features_array static
Andrew Lunn
1
-2
/
+1
2020-07-07
net: phy: Properly define genphy_c45_driver
Andrew Lunn
1
-1
/
+0
2020-06-26
net: phy: reset the PHY even if probe() is not implemented
Bartosz Golaszewski
1
-11
/
+12
2020-06-26
net: phy: arrange headers in phy_device.c alphabetically
Bartosz Golaszewski
1
-15
/
+15
2020-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+8
2020-06-26
net: phy: Add a helper to return the index for of the internal delay
Dan Murphy
1
-0
/
+99
2020-06-25
net: phy: call phy_disable_interrupts() in phy_init_hw()
Jisheng Zhang
1
-0
/
+4
2020-06-20
net: phy: read MMD ID from all present MMDs
Russell King
1
-0
/
+13
2020-06-20
net: phy: split devices_in_package
Russell King
1
-3
/
+3
2020-06-20
net: phy: set devices_in_package only after validation
Russell King
1
-7
/
+9
2020-06-20
net: phy: add support for probing MMDs >= 8 for devices-in-package
Russell King
1
-2
/
+38
2020-06-20
net: phy: reword get_phy_device() kerneldoc
Russell King
1
-2
/
+11
2020-06-20
net: phy: clean up get_phy_c22_id() invalid ID handling
Russell King
1
-6
/
+8
2020-06-20
net: phy: clean up get_phy_c45_ids() failure handling
Russell King
1
-12
/
+10
2020-06-20
net: phy: clean up PHY ID reading
Russell King
1
-16
/
+9
2020-06-20
net: phy: clean up cortina workaround
Russell King
1
-15
/
+13
2020-06-19
net: phy: Check harder for errors in get_phy_id()
Florian Fainelli
1
-2
/
+4
2020-05-27
net: mdiobus: add clause 45 mdiobus accessors
Russell King
1
-12
/
+8
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-05-19
net: phy: simplify phy_link_change arguments
Doug Berger
1
-7
/
+5
2020-05-17
net: phy: propagate an error back to the callers of phy_sfp_probe
Leon Romanovsky
1
-2
/
+2
2020-05-08
net: phy: fix less than zero comparison with unsigned variable val
Colin Ian King
1
-1
/
+1
2020-05-07
ethtool: provide UAPI for PHY master/slave configuration.
Oleksij Rempel
1
-0
/
+94
2020-05-07
net: phy: add concept of shared storage for PHYs
Michael Walle
1
-0
/
+138
2020-04-25
net: phy: clear phydev->suspended after soft reset
Heiner Kallweit
1
-1
/
+11
2020-04-25
net: phy: remove genphy_no_soft_reset
Heiner Kallweit
1
-1
/
+0
2020-04-25
net: phy: make phy_suspend a no-op if PHY is suspended already
Heiner Kallweit
1
-0
/
+3
2020-03-27
net: phy: don't touch suspended flag if there's no suspend/resume callback
Heiner Kallweit
1
-17
/
+15
2020-03-27
net: phy: probe PHY drivers synchronously
Heiner Kallweit
1
-0
/
+1
2020-03-24
net: phy: use phy_read_poll_timeout() to simplify the code
Dejin Zheng
1
-11
/
+5
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+5
2020-03-13
net: phy: fix MDIO bus PM PHY resuming
Heiner Kallweit
1
-1
/
+5
2020-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+6
2020-02-27
net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...
Sudheesh Mavila
1
-3
/
+3
[next]