index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: microchip: run phy initialization during each link update
Rakesh Sankaranarayanan
2023-01-23
1
-14
/
+56
*
net: mdio: warn once if addr parameter is invalid in mdiobus_get_phy()
Heiner Kallweit
2023-01-23
1
-1
/
+2
*
net: phy: Remove fallback to old C45 method
Andrew Lunn
2023-01-20
1
-8
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-20
1
-1
/
+6
|
\
|
*
net: mdio: validate parameter addr in mdiobus_get_phy()
Heiner Kallweit
2023-01-17
1
-1
/
+6
*
|
net: phy: fix use of uninit variable when setting PLCA config
Piergiorgio Beruto
2023-01-19
1
-1
/
+1
*
|
net: sfp: remove unused ctype.h include
Russell King (Oracle)
2023-01-19
1
-1
/
+0
*
|
net: sfp: remove acpi.h include
Russell King (Oracle)
2023-01-19
1
-1
/
+0
*
|
net: sfp: rename gpio_of_names[]
Russell King (Oracle)
2023-01-19
1
-4
/
+4
*
|
net: sfp: use device_get_match_data()
Russell King (Oracle)
2023-01-19
1
-12
/
+4
*
|
net: sfp: use i2c_get_adapter_by_fwnode()
Russell King (Oracle)
2023-01-19
1
-12
/
+1
*
|
net: phy: Decide on C45 capabilities based on presence of method
Andrew Lunn
2023-01-19
1
-1
/
+1
*
|
net: mdio: scan bus based on bus capabilities for C22 and C45
Andrew Lunn
2023-01-19
1
-6
/
+2
*
|
net: mdio: Add workaround for Micrel PHYs which are not C45 compatible
Andrew Lunn
2023-01-19
1
-3
/
+34
*
|
net: mdio: Rework scanning of bus ready for quirks
Andrew Lunn
2023-01-19
1
-39
/
+86
*
|
net: mdio: Move mdiobus_scan() within file
Andrew Lunn
2023-01-19
1
-51
/
+50
*
|
drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY
Piergiorgio Beruto
2023-01-11
3
-0
/
+179
*
|
drivers/net/phy: add helpers to get/set PLCA configuration
Piergiorgio Beruto
2023-01-11
2
-0
/
+239
*
|
drivers/net/phy: add connection between ethtool and phylib for PLCA
Piergiorgio Beruto
2023-01-11
2
-0
/
+195
*
|
drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHY
Piergiorgio Beruto
2023-01-11
3
-2
/
+23
*
|
net: mdio: add mdiobus_c45_read/write_nested helpers
Andrew Lunn
2023-01-10
1
-0
/
+55
*
|
net: mdio: Move mdiobus_c45_addr() next to users
Andrew Lunn
2023-01-10
1
-0
/
+5
*
|
net: mdio: C22 is now optional, EOPNOTSUPP if not provided
Andrew Lunn
2023-01-10
1
-2
/
+8
*
|
net: mdio: mdiobus_register: update validation test
Andrew Lunn
2023-01-10
1
-2
/
+9
*
|
net: mdio: Add dedicated C45 API to MDIO bus drivers
Andrew Lunn
2023-01-10
1
-0
/
+189
*
|
net: phy: mxl-gpy: disable interrupts on GPY215 by default
Michael Walle
2023-01-10
1
-0
/
+5
*
|
net: phy: allow a phy to opt-out of interrupt handling
Michael Walle
2023-01-10
1
-0
/
+7
*
|
net: phy: micrel: Fix warn: passing zero to PTR_ERR
Divya Koppera
2023-01-09
1
-5
/
+5
*
|
net: phy: micrel: Fixed error related to uninitialized symbol ret
Divya Koppera
2023-01-09
1
-1
/
+2
*
|
net: phy: micrel: Change handler interrupt for lan8814
Horatiu Vultur
2023-01-06
1
-17
/
+8
|
/
*
net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe
Miaoqian Lin
2022-12-30
1
-0
/
+1
*
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-13
14
-137
/
+2065
|
\
|
*
net: phy: remove redundant "depends on" lines
Randy Dunlap
2022-12-08
1
-3
/
+0
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-12-08
2
-0
/
+87
|
|
\
|
*
|
net: sfp: clean up i2c-bus property parsing
Russell King (Oracle)
2022-12-06
1
-36
/
+41
|
*
|
net: phy: mxl-gpy: rename MMD_VEND1 macros to match datasheet
Michael Walle
2022-12-05
1
-4
/
+4
|
*
|
net: phy: Add link between phy dev and mac dev
Xiaolei Wang
2022-11-30
1
-0
/
+12
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
3
-7
/
+21
|
|
\
\
|
*
|
|
net: phy: add Motorcomm YT8531S phy id.
Frank
2022-11-25
2
-6
/
+48
|
*
|
|
net: phy: mscc: macsec: do not copy encryption keys
Antoine Tenart
2022-11-18
2
-29
/
+30
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-17
2
-7
/
+16
|
|
\
\
\
|
*
|
|
|
net: phy: aquantia: add AQR112 and AQR412 PHY IDs
Vladimir Oltean
2022-11-15
1
-0
/
+40
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-10
1
-0
/
+1
|
|
\
\
\
\
|
*
|
|
|
|
net: phy: dp83867: add TI PHY loopback
Tan Tee Min
2022-11-09
1
-0
/
+7
|
*
|
|
|
|
ethtool: linkstate: add a statistic for PHY down events
Jakub Kicinski
2022-11-08
1
-0
/
+1
|
*
|
|
|
|
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
2022-11-07
1
-1
/
+4
|
*
|
|
|
|
net: phy: fix yt8521 duplicated argument to & or |
Frank
2022-11-07
1
-4
/
+4
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-03
1
-1
/
+1
|
|
\
\
\
\
\
|
*
|
|
|
|
|
net: phy: Add driver for Motorcomm yt8521 gigabit ethernet phy
Frank
2022-10-31
2
-3
/
+1634
|
*
|
|
|
|
|
net: phy: mxl-gpy: Add PHY Auto/MDI/MDI-X set driver for GPY211 chips
Raju Lakkaraju
2022-10-28
1
-1
/
+71
[next]