index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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: marvell: use positive logic for link state
Russell King
2019-12-19
1
-4
/
+3
*
|
net: phy: marvell: initialise link partner state earlier
Russell King
2019-12-19
1
-20
/
+5
*
|
net: phy: marvell: rearrange to use genphy_read_lpa()
Russell King
2019-12-19
1
-34
/
+32
*
|
net: phy: provide and use genphy_read_status_fixed()
Russell King
2019-12-19
3
-47
/
+40
*
|
net: phy: add genphy_check_and_restart_aneg()
Russell King
2019-12-19
1
-17
/
+31
*
|
net: phy: use phy_resolve_aneg_pause()
Russell King
2019-12-19
3
-14
/
+3
*
|
net: phy: remove redundant .aneg_done initialisers
Russell King
2019-12-19
2
-7
/
+0
*
|
net: phylink: extend clause 45 PHY validation workaround
Russell King
2019-12-17
1
-9
/
+13
*
|
net: phylink: improve clause 45 PHY ksettings_set implementation
Russell King
2019-12-17
1
-31
/
+53
*
|
net: phylink: propagate phy_attach_direct() return code
Russell King
2019-12-14
1
-3
/
+6
*
|
net: phy: dp83869: Remove unneeded semicolon
zhengbin
2019-12-14
1
-1
/
+1
*
|
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: phy: add Broadcom BCM84881 PHY driver
Russell King
2019-12-11
3
-0
/
+276
*
|
net: phylink: make Broadcom BCM84881 based SFPs work
Russell King
2019-12-11
1
-2
/
+16
*
|
net: phylink: delay MAC configuration for copper SFP modules
Russell King
2019-12-11
2
-10
/
+71
*
|
net: phylink: split phylink_sfp_module_insert()
Russell King
2019-12-11
1
-19
/
+28
*
|
net: phylink: split link_an_mode configured and current settings
Russell King
2019-12-11
1
-28
/
+31
*
|
net: phylink: support Clause 45 PHYs on SFP+ modules
Russell King
2019-12-11
1
-5
/
+16
*
|
net: phylink: re-split __phylink_connect_phy()
Russell King
2019-12-11
1
-15
/
+24
*
|
net: mdio-i2c: add support for Clause 45 accesses
Russell King
2019-12-11
1
-8
/
+20
*
|
net: sfp: move phy_start()/phy_stop() to phylink
Russell King
2019-12-11
2
-2
/
+22
*
|
net: sfp: add module start/stop upstream notifications
Russell King
2019-12-11
3
-0
/
+31
*
|
net: sfp: add more extended compliance codes
Russell King
2019-12-11
2
-26
/
+38
*
|
net: sfp: derive interface mode from ethtool link modes
Russell King
2019-12-11
3
-9
/
+6
*
|
net: sfp: remove incomplete 100BASE-FX and 100BASE-LX support
Russell King
2019-12-11
2
-15
/
+2
*
|
net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depth
Dan Murphy
2019-12-09
1
-13
/
+49
*
|
net: sfp: avoid tx-fault with Nokia GPON module
Russell King
2019-12-09
1
-12
/
+30
|
/
*
net: phy: dp83867: fix hfs boot in rgmii mode
Grygorii Strashko
2019-12-07
1
-48
/
+71
*
phy: mdio-thunder: add missed pci_release_regions in remove
Chuhong Yuan
2019-12-06
1
-0
/
+1
*
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: phy: realtek: fix using paged operations with RTL8105e / RTL8208
Heiner Kallweit
2019-12-01
1
-0
/
+9
*
net: phy: Use the correct style for SPDX License Identifier
Nishad Kamdar
2019-11-27
5
-6
/
+6
*
net: phy: dp83869: Fix return paths to return proper values
Dan Murphy
2019-11-26
1
-23
/
+26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-25
1
-2
/
+4
|
\
|
*
mdio_bus: don't use managed reset-controller
David Bauer
2019-11-25
1
-2
/
+4
*
|
net: phy: add helpers phy_(un)lock_mdio_bus
Heiner Kallweit
2019-11-25
1
-14
/
+14
*
|
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
Russell King
2019-11-23
1
-9
/
+6
*
|
net: phy: initialise phydev speed and duplex sanely
Russell King
2019-11-23
1
-2
/
+2
*
|
net: phy: remove phy_ethtool_sset()
Russell King
2019-11-23
1
-60
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2019-11-22
3
-10
/
+24
|
\
|
|
*
mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=n
Geert Uytterhoeven
2019-11-19
1
-1
/
+1
|
*
Revert "mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabled"
David S. Miller
2019-11-19
1
-2
/
+1
|
*
net: phylink: fix link mode modification in PHY mode
Russell King
2019-11-19
1
-9
/
+16
|
*
net: phylink: update documentation on create and destroy
Russell King
2019-11-19
1
-0
/
+4
|
*
mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabled
Marek Behún
2019-11-18
1
-1
/
+2
[prev]
[next]