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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 23 Sep 2019 12:39:57 +0000 From: Saeed Mahameed <saeedm@...lanox.com> To: Greg Kroah-Hartman <gregkh@...uxfoundation.org> CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "stable@...r.kernel.org" <stable@...r.kernel.org>, "David S. Miller" <davem@...emloft.net>, Saeed Mahameed <saeedm@...lanox.com> Subject: [PATCH 4.19-stable 0/7] mlx5 checksum fixes for 4.19 Hi Greg, This series includes some upstream patches aimed to fix multiple checksum issues with mlx5 driver in 4.19-stable kernels. Since the patches didn't apply cleanly to 4.19 back when they were submitted for the first time around 5.1 kernel release to the netdev mailing list, i couldn't mark them for -stable 4.19, so now as the issue is being reported on 4.19 LTS kernels, I had to do the backporting and this submission myself. This series required some dependency patches and some manual touches to apply some of them. Please apply to 4.19-stable and let me know if there's any problem. I tested and the patches apply cleanly and work on top of: v4.19.75 Thanks, Saeed. --- Alaa Hleihel (1): net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packets Cong Wang (1): mlx5: fix get_ip_proto() Natali Shechtman (1): net/mlx5e: Set ECN for received packets using CQE indication Or Gerlitz (1): net/mlx5e: Allow reporting of checksum unnecessary Saeed Mahameed (3): net/mlx5e: XDP, Avoid checksum complete when XDP prog is loaded net/mlx5e: Rx, Fixup skb checksum for packets with tail padding net/mlx5e: Rx, Check ip headers sanity drivers/net/ethernet/mellanox/mlx5/core/en.h | 3 + .../ethernet/mellanox/mlx5/core/en_ethtool.c | 28 ++++ .../net/ethernet/mellanox/mlx5/core/en_main.c | 8 ++ .../net/ethernet/mellanox/mlx5/core/en_rx.c | 126 +++++++++++++++--- .../ethernet/mellanox/mlx5/core/en_stats.c | 9 ++ .../ethernet/mellanox/mlx5/core/en_stats.h | 6 + 6 files changed, 165 insertions(+), 15 deletions(-) -- 2.21.0
Powered by blists - more mailing lists