linux/drivers/net/hyperv
Vitaly Kuznetsov f9a7da9130 hv_netvsc: don't lose VF information
struct netvsc_device is not suitable for storing VF information as this
structure is being destroyed on MTU change / set channel operation (see
rndis_filter_device_remove()). Move all VF related stuff to struct
net_device_context which is persistent.

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: don't lose VF information 2016-08-15 13:48:07 -07:00
Kconfig
Makefile
netvsc_drv.c hv_netvsc: don't lose VF information 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