Merge branch 'bridge-vlan-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 17 Aug 2021 09:37:29 +0000 (10:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Aug 2021 09:37:29 +0000 (10:37 +0100)
commit4aefc7973cfc0dace91a9a95f4f554ecd0364caf
treeabbcb462c6bc991f2f988a4f62a43f760b18f2e4
parent2cb594240b7a28cb3badfb651351d8c9bfab228d
parentaffce9a774ca2514aaa5638fde92c57a476dfd79
Merge branch 'bridge-vlan-fixes'

Nikolay Aleksandrov says:

====================
net: bridge: vlan: fixes for vlan mcast contexts

These are four fixes for vlan multicast contexts. The first patch enables
mcast ctx snooping when adding already existing master vlans to be
consistent with the rest of the code. The second patch accounts for the
mcast ctx router ports when allocating skb for notification. The third
one fixes two suspicious rcu usages due to wrong vlan group helper, and
the fourth updates host vlan mcast state along with port mcast state.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>