]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit3cdb9f88e35dfca7d63f77fc088869bcecbc72de
tree56846a94bdc9cf327a52456fa35875c18d18b481
parent9545fef46d363cdcd63da63259b6d48ebb586024
parent679eb1e32d2cd1707de4984ca1b6e68f3d8da1ac
Merge branch 'net-bridge-fix-vlan-range-dumps-starting-with-a-pvid'

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>