linux/drivers/net/hyperv
Vitaly Kuznetsov 57c1826b99 hv_netvsc: reset vf_inject on VF removal
We reset vf_inject on VF going down (netvsc_vf_down()) but we don't on
VF removal (netvsc_unregister_vf()) so vf_inject stays 'true' while
vf_netdev is already NULL and we're trying to inject packets into NULL
net device in netvsc_recv_callback() causing kernel to crash.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Acked-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-08-15 13:48:07 -07:00
..
hyperv_net.h hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait 2016-08-15 13:48:07 -07:00
Kconfig
Makefile
netvsc_drv.c hv_netvsc: reset vf_inject on VF removal 2016-08-15 13:48:07 -07:00
netvsc.c hv_netvsc: don't lose VF information 2016-08-15 13:48:07 -07:00
rndis_filter.c netvsc: get rid of completion timeouts 2016-06-09 11:40:05 -07:00