index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
sfp-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-18
net: phy: sfp-bus.c: get rid of docs warnings
Mauro Carvalho Chehab
1
-14
/
+18
2020-01-06
net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKR
Russell King
1
-1
/
+1
2019-12-11
net: phylink: delay MAC configuration for copper SFP modules
Russell King
1
-0
/
+28
2019-12-11
net: sfp: add module start/stop upstream notifications
Russell King
1
-0
/
+21
2019-12-11
net: sfp: add more extended compliance codes
Russell King
1
-24
/
+36
2019-12-11
net: sfp: derive interface mode from ethtool link modes
Russell King
1
-7
/
+4
2019-12-11
net: sfp: remove incomplete 100BASE-FX and 100BASE-LX support
Russell King
1
-3
/
+1
2019-11-21
net: sfp: add some quirks for GPON modules
Russell King
1
-0
/
+25
2019-11-21
net: sfp: add support for module quirks
Russell King
1
-0
/
+54
2019-11-12
net: sfp: fix sfp_bus_put() kernel documentation
Russell King
1
-1
/
+1
2019-11-10
net: sfp: rework upstream interface
Russell King
1
-27
/
+65
2019-10-16
net: sfp: move fwnode parsing into sfp-bus layer
Russell King
1
-23
/
+42
2019-05-31
net: sfp: remove sfp-bus use of netdevs
Russell King
1
-7
/
+3
2019-05-31
net: sfp: add mandatory attach/detach methods for sfp buses
Russell King
1
-2
/
+2
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-02-09
net: sfp: do not probe SFP module before we're attached
Russell King
1
-0
/
+2
2018-11-29
net: phy: sfp: correct store of detected link modes
Baruch Siach
1
-1
/
+1
2018-09-19
sfp: fix oops with ethtool -m
Russell King
1
-2
/
+2
2018-07-12
sfp: fix module initialisation with netdev already up
Russell King
1
-2
/
+2
2018-07-12
sfp: ensure we clean up properly on bus registration failure
Russell King
1
-7
/
+24
2018-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-09
net: phy: sfp: handle cases where neither BR, min nor BR, max is given
Antoine Tenart
1
-0
/
+7
2018-05-04
net: phy: sfp: fix the BR,min computation
Antoine Tenart
1
-1
/
+1
2018-03-30
sfp/phylink: move module EEPROM ethtool access into netdev core ethtool
Russell King
1
-4
/
+2
2018-02-28
phylink,sfp: negotiate interface format with MAC
Russell King
1
-62
/
+39
2018-02-28
sfp: support 1G BiDi (eg, FiberStore SFP-GE-BX) modules
Russell King
1
-23
/
+38
2018-01-23
net: phy: sfp: Fix kernel doc warning
Florian Fainelli
1
-1
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2018-01-03
sfp: improve support for direct-attach copper cables
Russell King
1
-7
/
+44
2018-01-03
sfp: add support for 1000Base-PX and 1000Base-BX10
Russell King
1
-0
/
+21
2018-01-03
sfp: don't guess support from connector type
Russell King
1
-29
/
+0
2018-01-02
sfp: fix sfp-bus oops when removing socket/upstream
Russell King
1
-2
/
+4
2017-12-05
sfp: convert to fwnode
Russell King
1
-7
/
+7
2017-12-05
sfp: fix sparse warning
Russell King
1
-1
/
+1
2017-12-05
sfp: add documentation for kernel APIs
Russell King
1
-0
/
+104
2017-11-01
net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.c
Florian Fainelli
1
-8
/
+3
2017-08-07
sfp: add sfp-bus to bridge between network devices and sfp cages
Russell King
1
-0
/
+475