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
/
phy_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-2
/
+2
2024-07-02
net: phy: fix potential use of NULL pointer in phy_suspend()
Russell King (Oracle)
1
-2
/
+2
2024-06-29
net: move ethtool-related netdev state into its own struct
Edward Cree
1
-2
/
+3
2024-03-19
net: phy: fix phy_read_poll_timeout argument type in genphy_loopback
Nikita Kiryushin
1
-2
/
+2
2024-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-03-08
net: phy: fix phy_get_internal_delay accessing an empty array
Kévin L'hôpital
1
-1
/
+1
2024-03-06
net: phy: Add phy_support_eee() indicating MAC support EEE
Andrew Lunn
1
-0
/
+28
2024-02-17
net: phy: add PHY_EEE_CAP2_FEATURES
Heiner Kallweit
1
-0
/
+11
2024-02-15
net: mdio_bus: make mdio_bus_type const
Ricardo B. Marliere
1
-2
/
+1
2024-02-10
net: phy: provide whether link has changed in c37_read_status
Christian Marangi
1
-2
/
+9
2024-02-10
net: phy: add devm/of_phy_package_join helper
Christian Marangi
1
-0
/
+96
2024-02-07
net: phy: c45 scanning: Don't consider -ENODEV fatal
Andrew Lunn
1
-2
/
+6
2024-02-07
net: phy: add helper phy_advertise_eee_all
Heiner Kallweit
1
-0
/
+16
2024-02-06
net: phy: constify phydev->drv
Russell King (Oracle)
1
-3
/
+3
2024-02-01
net: phy: phy_device: Prevent nullptr exceptions on ISR
Andre Werner
1
-5
/
+8
2024-01-27
net: phy: add support for PHY LEDs polarity modes
Christian Marangi
1
-0
/
+16
2024-01-05
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
1
-55
/
+0
2024-01-01
net: phy: add helpers to handle sfp phy connect/disconnect
Maxime Chevallier
1
-0
/
+40
2024-01-01
net: sfp: pass the phy_device when disconnecting an sfp module's PHY
Maxime Chevallier
1
-0
/
+8
2024-01-01
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
1
-0
/
+7
2023-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-2
/
+4
2023-12-17
net: phy: extend PHY package API to support multiple global address
Christian Marangi
1
-16
/
+19
2023-12-16
net: phy: skip LED triggers on PHYs on SFP modules
Daniel Golle
1
-2
/
+4
2023-12-01
net: phy: mdio_device: Reset device only when necessary
Andrew Halaney
1
-0
/
+1
2023-11-28
net: phy: add possible interfaces
Russell King (Oracle)
1
-0
/
+2
2023-11-24
net: phy: correctly check soft_reset ret ONLY if defined for PHY
Christian Marangi
1
-5
/
+4
2023-11-19
net: partial revert of the "Make timestamping selectable: series
Jakub Kicinski
1
-37
/
+0
2023-11-18
net: Change the API of PHY default timestamp to MAC
Kory Maincent
1
-0
/
+37
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+2
2023-08-13
net: phy: fix IRQ-based wake-on-lan over hibernate / power off
Russell King (Oracle)
1
-11
/
+2
2023-08-11
net: phy: phy_device: Call into the PHY driver to set LED offload
Andrew Lunn
1
-0
/
+68
2023-08-05
net: phy: move marking PHY on SFP module into SFP code
Russell King (Oracle)
1
-2
/
+0
2023-08-03
net: phy: provide phylib stubs for hardware timestamping operations
Vladimir Oltean
1
-0
/
+19
2023-08-03
net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...
Vladimir Oltean
1
-0
/
+7
2023-07-20
net: phy: prevent stale pointer dereference in phy_init()
Vladimir Oltean
1
-7
/
+14
2023-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+14
2023-06-18
net: phy: Manual remove LEDs to ensure correct ordering
Andrew Lunn
1
-1
/
+14
2023-05-22
net: phy: add helpers for comparing phy IDs
Russell King
1
-9
/
+7
2023-05-13
net: phy: Allow drivers to always call into ->suspend()
Florian Fainelli
1
-2
/
+3
2023-04-25
net: phy: Fix reading LED reg property
Alexander Stein
1
-1
/
+5
2023-04-21
net: phy: fix circular LEDS_CLASS dependencies
Arnd Bergmann
1
-1
/
+2
2023-04-19
net: phy: phy_device: Call into the PHY driver to set LED blinking
Andrew Lunn
1
-0
/
+18
2023-04-19
net: phy: phy_device: Call into the PHY driver to set LED brightness
Andrew Lunn
1
-3
/
+12
2023-04-19
net: phy: Add a binding for PHY LEDs
Andrew Lunn
1
-0
/
+76
2023-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-03-27
net: phy: constify fwnode_get_phy_node() fwnode argument
Russell King (Oracle)
1
-1
/
+1
2023-03-16
net: phy: update obsolete comment about PHY_STARTING
Wolfram Sang
1
-3
/
+1
2023-03-06
net: phylib: get rid of unnecessary locking
Russell King (Oracle)
1
-7
/
+1
2023-02-28
net: phy: unlock on error in phy_probe()
Dan Carpenter
1
-1
/
+1
[next]