index
:
linux/linux-stable.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.14.y
linux-6.15.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy.c
Age
Commit message (
Expand
)
Author
2025-03-20
net: phy: Support speed selection for PHY loopback
Gerhard Engleder
2025-03-18
net: phy: phy_caps: Allow looking-up link caps based on speed and duplex
Maxime Chevallier
2025-03-18
net: phy: phy_caps: Introduce phy_caps_valid
Maxime Chevallier
2025-03-18
net: phy: phy_caps: Move phy_speeds to phy_caps
Maxime Chevallier
2025-02-24
net: phy: add phylib-internal.h
Heiner Kallweit
2025-02-18
net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_ac...
Heiner Kallweit
2025-02-14
net: phy: remove helper phy_is_internal
Heiner Kallweit
2025-02-14
net: phy: stop exporting phy_queue_state_machine
Heiner Kallweit
2025-02-12
net: phy: Add support for driver-specific next update time
Oleksij Rempel
2025-01-16
net: phy: add support for querying PHY clock stop capability
Russell King (Oracle)
2025-01-14
net: phy: introduce optional polling interface for PHY statistics
Oleksij Rempel
2025-01-14
net: ethtool: plumb PHY stats to PHY drivers
Jakub Kicinski
2025-01-10
net: phy: add configuration of rx clock stop mode
Russell King (Oracle)
2024-12-06
net: phy: update phy_ethtool_get_eee() documentation
Russell King (Oracle)
2024-12-06
net: phy: remove genphy_c45_eee_is_active()'s is_enabled arg
Russell King (Oracle)
2024-12-04
net: phy: add phy_config_inband()
Russell King (Oracle)
2024-12-04
net: phy: add phy_inband_caps()
Russell King (Oracle)
2024-11-28
net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPI
Russell King (Oracle)
2024-11-24
net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phyde...
Heiner Kallweit
2024-09-04
net: phy: Check for read errors in SIOCGMIIREG
Niklas Söderlund
2024-08-26
net: phy: Add phy library support to check supported list when autoneg is ena...
Divya Koppera
2024-06-28
net: move ethtool-related netdev state into its own struct
Edward Cree
2024-03-11
net: phy: simplify a check in phy_check_link_status
Heiner Kallweit
2024-03-05
net: phy: Immediately call adjust_link if only tx_lpi_enabled changes
Andrew Lunn
2024-03-05
net: phy: Keep track of EEE configuration
Andrew Lunn
2024-03-05
net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacks
Andrew Lunn
2024-02-06
net: phy: constify phydev->drv
Russell King (Oracle)
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
2023-11-18
net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/set
Kory Maincent
2023-11-18
net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_config
Kory Maincent
2023-09-19
net: phy: fix regression with AX88772A PHY driver
Russell King (Oracle)
2023-09-17
net: phy: convert phy_stop() to use split state machine
Russell King (Oracle)
2023-09-17
net: phy: split locked and unlocked section of phy_state_machine()
Russell King (Oracle)
2023-09-17
net: phy: move phy_state_machine()
Russell King (Oracle)
2023-09-17
net: phy: move phy_suspend() to end of phy_state_machine()
Russell King (Oracle)
2023-09-17
net: phy: move call to start aneg
Russell King (Oracle)
2023-09-17
net: phy: call phy_error_precise() while holding the lock
Russell King (Oracle)
2023-09-17
net: phy: always call phy_process_state_change() under lock
Russell King (Oracle)
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-19
net: phy: Fix deadlocking in phy_error() invocation
Serge Semin
2023-08-02
net: phy: provide phylib stubs for hardware timestamping operations
Vladimir Oltean
2023-05-24
net: phy: avoid kernel warning dump when stopping an errored PHY
Russell King (Oracle)
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-24
net: phy: Improved PHY error reporting in state machine
Florian Fainelli
2023-03-19
net: phy: Ensure state transitions are processed from phy_stop()
Florian Fainelli
2023-02-20
net: phy: Add locks to ethtool functions
Andrew Lunn
2023-02-13
net: phy: start using genphy_c45_ethtool_get/set_eee()
Oleksij Rempel
2023-02-13
net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active()
Oleksij Rempel
2023-02-13
net: phy: export phy_check_valid() function
Oleksij Rempel
2023-01-11
drivers/net/phy: add connection between ethtool and phylib for PLCA
Piergiorgio Beruto
[next]