All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull request][net 00/12] mlx5 fixes 2021-11-16
@ 2021-11-16 20:23 Saeed Mahameed
  2021-11-16 20:23 ` [net 01/12] net/mlx5e: kTLS, Fix crash in RX resync flow Saeed Mahameed
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Saeed Mahameed @ 2021-11-16 20:23 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski; +Cc: netdev, Saeed Mahameed

From: Saeed Mahameed <saeedm@nvidia.com>

Hi Dave, Hi Jakub,

Please pull this mlx5 fixes series, or let me know in case of any problem.

Thanks,
Saeed.

The following changes since commit 848e5d66fa3105b4136c95ddbc5654e9c43ba7d7:

  Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue (2021-11-16 13:27:32 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2021-11-16

for you to fetch changes up to c4c3176739dfa6efcc5b1d1de4b3fd2b51b048c7:

  net/mlx5: E-Switch, return error if encap isn't supported (2021-11-16 12:20:23 -0800)

----------------------------------------------------------------
mlx5-fixes-2021-11-16

----------------------------------------------------------------
Avihai Horon (1):
      net/mlx5: Fix flow counters SF bulk query len

Maher Sanalla (1):
      net/mlx5: Lag, update tracker when state change event received

Mark Bloch (1):
      net/mlx5: E-Switch, rebuild lag only when needed

Neta Ostrovsky (1):
      net/mlx5: Update error handler for UCTX and UMEM

Paul Blakey (1):
      net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev

Raed Salem (1):
      net/mlx5: E-Switch, return error if encap isn't supported

Roi Dayan (1):
      net/mlx5e: CT, Fix multiple allocations and memleak of mod acts

Tariq Toukan (1):
      net/mlx5e: kTLS, Fix crash in RX resync flow

Valentine Fatiev (1):
      net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()

Vlad Buslov (1):
      net/mlx5e: Wait for concurrent flow deletion during neigh/fib events

Yevgeny Kliteynik (2):
      net/mlx5: DR, Handle eswitch manager and uplink vports separately
      net/mlx5: DR, Fix check for unsupported fields in match param

 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |  4 +-
 drivers/net/ethernet/mellanox/mlx5/core/cq.c       |  5 +-
 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c  |  4 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 26 ++++++----
 drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.h |  2 +
 .../net/ethernet/mellanox/mlx5/core/en/tc_priv.h   |  1 +
 .../ethernet/mellanox/mlx5/core/en/tc_tun_encap.c  |  8 +++-
 .../ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c | 23 ++++++---
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    | 10 +++-
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  | 21 ++++++--
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c |  9 +---
 .../net/ethernet/mellanox/mlx5/core/fs_counters.c  |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c  | 28 +++++------
 .../mellanox/mlx5/core/steering/dr_domain.c        | 56 +++++++++-------------
 .../mellanox/mlx5/core/steering/dr_matcher.c       | 11 +++--
 .../mellanox/mlx5/core/steering/dr_types.h         |  1 +
 include/linux/mlx5/eswitch.h                       |  4 +-
 17 files changed, 124 insertions(+), 91 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-11-17 11:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 20:23 [pull request][net 00/12] mlx5 fixes 2021-11-16 Saeed Mahameed
2021-11-16 20:23 ` [net 01/12] net/mlx5e: kTLS, Fix crash in RX resync flow Saeed Mahameed
2021-11-17 11:10   ` patchwork-bot+netdevbpf
2021-11-16 20:23 ` [net 02/12] net/mlx5e: Wait for concurrent flow deletion during neigh/fib events Saeed Mahameed
2021-11-16 20:23 ` [net 03/12] net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev Saeed Mahameed
2021-11-16 20:23 ` [net 04/12] net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove() Saeed Mahameed
2021-11-16 20:23 ` [net 05/12] net/mlx5: DR, Handle eswitch manager and uplink vports separately Saeed Mahameed
2021-11-16 20:23 ` [net 06/12] net/mlx5: DR, Fix check for unsupported fields in match param Saeed Mahameed
2021-11-16 20:23 ` [net 07/12] net/mlx5: Update error handler for UCTX and UMEM Saeed Mahameed
2021-11-16 20:23 ` [net 08/12] net/mlx5: E-Switch, rebuild lag only when needed Saeed Mahameed
2021-11-16 20:23 ` [net 09/12] net/mlx5: Fix flow counters SF bulk query len Saeed Mahameed
2021-11-16 20:23 ` [net 10/12] net/mlx5e: CT, Fix multiple allocations and memleak of mod acts Saeed Mahameed
2021-11-16 20:23 ` [net 11/12] net/mlx5: Lag, update tracker when state change event received Saeed Mahameed
2021-11-16 20:23 ` [net 12/12] net/mlx5: E-Switch, return error if encap isn't supported Saeed Mahameed

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.