linux/drivers/net/hyperv
stephen hemminger 493933472d netvsc: fix error unwind on device setup failure
If setting receive buffer fails, the error unwind would cause
kernel panic because it was not correctly doing RCU and NAPI
unwind.  RCU'd pointer needs to be reset to NULL, and NAPI needs
to be disabled not deleted.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-29 15:25:43 -07:00
..
hyperv_net.h netvsc: optimize receive completions 2017-07-29 15:25:43 -07:00
Kconfig
Makefile
netvsc_drv.c netvsc: remove unnecessary indirection of page_buffer 2017-07-29 15:25:43 -07:00
netvsc.c netvsc: fix error unwind on device setup failure 2017-07-29 15:25:43 -07:00
rndis_filter.c netvsc: optimize receive completions 2017-07-29 15:25:43 -07:00