index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy.c
Age
Commit message (
Expand
)
Author
Files
Lines
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 ena...
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 ...
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
2022-11-08
ethtool: linkstate: add a statistic for PHY down events
Jakub Kicinski
1
-0
/
+1
2022-09-23
net: phy: Add support for rate matching
Sean Anderson
1
-0
/
+28
2022-06-29
net: phy: Don't trigger state machine while in suspend
Lukas Wunner
1
-0
/
+23
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2022-05-09
net: phy: Fix race condition on link status change
Francesco Dolcini
1
-1
/
+6
2022-05-02
net: phy: Convert to mdiobus_c45_{read|write}
Andrew Lunn
1
-7
/
+11
2021-11-04
net: phy: fix duplex out of sync problem while changing settings
Heiner Kallweit
1
-1
/
+6
2021-10-25
phy: phy_ethtool_ksettings_set: Lock the PHY while changing settings
Andrew Lunn
1
-1
/
+3
2021-10-25
phy: phy_start_aneg: Add an unlocked version
Andrew Lunn
1
-6
/
+24
2021-10-25
phy: phy_ethtool_ksettings_set: Move after phy_start_aneg
Andrew Lunn
1
-53
/
+53
2021-10-25
phy: phy_ethtool_ksettings_get: Lock the phy for consistency
Andrew Lunn
1
-0
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-2
/
+2
2021-06-16
net: phy: fix formatting issues with braces
Wenpeng Liang
1
-2
/
+1
2021-06-07
net: phy: do not print dump stack if device was removed
Oleksij Rempel
1
-0
/
+3
2021-04-20
net: phy: genphy_loopback: add link speed configuration
Oleksij Rempel
1
-1
/
+2
2021-03-01
net: phy: fix save wrong speed and duplex problem if autoneg is on
Guangbin Huang
1
-2
/
+4
2021-02-15
net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT
Heiner Kallweit
1
-1
/
+1
2021-02-11
net: phy: introduce phydev->port
Michael Walle
1
-1
/
+1
2021-01-07
net: phy: replace mutex_is_locked with lockdep_assert_held in phylib
Heiner Kallweit
1
-1
/
+1
[next]