https://github.com/torvalds/linux
Revision 0b72a9a1060e7547e71e7f600849a2d3006bf63a authored by Sunil Goutham on 02 December 2015, 10:06:16 UTC, committed by David S. Miller on 02 December 2015, 20:58:50 UTC
Call netif_carrier_on() only if interface's link is up. Switching this on
upon IFF_UP by default, is causing issues with ethernet channel bonding
in LACP mode. Initial NETDEV_CHANGE notification was being skipped.

Also fixed some issues with link/speed/duplex reporting via ethtool.

Signed-off-by: Sunil Goutham <sgoutham@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 006394a
History
Tip revision: 0b72a9a1060e7547e71e7f600849a2d3006bf63a authored by Sunil Goutham on 02 December 2015, 10:06:16 UTC
net: thunderx: Switchon carrier only upon interface link up
Tip revision: 0b72a9a
File Mode Size
Documentation
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitignore -rw-r--r-- 1.2 KB
.mailmap -rw-r--r-- 5.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.9 KB
Kbuild -rw-r--r-- 2.6 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 327.8 KB
Makefile -rw-r--r-- 53.5 KB
README -rw-r--r-- 18.2 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top