linux/drivers/net/hyperv
stephen hemminger 16ba326600 netvsc: propagate MAC address change to VF slave
If VF is slaved to synthetic device, then any change to netvsc
MAC address should be propagated to the slave device.

If slave device doesn't support MAC address change then it
should also be an error to attempt to change synthetic NIC MAC
address.

It also fixes the error unwind in the original code.
If give a bad address, the old code would change the device
MAC address anyway.

Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-11 13:59:42 -07:00
..
hyperv_net.h netvsc: delay setup of VF device 2017-08-11 13:59:42 -07:00
Kconfig
Makefile
netvsc_drv.c netvsc: propagate MAC address change to VF slave 2017-08-11 13:59:42 -07:00
netvsc.c netvsc: don't signal host twice if empty 2017-08-11 13:59:42 -07:00
rndis_filter.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-08-09 16:28:45 -07:00