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
/
sfp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sfp: report error on failure to read sfp soft status
Russell King
2019-12-19
1
-2
/
+9
*
net: sfp: re-attempt probing for phy
Russell King
2019-12-11
1
-17
/
+42
*
net: sfp: error handling for phy probe
Russell King
2019-12-11
1
-9
/
+17
*
net: sfp: rename sm_retries
Russell King
2019-12-11
1
-5
/
+5
*
net: sfp: use a definition for the fault recovery attempts
Russell King
2019-12-11
1
-3
/
+11
*
net: sfp: add support for Clause 45 PHYs
Russell King
2019-12-11
1
-4
/
+40
*
net: sfp: move phy_start()/phy_stop() to phylink
Russell King
2019-12-11
1
-2
/
+0
*
net: sfp: add module start/stop upstream notifications
Russell King
2019-12-11
1
-0
/
+8
*
net: sfp: add more extended compliance codes
Russell King
2019-12-11
1
-2
/
+2
*
net: sfp: remove incomplete 100BASE-FX and 100BASE-LX support
Russell King
2019-12-11
1
-12
/
+1
*
net: sfp: avoid tx-fault with Nokia GPON module
Russell King
2019-12-09
1
-12
/
+30
*
net: sfp: fix hwmon
Russell King
2019-12-04
1
-9
/
+4
*
net: sfp: fix unbind
Russell King
2019-12-04
1
-0
/
+4
*
net: sfp: soft status and control support
Russell King
2019-11-20
1
-20
/
+90
*
net: sfp: fix spelling mistake "requies" -> "requires"
Colin Ian King
2019-11-13
1
-1
/
+1
*
net: sfp: allow modules with slow diagnostics to probe
Russell King
2019-11-11
1
-22
/
+74
*
net: sfp: allow sfp to probe slow to initialise GPON modules
Russell King
2019-11-11
1
-10
/
+28
*
net: sfp: move module insert reporting out of probe
Russell King
2019-11-11
1
-18
/
+40
*
net: sfp: split power mode switching from probe
Russell King
2019-11-11
1
-37
/
+64
*
net: sfp: track upstream's attachment state in state machine
Russell King
2019-11-11
1
-13
/
+29
*
net: sfp: ensure TX_FAULT has deasserted before probing the PHY
Russell King
2019-11-11
1
-6
/
+25
*
net: sfp: allow fault processing to transition to other states
Russell King
2019-11-11
1
-6
/
+6
*
net: sfp: eliminate mdelay() from PHY probe
Russell King
2019-11-11
1
-12
/
+40
*
net: sfp: split the PHY probe from sfp_sm_mod_init()
Russell King
2019-11-11
1
-8
/
+13
*
net: sfp: control TX_DISABLE and phy only from main state machine
Russell King
2019-11-11
1
-8
/
+1
*
net: sfp: avoid power switch on address-change modules
Russell King
2019-11-11
1
-11
/
+20
*
net: sfp: parse SFP power requirement earlier
Russell King
2019-11-11
1
-13
/
+29
*
net: sfp: rename T_PROBE_WAIT to T_SERIAL
Russell King
2019-11-11
1
-7
/
+6
*
net: sfp: handle module remove outside state machine
Russell King
2019-11-11
1
-7
/
+9
*
net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()
Russell King
2019-11-11
1
-8
/
+8
*
net: sfp: move tx disable on device down to main state machine
Russell King
2019-11-11
1
-8
/
+2
*
net: sfp: move sfp sub-state machines into separate functions
Russell King
2019-11-11
1
-31
/
+43
*
net: phy: sfp: Add labels to hwmon sensors
Andrew Lunn
2019-08-24
1
-5
/
+68
*
net: phy: sfp: hwmon: Fix scaling of RX power
Andrew Lunn
2019-07-21
1
-1
/
+1
*
net: phy: sfp: clean up a condition
Dan Carpenter
2019-06-14
1
-1
/
+1
*
net: sfp: add mutex to prevent concurrent state checks
Robert Hancock
2019-06-09
1
-1
/
+5
*
net: sfp: Stop SFP polling and interrupt handling during shutdown
Robert Hancock
2019-06-09
1
-5
/
+26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-4
/
+20
|
\
|
*
net: sfp: read eeprom in maximum 16 byte increments
Russell King
2019-06-03
1
-4
/
+20
*
|
net: phy: sfp: enable i2c-bus detection on ACPI based systems
Ruslan Babayev
2019-05-30
1
-8
/
+27
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-15
1
-9
/
+21
|
\
|
*
net: sfp: do not probe SFP module before we're attached
Russell King
2019-02-08
1
-9
/
+21
*
|
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
2019-01-22
1
-0
/
+1
|
/
*
net: phy: sfp: remove sfp_mutex's definition
Sebastian Andrzej Siewior
2018-10-11
1
-2
/
+0
*
net: phy: sfp: Fix unregistering of HWMON SFP device
Andrew Lunn
2018-09-26
1
-2
/
+5
*
net: phy: sfp: Handle unimplemented hwmon limits and alarms
Andrew Lunn
2018-09-04
1
-4
/
+16
*
net: phy: sftp: print debug message with text, not numbers
Andrew Lunn
2018-08-09
1
-4
/
+72
*
net: phy: sfp: Add HWMON support for module sensors
Andrew Lunn
2018-07-18
1
-0
/
+727
*
net: phy: sfp: make the i2c-bus dt property mandatory
Antoine Tenart
2018-05-23
1
-13
/
+15
*
net: phy: sfp: warn the user when no tx_disable pin is available
Antoine Tenart
2018-05-23
1
-0
/
+9
[next]