lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 22 Jun 2021 15:43:00 -0700
From:   Saeed Mahameed <saeed@...nel.org>
To:     Jakub Kicinski <kuba@...nel.org>,
        "David S. Miller" <davem@...emloft.net>
Cc:     netdev@...r.kernel.org, Saeed Mahameed <saeedm@...dia.com>
Subject: [pull request][net-next] mlx5 net-next 2021-06-22

From: Saeed Mahameed <saeedm@...dia.com>

Hi Dave, Jakub,

This series includes only commits that been already reviewed on netdev
ML, hence this pr is not followed by the patches to avoid noise.

For more information please see tag log below.

Please pull and let me know if there is any problem.

Thanks,
Saeed.

---
The following changes since commit ef2c3ddaa4ed0b1d9de34378d08d3e24a3fec7ac:

  ibmvnic: Use strscpy() instead of strncpy() (2021-06-21 14:52:16 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-net-next-2021-06-22

for you to fetch changes up to f1267798c9809283ff45664bc2c4e465f1500a4b:

  net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offload (2021-06-22 15:24:35 -0700)

----------------------------------------------------------------
mlx5-net-next-2021-06-22

1) Various minor cleanups and fixes from net-next branch
2) Optimize mlx5 feature check on tx and
   a fix to allow Vxlan with Ipsec offloads

----------------------------------------------------------------
Colin Ian King (1):
      net/mlx5: Fix spelling mistake "enught" -> "enough"

Huy Nguyen (3):
      net/mlx5: Optimize mlx5e_feature_checks for non IPsec packet
      net/xfrm: Add inner_ipproto into sec_path
      net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offload

Jiapeng Chong (1):
      net/mlx5: Fix missing error code in mlx5_init_fs()

Nathan Chancellor (1):
      net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()

caihuoqing (1):
      net/mlx5: remove "default n" from Kconfig

 drivers/net/ethernet/mellanox/mlx5/core/Kconfig    |  9 ---
 .../mellanox/mlx5/core/en_accel/ipsec_rxtx.c       | 65 ++++++++++++++++------
 .../mellanox/mlx5/core/en_accel/ipsec_rxtx.h       | 37 +++++++++---
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  8 ++-
 drivers/net/ethernet/mellanox/mlx5/core/eq.c       |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |  5 +-
 drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c  |  2 +-
 include/net/xfrm.h                                 |  1 +
 net/xfrm/xfrm_output.c                             | 41 +++++++++++++-
 9 files changed, 130 insertions(+), 40 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ