index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-20
net: phy: Support speed selection for PHY loopback
Gerhard Engleder
1
-0
/
+87
2025-03-18
net: phy: phy_caps: Allow looking-up link caps based on speed and duplex
Maxime Chevallier
1
-25
/
+7
2025-03-18
net: phy: phy_caps: Introduce phy_caps_valid
Maxime Chevallier
1
-1
/
+1
2025-03-18
net: phy: phy_caps: Move phy_speeds to phy_caps
Maxime Chevallier
1
-1
/
+2
2025-02-24
net: phy: add phylib-internal.h
Heiner Kallweit
1
-0
/
+2
2025-02-18
net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_active
Heiner Kallweit
1
-2
/
+2
2025-02-14
net: phy: remove helper phy_is_internal
Heiner Kallweit
1
-1
/
+1
2025-02-14
net: phy: stop exporting phy_queue_state_machine
Heiner Kallweit
1
-2
/
+2
2025-02-12
net: phy: Add support for driver-specific next update time
Oleksij Rempel
1
-1
/
+20
2025-01-16
net: phy: add support for querying PHY clock stop capability
Russell King (Oracle)
1
-0
/
+20
2025-01-14
net: phy: introduce optional polling interface for PHY statistics
Oleksij Rempel
1
-0
/
+20
2025-01-14
net: ethtool: plumb PHY stats to PHY drivers
Jakub Kicinski
1
-0
/
+43
2025-01-10
net: phy: add configuration of rx clock stop mode
Russell King (Oracle)
1
-5
/
+22
2024-12-06
net: phy: update phy_ethtool_get_eee() documentation
Russell King (Oracle)
1
-2
/
+2
2024-12-06
net: phy: remove genphy_c45_eee_is_active()'s is_enabled arg
Russell King (Oracle)
1
-3
/
+2
2024-12-04
net: phy: add phy_config_inband()
Russell King (Oracle)
1
-0
/
+32
2024-12-04
net: phy: add phy_inband_caps()
Russell King (Oracle)
1
-0
/
+21
2024-11-28
net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPI
Russell King (Oracle)
1
-12
/
+18
2024-11-24
net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phydev->eee_cfg.eee_enabled
Heiner Kallweit
1
-10
/
+14
2024-09-04
net: phy: Check for read errors in SIOCGMIIREG
Niklas Söderlund
1
-6
/
+11
2024-08-26
net: phy: Add phy library support to check supported list when autoneg is enabled
Divya Koppera
1
-1
/
+4
2024-06-28
net: move ethtool-related netdev state into its own struct
Edward Cree
1
-1
/
+1
2024-03-11
net: phy: simplify a check in phy_check_link_status
Heiner Kallweit
1
-2
/
+2
2024-03-05
net: phy: Immediately call adjust_link if only tx_lpi_enabled changes
Andrew Lunn
1
-3
/
+37
2024-03-05
net: phy: Keep track of EEE configuration
Andrew Lunn
1
-2
/
+5
2024-03-05
net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacks
Andrew Lunn
1
-0
/
+7
2024-02-06
net: phy: constify phydev->drv
Russell King (Oracle)
1
-2
/
+1
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel side
Heiner Kallweit
1
-4
/
+4
2023-11-18
net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/set
Kory Maincent
1
-2
/
+5
2023-11-18
net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_config
Kory Maincent
1
-2
/
+19
2023-09-19
net: phy: fix regression with AX88772A PHY driver
Russell King (Oracle)
1
-1
/
+2
2023-09-17
net: phy: convert phy_stop() to use split state machine
Russell King (Oracle)
1
-1
/
+3
2023-09-17
net: phy: split locked and unlocked section of phy_state_machine()
Russell King (Oracle)
1
-26
/
+42
2023-09-17
net: phy: move phy_state_machine()
Russell King (Oracle)
1
-76
/
+76
2023-09-17
net: phy: move phy_suspend() to end of phy_state_machine()
Russell King (Oracle)
1
-7
/
+6
2023-09-17
net: phy: move call to start aneg
Russell King (Oracle)
1
-5
/
+6
2023-09-17
net: phy: call phy_error_precise() while holding the lock
Russell King (Oracle)
1
-3
/
+1
2023-09-17
net: phy: always call phy_process_state_change() under lock
Russell King (Oracle)
1
-1
/
+1
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+7
2023-08-19
net: phy: Fix deadlocking in phy_error() invocation
Serge Semin
1
-4
/
+7
2023-08-02
net: phy: provide phylib stubs for hardware timestamping operations
Vladimir Oltean
1
-0
/
+34
2023-05-24
net: phy: avoid kernel warning dump when stopping an errored PHY
Russell King (Oracle)
1
-4
/
+7
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+16
2023-03-24
net: phy: Improved PHY error reporting in state machine
Florian Fainelli
1
-9
/
+24
2023-03-19
net: phy: Ensure state transitions are processed from phy_stop()
Florian Fainelli
1
-7
/
+16
2023-02-20
net: phy: Add locks to ethtool functions
Andrew Lunn
1
-18
/
+66
2023-02-13
net: phy: start using genphy_c45_ethtool_get/set_eee()
Oleksij Rempel
1
-58
/
+2
2023-02-13
net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active()
Oleksij Rempel
1
-75
/
+14
2023-02-13
net: phy: export phy_check_valid() function
Oleksij Rempel
1
-2
/
+2
2023-01-11
drivers/net/phy: add connection between ethtool and phylib for PLCA
Piergiorgio Beruto
1
-0
/
+192
[next]