linux/drivers/net/hyperv
Stephen Hemminger e8ff40d4bf hv_netvsc: improve VF device matching
The code to associate netvsc and VF devices can be made less error prone
by using a better matching algorithms.

On registration, use the permanent address which avoids any possible
issues caused by device MAC address being changed. For all other callbacks,
search by the netdevice pointer value to ensure getting the correct
network device.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-23 08:39:49 -04:00
..
hyperv_net.h hv_netvsc: add ethtool statistics for tx packet issues 2016-08-23 12:05:38 -07:00
Kconfig
Makefile
netvsc_drv.c hv_netvsc: improve VF device matching 2016-09-23 08:39:49 -04:00
netvsc.c hv_netvsc: use consume_skb 2016-09-23 08:39:48 -04:00
rndis_filter.c hv_netvsc: style cleanups 2016-08-23 12:05:36 -07:00