]> git.baikalelectronics.ru Git - kernel.git/commit
hv_netvsc: enable multicast if necessary
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 27 Mar 2018 18:28:48 +0000 (11:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Mar 2018 15:45:06 +0000 (11:45 -0400)
commitb6c2168b5f3a2c17524b0bfd202dbb900b39d4a6
tree4eb44328d5d95796eef10bd3c17a25fbb1bde3ba
parent2db9e3921263e79d9360b590c6bbabd812eea0ac
hv_netvsc: enable multicast if necessary

My recent change to netvsc drive in how receive flags are handled
broke multicast.  The Hyper-v/Azure virtual interface there is not a
multicast filter list, filtering is only all or none. The driver must
enable all multicast if any multicast address is present.

Fixes: 105985181a51 ("hv_netvsc: filter multicast/broadcast")
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/rndis_filter.c