Merge branch 'bridge-mcast-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Aug 2021 12:58:00 +0000 (13:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Aug 2021 12:58:00 +0000 (13:58 +0100)
commitab6361382fc1cd57e2d06a1ee29bf7b8e98ca257
treeb33988ac3eaeb7ba5532276a7c7f63b875651ad7
parent23a44b77e03f577e93ad1b0ce203bd15e99285f5
parent175e66924719090f3f43884a419e7c32dabb800f
Merge branch 'bridge-mcast-fixes'

Nikolay Aleksandrov says:

====================
net: bridge: mcast: fixes for mcast querier state

These three fix querier state dumping. The first patch can be considered
a minor behaviour improvement, it avoids dumping querier state when mcast
snooping is disabled. The second patch was a report of sizeof(0) used
for nested netlink attribute size which should be just 0, and the third
patch accounts for IPv6 querier state size when allocating skb for
notifications.
====================

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