]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'net-bridge-fix-vlan-range-dumps-starting-with-a-pvid'
authorJakub Kicinski <kuba@kernel.org>
Wed, 22 Jul 2026 17:23:20 +0000 (10:23 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 22 Jul 2026 17:23:20 +0000 (10:23 -0700)
Nikolay Aleksandrov says:

====================
net: bridge: fix vlan range dumps starting with a PVID

Patch 01 fixes a bug that can skip dumping VLANs which a part of a range
starting with a PVID VLAN and share the same flags. PVID VLAN should be
always on its own. Patch 02 adds a selftest for this case. More information
can be found in the respective patches.
====================

Link: https://patch.msgid.link/20260721140922.682265-1-razor@blackwall.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge