[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231021064620.87397-1-saeed@kernel.org>
Date: Fri, 20 Oct 2023 23:46:05 -0700
From: Saeed Mahameed <saeed@...nel.org>
To: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>
Cc: Saeed Mahameed <saeedm@...dia.com>,
netdev@...r.kernel.org,
Tariq Toukan <tariqt@...dia.com>
Subject: [pull request][net-next V2 00/15] mlx5 updates 2023-10-19
From: Saeed Mahameed <saeedm@...dia.com>
v1->v2:
- Add missing Fixes tags
- Acked-by: Steffen for the xfrm patches
This series provides ipsec and misc updates for mlx5 driver.
For more information please see tag log below.
Please pull and let me know if there is any problem.
The following changes since commit 75e7d0b2d22370c83c6dcb0cedbd0cca74383b5e:
net: wwan: replace deprecated strncpy with strscpy (2023-10-20 18:15:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2023-10-19
for you to fetch changes up to 94a89bee8e4a9d22d5161f6aac965154737d6e24:
net/mlx5: Allow sync reset flow when BF MGT interface device is present (2023-10-20 23:43:26 -0700)
----------------------------------------------------------------
mlx5-updates-2023-10-19
1) Patches 1-9 from Leon and Patrisious:
Leon Says:
==========
This series does two things at the same time, but they are connected together:
* Rewrite and fix mlx5 IPsec replay window implementation.
* Connect XFRM statistics with offloaded counters to report replay window
reason statistics.
First two patches are XFRM core changes to allow reuse of already existing
callback to fill all statistics.
Next two patches are fixes to replay window and sequence packet number
misconfiguration. They are not urgent and can go to -next.
Rest of the patches are rewrite of mlx5 replay window implementation.
As an example, the end result, after simulating replay window attack with 5 packets:
[leonro@c ~]$ grep XfrmInStateSeqError /proc/net/xfrm_stat
XfrmInStateSeqError 5
[leonro@c ~]$ sudo ip -s x s
<...>
stats:
replay-window 0 replay 5 failed 0
==========
2) Moshe Shemesh improves sync reset flow when BF MGT
interface device is present
3) Build warning cleanups for snprintf
----------------------------------------------------------------
Leon Romanovsky (7):
xfrm: generalize xdo_dev_state_update_curlft to allow statistics update
xfrm: get global statistics from the offloaded device
net/mlx5e: Honor user choice of IPsec replay window size
net/mlx5e: Ensure that IPsec sequence packet number starts from 1
net/mlx5e: Remove exposure of IPsec RX flow steering struct
net/mlx5e: Connect mlx5 IPsec statistics with XFRM core
net/mlx5e: Delete obsolete IPsec code
Moshe Shemesh (2):
net/mlx5: print change on SW reset semaphore returns busy
net/mlx5: Allow sync reset flow when BF MGT interface device is present
Patrisious Haddad (2):
net/mlx5e: Unify esw and normal IPsec status table creation/destruction
net/mlx5e: Add IPsec and ASO syndromes check in HW
Rahul Rameshbabu (3):
net/mlx5: Increase size of irq name buffer
net/mlx5e: Check return value of snprintf writing to fw_version buffer
net/mlx5e: Check return value of snprintf writing to fw_version buffer for representors
Saeed Mahameed (1):
net/mlx5e: Reduce the size of icosq_str
Documentation/networking/xfrm_device.rst | 4 +-
.../net/ethernet/mellanox/mlx5/core/diag/crdump.c | 5 +-
.../ethernet/mellanox/mlx5/core/en/reporter_rx.c | 4 +-
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.c | 57 ++-
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.h | 23 +-
.../mellanox/mlx5/core/en_accel/ipsec_fs.c | 410 ++++++++++++++++++---
.../mellanox/mlx5/core/en_accel/ipsec_offload.c | 2 +-
.../mellanox/mlx5/core/en_accel/ipsec_rxtx.c | 25 +-
.../mellanox/mlx5/core/en_accel/ipsec_rxtx.h | 1 -
.../mellanox/mlx5/core/en_accel/ipsec_stats.c | 1 -
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 13 +-
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 12 +-
.../net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c | 160 +-------
.../net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.h | 15 -
drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c | 32 +-
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 6 +-
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.h | 3 +
include/linux/mlx5/mlx5_ifc.h | 7 +
include/linux/netdevice.h | 2 +-
include/net/xfrm.h | 14 +-
net/xfrm/xfrm_proc.c | 1 +
net/xfrm/xfrm_state.c | 17 +-
net/xfrm/xfrm_user.c | 2 +-
23 files changed, 516 insertions(+), 300 deletions(-)
Powered by blists - more mailing lists