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