alistair23-linux/drivers/net/hyperv
stephen hemminger e14b4db7a5 netvsc: fix race during initialization
When device is being setup on boot, there is a small race where
network device callback is registered, but the netvsc_device pointer
is not set yet.  This can cause a NULL ptr dereference if packet
arrives during this window.

Fixes: 46b4f7f5d1 ("netvsc: eliminate per-device outstanding send counter")
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-16 21:35:33 -07:00
..
hyperv_net.h netvsc: handle select_queue when device is being removed 2017-03-12 23:13:41 -07:00
Kconfig
Makefile
netvsc.c netvsc: fix race during initialization 2017-03-16 21:35:33 -07:00
netvsc_drv.c netvsc: handle select_queue when device is being removed 2017-03-12 23:13:41 -07:00
rndis_filter.c netvsc: eliminate per-device outstanding send counter 2017-01-24 16:29:01 -05:00