]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'net-mlx5e-move-ipsec-policy-check-after-decryption'
authorJakub Kicinski <kuba@kernel.org>
Tue, 25 Feb 2025 02:15:19 +0000 (18:15 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Feb 2025 02:15:19 +0000 (18:15 -0800)
Tariq Toukan says:

====================
net/mlx5e: Move IPSec policy check after decryption

This series by Jianbo adds IPsec policy check after decryption.

In current mlx5 driver, the policy check is done before decryption for
IPSec crypto and packet offload. This series changes that order to
make it consistent with the processing in kernel xfrm. Besides, RX
state with UPSPEC selector is supported correctly after new steering
table is added after decryption and before the policy check.
====================

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

Trivial merge