[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210816101134.577413-1-razor@blackwall.org>
Date: Mon, 16 Aug 2021 13:11:31 +0300
From: Nikolay Aleksandrov <razor@...ckwall.org>
To: netdev@...r.kernel.org
Cc: roopa@...dia.com, bridge@...ts.linux-foundation.org,
Nikolay Aleksandrov <nikolay@...dia.com>
Subject: [PATCH net-next 0/3] net: bridge: mcast: fixes for mcast querier state
From: Nikolay Aleksandrov <nikolay@...dia.com>
Hi,
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.
Thanks,
Nik
Nikolay Aleksandrov (3):
net: bridge: mcast: don't dump querier state if snooping is disabled
net: bridge: mcast: drop sizeof for nest attribute's zero size
net: bridge: mcast: account for ipv6 size when dumping querier state
net/bridge/br_multicast.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
--
2.31.1
Powered by blists - more mailing lists