index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phylink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phylink: propagate phy_attach_direct() return code
Russell King
2019-12-15
1
-3
/
+6
*
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
1
-10
/
+43
*
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: sfp: move phy_start()/phy_stop() to phylink
Russell King
2019-12-11
1
-0
/
+22
*
net: sfp: derive interface mode from ethtool link modes
Russell King
2019-12-11
1
-1
/
+1
*
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
Russell King
2019-11-24
1
-9
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2019-11-23
1
-9
/
+20
|
\
|
*
net: phylink: fix link mode modification in PHY mode
Russell King
2019-11-20
1
-9
/
+16
|
*
net: phylink: update documentation on create and destroy
Russell King
2019-11-20
1
-0
/
+4
*
|
net: phylink: update to use phy_support_asym_pause()
Russell King
2019-11-16
1
-9
/
+6
*
|
net: sfp: rework upstream interface
Russell King
2019-11-10
1
-4
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-0
/
+16
|
\
|
|
*
net: phylink: Fix phylink_dbg() macro
Florian Fainelli
2019-11-01
1
-0
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
1
-1
/
+1
|
\
|
|
*
phylink: fix kernel-doc warnings
Randy Dunlap
2019-10-10
1
-1
/
+1
*
|
net: sfp: move fwnode parsing into sfp-bus layer
Russell King
2019-10-16
1
-15
/
+6
*
|
net: phylink: use more linkmode_*
Russell King
2019-10-16
1
-5
/
+2
|
/
*
net: phylink: Fix flow control resolution
Stefan Chulski
2019-09-07
1
-3
/
+3
*
net: phylink: Fix flow control for fixed-link
René van Dorst
2019-07-27
1
-0
/
+2
*
net: phylink: don't start and stop SGMII PHYs in SFP modules twice
Arseny Solokha
2019-07-24
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-4
/
+9
|
\
|
*
net: phylink: avoid reducing support mask
Russell King
2019-06-04
1
-4
/
+9
*
|
net: sfp: remove sfp-bus use of netdevs
Russell King
2019-05-31
1
-2
/
+1
*
|
net: sfp: add mandatory attach/detach methods for sfp buses
Russell King
2019-05-31
1
-0
/
+16
*
|
net: phylink: support for link gpio interrupt
Russell King
2019-05-31
1
-4
/
+32
*
|
net: phylink: remove netdev from phylink mii ioctl emulation
Russell King
2019-05-31
1
-8
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
1
-1
/
+6
|
\
|
|
*
net: phylink: ensure consistent phy interface mode
Russell King
2019-05-29
1
-3
/
+7
*
|
net: phylink: Add phylink_{printk, err, warn, info, dbg} macros
Ioana Ciornei
2019-05-30
1
-60
/
+77
*
|
net: phylink: Add PHYLINK_DEV operation type
Ioana Ciornei
2019-05-30
1
-5
/
+20
*
|
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
2019-05-30
1
-9
/
+17
*
|
net: phylink: Add phylink_mac_link_{up, down} wrapper functions
Ioana Ciornei
2019-05-30
1
-18
/
+32
|
/
*
net: phylink: ensure inband AN works correctly
Russell King
2019-05-21
1
-22
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
1
-0
/
+4
|
\
|
*
net: phy: phylink: fix uninitialized variable in phylink_get_mac_state
Heiner Kallweit
2019-03-01
1
-0
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-15
1
-6
/
+13
|
\
|
|
*
net: phylink: avoid resolving link state too early
Russell King
2019-02-12
1
-6
/
+13
*
|
net: phylink: add phylink_init_eee() helper
Russell King
2019-02-12
1
-0
/
+18
*
|
net: phylink: only call mac_config() during resolve when link is up
Russell King
2019-02-12
1
-2
/
+9
*
|
net: phy: change phy_start_interrupts to phy_request_interrupt
Heiner Kallweit
2019-01-25
1
-2
/
+2
*
|
net: phy: start state machine in phy_start only
Heiner Kallweit
2019-01-25
1
-1
/
+0
*
|
net: phy: Fixup GPLv2 SPDX tags based on license text
Andrew Lunn
2019-01-23
1
-5
/
+2
|
/
*
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
2018-11-11
1
-12
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-06
1
-20
/
+28
|
\
|
*
net: phy: phylink: fix SFP interface autodetection
Baruch Siach
2018-10-05
1
-20
/
+28
*
|
net: phy: Move linkmode helpers to somewhere public
Andrew Lunn
2018-10-02
1
-27
/
+0
[next]