]> 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)
commit175b694c19e2d61ea6d7bc98efee3703adaee9b3
tree4eb44328d5d95796eef10bd3c17a25fbb1bde3ba
parentd44a2813e2579c1e383719f8adafea30e4a5f64a
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: dff4ec5f750a ("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