From: Saeed Mahameed <saeed@kernel.org>
To: "David S. Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, Saeed Mahameed <saeedm@nvidia.com>
Subject: [pull request][net 0/6] mlx5 fixes 2021-08-26
Date: Thu, 26 Aug 2021 15:18:04 -0700 [thread overview]
Message-ID: <20210826221810.215968-1-saeed@kernel.org> (raw)
From: Saeed Mahameed <saeedm@nvidia.com>
Hi Dave and Jakub,
This series introduces some fixes to mlx5 driver.
Please pull and let me know if there is any problem.
Thanks,
Saeed.
---
The following changes since commit 73367f05b25dbd064061aee780638564d15b01d1:
Merge tag 'nfsd-5.14-1' of git://linux-nfs.org/~bfields/linux (2021-08-26 13:26:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2021-08-26
for you to fetch changes up to 6cc64770fb386b10a64a1fe09328396de7bb5262:
net/mlx5: DR, fix a potential use-after-free bug (2021-08-26 15:15:42 -0700)
----------------------------------------------------------------
mlx5-fixes-2021-08-26
----------------------------------------------------------------
Dima Chumak (1):
net/mlx5: Lag, fix multipath lag activation
Dmytro Linkin (1):
net/mlx5e: Use correct eswitch for stack devices with lag
Leon Romanovsky (1):
net/mlx5: Remove all auxiliary devices at the unregister event
Maor Dickman (1):
net/mlx5: E-Switch, Set vhca id valid flag when creating indir fwd group
Roi Dayan (1):
net/mlx5e: Fix possible use-after-free deleting fdb rule
Wentao_Liang (1):
net/mlx5: DR, fix a potential use-after-free bug
drivers/net/ethernet/mellanox/mlx5/core/dev.c | 2 +-
.../net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c | 4 ++--
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 18 ++++++++++++++++++
.../net/ethernet/mellanox/mlx5/core/esw/indir_table.c | 1 +
drivers/net/ethernet/mellanox/mlx5/core/lag.c | 1 +
drivers/net/ethernet/mellanox/mlx5/core/lag_mp.c | 8 ++++++++
drivers/net/ethernet/mellanox/mlx5/core/lag_mp.h | 2 ++
.../net/ethernet/mellanox/mlx5/core/steering/dr_rule.c | 2 +-
8 files changed, 34 insertions(+), 4 deletions(-)
next reply other threads:[~2021-08-26 22:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-26 22:18 Saeed Mahameed [this message]
2021-08-26 22:18 ` [net 1/6] net/mlx5: Lag, fix multipath lag activation Saeed Mahameed
2021-08-27 9:10 ` patchwork-bot+netdevbpf
2021-08-26 22:18 ` [net 2/6] net/mlx5: Remove all auxiliary devices at the unregister event Saeed Mahameed
2021-08-26 22:18 ` [net 3/6] net/mlx5e: Fix possible use-after-free deleting fdb rule Saeed Mahameed
2021-08-26 22:18 ` [net 4/6] net/mlx5: E-Switch, Set vhca id valid flag when creating indir fwd group Saeed Mahameed
2021-08-26 22:18 ` [net 5/6] net/mlx5e: Use correct eswitch for stack devices with lag Saeed Mahameed
2021-08-26 22:18 ` [net 6/6] net/mlx5: DR, fix a potential use-after-free bug Saeed Mahameed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210826221810.215968-1-saeed@kernel.org \
--to=saeed@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=saeedm@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.