linux-stable/drivers/net/hyperv
stephen hemminger 1b01994aa6 netvsc: force link update after MTU change
If two MTU changes are in less than update interval (2 seconds),
then the netvsc network device may get stuck with no carrier.

The netvsc driver debounces link status events which is fine
for unsolicited updates, but blocks getting the update after
down/up from MTU reinitialization.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-19 22:20:05 -07:00
..
hyperv_net.h hv_netvsc: Fix the carrier state error when data path is off 2017-06-22 13:30:37 -04:00
Kconfig
Makefile
netvsc.c hv_netvsc: Fix the carrier state error when data path is off 2017-06-22 13:30:37 -04:00
netvsc_drv.c netvsc: force link update after MTU change 2017-07-19 22:20:05 -07:00
rndis_filter.c hv_netvsc: Remove unnecessary var link_state from struct netvsc_device_info 2017-06-22 13:30:37 -04:00