index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
phy.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: Add phy_support_eee() indicating MAC support EEE
Andrew Lunn
2024-03-05
1
-1
/
+2
*
net: phy: Keep track of EEE configuration
Andrew Lunn
2024-03-05
1
-0
/
+3
*
net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacks
Andrew Lunn
2024-03-05
1
-0
/
+2
*
net: phy: add PHY_EEE_CAP2_FEATURES
Heiner Kallweit
2024-02-17
1
-0
/
+2
*
net: mdio_bus: make mdio_bus_type const
Ricardo B. Marliere
2024-02-15
1
-1
/
+1
*
net: phy: provide whether link has changed in c37_read_status
Christian Marangi
2024-02-10
1
-1
/
+1
*
net: phy: add devm/of_phy_package_join helper
Christian Marangi
2024-02-10
1
-0
/
+6
*
net: phy: add helper phy_advertise_eee_all
Heiner Kallweit
2024-02-06
1
-0
/
+1
*
net: phy: constify phydev->drv
Russell King (Oracle)
2024-02-06
1
-1
/
+1
*
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
2024-01-31
1
-4
/
+4
*
net: phy: add support for PHY LEDs polarity modes
Christian Marangi
2024-01-26
1
-0
/
+22
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-04
1
-1
/
+0
|
\
|
*
net: phy: linux/phy.h: fix Excess kernel-doc description warning
Randy Dunlap
2024-01-02
1
-1
/
+0
*
|
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
2024-01-04
1
-6
/
+0
*
|
Revert "net: mdio: get/put device node during (un)registration"
Jakub Kicinski
2024-01-02
1
-3
/
+0
*
|
net: phy: add helpers to handle sfp phy connect/disconnect
Maxime Chevallier
2024-01-01
1
-0
/
+2
*
|
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
2024-01-01
1
-0
/
+4
*
|
net: mdio: get/put device node during (un)registration
Luiz Angelo Daros de Luca
2024-01-01
1
-0
/
+3
*
|
net: phy: add support for PHY package MMD read/write
Christian Marangi
2023-12-17
1
-0
/
+16
*
|
net: phy: extend PHY package API to support multiple global address
Christian Marangi
2023-12-17
1
-22
/
+42
*
|
net: phy: make addr type u8 in phy_package_shared struct
Christian Marangi
2023-12-17
1
-1
/
+1
*
|
net: phy: c45: add genphy_c45_pma_read_ext_abilities() function
Oleksij Rempel
2023-12-13
1
-0
/
+1
*
|
net: phy: add possible interfaces
Russell King (Oracle)
2023-11-27
1
-0
/
+3
*
|
net: partial revert of the "Make timestamping selectable: series
Jakub Kicinski
2023-11-18
1
-4
/
+0
*
|
net: Change the API of PHY default timestamp to MAC
Kory Maincent
2023-11-18
1
-0
/
+4
*
|
net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_config
Kory Maincent
2023-11-18
1
-2
/
+4
|
/
*
net: phy: fix regression with AX88772A PHY driver
Russell King (Oracle)
2023-09-19
1
-0
/
+1
*
net: phy: Introduce PSGMII PHY interface mode
Gabor Juhos
2023-08-14
1
-0
/
+4
*
net: phy: phy_device: Call into the PHY driver to set LED offload
Andrew Lunn
2023-08-10
1
-0
/
+33
*
net: phy: Remove two unused function declarations
Yue Haibing
2023-08-09
1
-4
/
+0
*
net: phy: provide phylib stubs for hardware timestamping operations
Vladimir Oltean
2023-08-02
1
-0
/
+7
*
net: phy: c45: add a separate function to read BASE-T1 abilities
Stefan Eichenberger
2023-07-20
1
-0
/
+1
*
net: phylib: fix phy_read*_poll_timeout()
Russell King (Oracle)
2023-06-02
1
-6
/
+10
*
net: phy: avoid kernel warning dump when stopping an errored PHY
Russell King (Oracle)
2023-05-24
1
-2
/
+5
*
net: phy: add helpers for comparing phy IDs
Russell King
2023-05-22
1
-0
/
+28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-18
1
-2
/
+0
|
\
|
*
mdio_bus: unhide mdio_bus_init prototype
Arnd Bergmann
2023-05-17
1
-2
/
+0
*
|
net: phy: Allow drivers to always call into ->suspend()
Florian Fainelli
2023-05-13
1
-0
/
+4
|
/
*
net: phy: phy_device: Call into the PHY driver to set LED blinking
Andrew Lunn
2023-04-19
1
-0
/
+12
*
net: phy: phy_device: Call into the PHY driver to set LED brightness
Andrew Lunn
2023-04-19
1
-0
/
+13
*
net: phy: Add a binding for PHY LEDs
Andrew Lunn
2023-04-19
1
-0
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-30
1
-1
/
+1
|
\
|
*
net: phy: constify fwnode_get_phy_node() fwnode argument
Russell King (Oracle)
2023-03-27
1
-1
/
+1
*
|
net: phy: improve phy_read_poll_timeout
Heiner Kallweit
2023-03-07
1
-3
/
+2
|
/
*
net: phy: do not force EEE support
Oleksij Rempel
2023-02-23
1
-0
/
+5
*
net: phy: c45: add genphy_c45_an_config_eee_aneg() function
Oleksij Rempel
2023-02-23
1
-0
/
+1
*
net: phy: add genphy_c45_ethtool_get/set_eee() support
Oleksij Rempel
2023-02-13
1
-0
/
+7
*
net: phy: export phy_check_valid() function
Oleksij Rempel
2023-02-13
1
-0
/
+1
*
net: phy: add genphy_c45_read_eee_abilities() function
Oleksij Rempel
2023-02-13
1
-0
/
+6
*
net: phy: Remove probe_capabilities
Andrew Lunn
2023-01-19
1
-8
/
+0
[next]