Files
linux-stable-mirror/include
Nikolay Aleksandrov 7cd416cc02 net: add ndo_fdb_del_bulk
[ Upstream commit 1306d5362a ]

Add a new netdev op called ndo_fdb_del_bulk, it will be later used for
driver-specific bulk delete implementation dispatched from rtnetlink. The
first user will be the bridge, we need it to signal to rtnetlink from
the driver that we support bulk delete operation (NLM_F_BULK).

Signed-off-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: bf29555f5b ("rtnetlink: Allow deleting FDB entries in user namespace")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-10-29 14:03:11 +01:00
..
2025-10-29 14:03:11 +01:00
2025-10-19 16:21:40 +02:00