]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita1bb62b0de16e2a5730b47887eb672d7427d411a
treeabbcb462c6bc991f2f988a4f62a43f760b18f2e4
parent1df4a53420e2eae0dfaead5fbb5f23c16d50f036
parentefe4eabd85dc4b0df7b8b7b1f8bbed8b0db0bf32
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>