[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240124081855.115410-1-saeed@kernel.org>
Date: Wed, 24 Jan 2024 00:18:41 -0800
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 00/14] mlx5 fixes 2024-01-24
From: Saeed Mahameed <saeedm@...dia.com>
This series provides bug fixes to mlx5 driver.
Please pull and let me know if there is any problem.
Thanks,
Saeed.
The following changes since commit 32f2a0afa95fae0d1ceec2ff06e0e816939964b8:
net/sched: flower: Fix chain template offload (2024-01-24 01:33:59 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2024-01-24
for you to fetch changes up to aef855df7e1bbd5aa4484851561211500b22707e:
net/mlx5e: fix a potential double-free in fs_any_create_groups (2024-01-24 00:15:38 -0800)
----------------------------------------------------------------
mlx5-fixes-2024-01-24
----------------------------------------------------------------
Dinghao Liu (1):
net/mlx5e: fix a potential double-free in fs_any_create_groups
Leon Romanovsky (2):
net/mlx5e: Allow software parsing when IPsec crypto is enabled
net/mlx5e: Ignore IPsec replay window values on sender side
Moshe Shemesh (1):
net/mlx5: Bridge, fix multicast packets sent to uplink
Rahul Rameshbabu (2):
net/mlx5e: Fix operation precedence bug in port timestamping napi_poll context
net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASO
Saeed Mahameed (1):
net/mlx5e: Use the correct lag ports number when creating TISes
Tariq Toukan (2):
net/mlx5: Fix query of sd_group field
net/mlx5e: Fix inconsistent hairpin RQT sizes
Vlad Buslov (1):
net/mlx5e: Fix peer flow lists handling
Yevgeny Kliteynik (2):
net/mlx5: DR, Use the right GVMI number for drop action
net/mlx5: DR, Can't go to uplink vport on RX rule
Yishai Hadas (1):
net/mlx5: Fix a WARN upon a callback command failure
Zhipeng Lu (1):
net/mlx5e: fix a double-free in arfs_create_groups
drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 5 +++--
drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 +-
.../mellanox/mlx5/core/en/fs_tt_redirect.c | 1 +
.../net/ethernet/mellanox/mlx5/core/en/params.c | 4 ++--
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c | 2 +-
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.c | 10 +++++++--
drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c | 26 +++++++++++++---------
.../net/ethernet/mellanox/mlx5/core/en_common.c | 21 ++++++++++-------
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 5 +++--
.../ethernet/mellanox/mlx5/core/esw/bridge_mcast.c | 3 +++
drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c | 2 ++
.../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/lib/aso.c | 2 +-
.../mellanox/mlx5/core/steering/dr_action.c | 17 +++++++++-----
drivers/net/ethernet/mellanox/mlx5/core/vport.c | 21 +++++++++++++++++
include/linux/mlx5/driver.h | 1 +
include/linux/mlx5/fs.h | 1 +
include/linux/mlx5/mlx5_ifc.h | 12 ++++++----
include/linux/mlx5/vport.h | 1 +
20 files changed, 99 insertions(+), 41 deletions(-)
Powered by blists - more mailing lists