linux/drivers/net/hyperv
stephen hemminger 76bb5db5c7 netvsc: fix use after free on module removal
The NAPI data structure is embedded in the netvsc_device structure
and is freed when device is closed. There is still a reference
(in NAPI list) to this which causes a crash in netif_napi_del
when device is removed. Fix by managing NAPI instances correctly.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-04-21 13:59:57 -04:00
..
hyperv_net.h hv_netvsc: Fix the queue index computation in forwarding case 2017-04-17 11:05:19 -04:00
Kconfig
Makefile
netvsc_drv.c hv_netvsc: change netvsc device default duplex to FULL 2017-04-17 15:12:33 -04:00
netvsc.c netvsc: fix use after free on module removal 2017-04-21 13:59:57 -04:00
rndis_filter.c netvsc: fix use after free on module removal 2017-04-21 13:59:57 -04:00