Merge branch 'macsec-add-support-for-vlan-filtering-in-offload-mode'
authorJakub Kicinski <kuba@kernel.org>
Fri, 10 Apr 2026 02:38:44 +0000 (19:38 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 10 Apr 2026 02:38:45 +0000 (19:38 -0700)
commitb02e3c4c80c91693b05c82751149d05d921bccb9
treeecf6976cb6bd69a878725dc1c94c0505387dc258
parenteb216e422044f5523da038136ce0f2abcc6a75bc
parenta363b1c8be879c79a688eaf93ba01b63f8b0e63c
Merge branch 'macsec-add-support-for-vlan-filtering-in-offload-mode'

Cosmin Ratiu says:

====================
macsec: Add support for VLAN filtering in offload mode

This short series adds support for VLANs in MACsec devices when offload
mode is enabled. This allows VLAN netdevs on top of MACsec netdevs to
function, which accidentally used to be the case in the past, but was
broken. This series adds back proper support.

As part of this, the existing nsim-only MACsec offload tests were
translated to Python so they can run against real HW and new
traffic-based tests were added for VLAN filter propagation, since
there's currently no uAPI to check VLAN filters.
====================

Link: https://patch.msgid.link/20260408115240.1636047-1-cratiu@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>