linux_dsm_epyc7002/drivers/net/hyperv
Haiyang Zhang d212b4633c hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
struct netvsc_device is freed in rndis_filter_device_remove(). So we save
the nvdev->num_chn into a temp variable for later usage.

(Please also include this patch into stable branch.)

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-03-23 14:38:55 -04:00
..
hyperv_net.h hv_netvsc: add ethtool support for set and get of settings 2016-02-29 17:08:50 -05:00
Kconfig
Makefile
netvsc_drv.c hv_netvsc: Fix accessing freed memory in netvsc_change_mtu() 2016-03-23 14:38:55 -04:00
netvsc.c hv_netvsc: Fix book keeping of skb during batching process 2016-01-25 10:51:53 -08:00
rndis_filter.c hv_netvsc: Move subchannel waiting to rndis_filter_device_remove() 2016-03-07 15:37:50 -05:00