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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-13
1
-1
/
+6
|
\
|
*
net: phy: Fix race condition on link status change
Francesco Dolcini
2022-05-10
1
-1
/
+6
*
|
net: phy: Convert to mdiobus_c45_{read|write}
Andrew Lunn
2022-05-02
1
-7
/
+11
|
/
*
net: phy: fix duplex out of sync problem while changing settings
Heiner Kallweit
2021-11-05
1
-1
/
+6
*
phy: phy_ethtool_ksettings_set: Lock the PHY while changing settings
Andrew Lunn
2021-10-25
1
-1
/
+3
*
phy: phy_start_aneg: Add an unlocked version
Andrew Lunn
2021-10-25
1
-6
/
+24
*
phy: phy_ethtool_ksettings_set: Move after phy_start_aneg
Andrew Lunn
2021-10-25
1
-53
/
+53
*
phy: phy_ethtool_ksettings_get: Lock the phy for consistency
Andrew Lunn
2021-10-25
1
-0
/
+2
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-2
/
+2
*
net: phy: fix formatting issues with braces
Wenpeng Liang
2021-06-16
1
-2
/
+1
*
net: phy: do not print dump stack if device was removed
Oleksij Rempel
2021-06-07
1
-0
/
+3
*
net: phy: genphy_loopback: add link speed configuration
Oleksij Rempel
2021-04-21
1
-1
/
+2
*
net: phy: fix save wrong speed and duplex problem if autoneg is on
Guangbin Huang
2021-03-01
1
-2
/
+4
*
net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT
Heiner Kallweit
2021-02-16
1
-1
/
+1
*
net: phy: introduce phydev->port
Michael Walle
2021-02-11
1
-1
/
+1
*
net: phy: replace mutex_is_locked with lockdep_assert_held in phylib
Heiner Kallweit
2021-01-07
1
-1
/
+1
*
net: phy: remove the .did_interrupt() and .ack_interrupt() callback
Ioana Ciornei
2020-11-25
1
-46
/
+2
*
net: phy: fix kernel-doc markups
Mauro Carvalho Chehab
2020-11-17
1
-1
/
+1
*
net: phy: export phy_error and phy_trigger_machine
Ioana Ciornei
2020-11-06
1
-2
/
+4
*
net: phy: Document core PHY structures
Andrew Lunn
2020-09-24
1
-1
/
+68
*
net: phy: Do not warn in phy_stop() on PHY_DOWN
Florian Fainelli
2020-09-18
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-2
/
+2
*
net: phy: Uninline PHY ethtool statistics operations
Florian Fainelli
2020-07-08
1
-0
/
+48
*
net: phy: make phy_disable_interrupts() non-static
Jisheng Zhang
2020-06-24
1
-1
/
+1
*
net: ethtool: Allow PHY cable test TDR data to configured
Andrew Lunn
2020-05-27
1
-2
/
+3
*
net: ethtool: Add generic parts of cable test TDR
Andrew Lunn
2020-05-27
1
-1
/
+64
*
net: mdiobus: add clause 45 mdiobus accessors
Russell King
2020-05-27
1
-2
/
+2
*
net: phy: simplify phy_link_change arguments
Doug Berger
2020-05-19
1
-6
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
1
-3
/
+5
|
\
|
*
net: phy: fix aneg restart in phy_ethtool_set_eee
Heiner Kallweit
2020-05-14
1
-3
/
+5
*
|
net: phy: Put interface into oper testing during cable test
Andrew Lunn
2020-05-10
1
-1
/
+11
*
|
net: ethtool: Add infrastructure for reporting cable test results
Andrew Lunn
2020-05-10
1
-2
/
+20
*
|
net: phy: Add support for polling cable test
Andrew Lunn
2020-05-10
1
-0
/
+2
*
|
net: phy: Add cable test support to state machine
Andrew Lunn
2020-05-10
1
-0
/
+76
*
|
ethtool: provide UAPI for PHY master/slave configuration.
Oleksij Rempel
2020-05-07
1
-1
/
+3
|
/
*
net: phy: add and use phy_check_downshift
Heiner Kallweit
2020-03-24
1
-1
/
+3
*
net: phy: improve phy_driver callback handle_interrupt
Heiner Kallweit
2020-03-18
1
-14
/
+12
*
net: phy: avoid clearing PHY interrupts twice in irq handler
Heiner Kallweit
2020-03-02
1
-1
/
+2
*
net: phy: add new version of phy_do_ioctl
Heiner Kallweit
2020-01-21
1
-3
/
+13
*
net: phy: rename phy_do_ioctl to phy_do_ioctl_running
Heiner Kallweit
2020-01-21
1
-3
/
+3
*
net: phy: add generic ndo_do_ioctl handler phy_do_ioctl
Heiner Kallweit
2020-01-20
1
-0
/
+15
*
net: Introduce a new MII time stamping interface.
Richard Cochran
2019-12-26
1
-2
/
+2
*
net: phy: remove phy_ethtool_sset()
Russell King
2019-11-23
1
-60
/
+0
*
net: phy: add core phylib sfp support
Russell King
2019-11-19
1
-0
/
+7
*
net: phy: Fix "link partner" information disappear issue
Yonglong Liu
2019-10-16
1
-3
/
+0
*
net: phy: fix write to mii-ctrl1000 register
Russell King
2019-10-05
1
-0
/
+5
*
net: phy: Do not check Link status when loopback is enabled
Jose Abreu
2019-09-06
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-02
1
-1
/
+1
|
\
|
*
Add genphy_c45_config_aneg() function to phy-c45.c
Marco Hartmann
2019-08-28
1
-1
/
+1
*
|
net: phy: force phy suspend when calling phy_stop
Jian Shen
2019-08-29
1
-1
/
+1
[next]