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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 22 Feb 2017 17:20:10 +0200
From:   Saeed Mahameed <saeedm@...lanox.com>
To:     "David S. Miller" <davem@...emloft.net>
Cc:     netdev@...r.kernel.org, Tariq Toukan <tariqt@...lanox.com>,
        Saeed Mahameed <saeedm@...lanox.com>
Subject: [PATCH net 0/6] Mellanox mlx5e fixes for 4.11-rc1

Hi Dave,

This series includes some important bug fixes for mlx5e driver.

Three misc fixes:
>From Mohamad, compilation fix on s390 system
>From Me, A fix for driver unload when switchdev mode is on. 
>From Tariq, HW LRO frag size optimization for when build_skb is not used
(striding RQ mode).

Three CQE compression related fixes:
Two fixes from Tariq and I, to correctly setup CQE compression
parameters on driver load and on arbitrary user modifications.
Last patch, fixes a very critical issue that was originally reported
by Tom, where the driver reported csum errors or even page ref issues
for when cqe compression is enabled and rapidly active.

For your convenience this series was generated on top of net-next branch:
005c3490e9db ('Revert "ath10k: Search SMBIOS for OEM board file extension"')

for -stable:
net/mlx5e: Register/unregister vport representors on interface (for kernel >= 4.9)
net/mlx5e: Do not reduce LRO WQE size when not using build_skb (for kernel >= 4.9)
net/mlx5e: Fix broken CQE compression initialization (for kernel >= 4.9)
net/mlx5e: Update MPWQE stride size when modifying CQE compress state (for kernel >= 4.7)
net/mlx5e: Fix wrong CQE decompression (for kernel >= 4.7)

Thanks,
Saeed.

Mohamad Haj Yahia (1):
  net/mlx5e: s390 system compilation fix

Saeed Mahameed (2):
  net/mlx5e: Register/unregister vport representors on interface
    attach/detach
  net/mlx5e: Update MPWQE stride size when modifying CQE compress state

Tariq Toukan (3):
  net/mlx5e: Do not reduce LRO WQE size when not using build_skb
  net/mlx5e: Fix broken CQE compression initialization
  net/mlx5e: Fix wrong CQE decompression

 drivers/net/ethernet/mellanox/mlx5/core/en.h       |  1 +
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   |  1 +
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  | 40 +++++++++++++---------
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    | 15 ++++----
 .../net/ethernet/mellanox/mlx5/core/en_selftest.c  |  1 +
 5 files changed, 35 insertions(+), 23 deletions(-)

-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ