netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4.19-stable 0/7] mlx5 checksum fixes for 4.19
@ 2019-09-23 12:39 Saeed Mahameed
  2019-09-23 12:40 ` [PATCH 4.19-stable 1/7] net/mlx5e: Set ECN for received packets using CQE indication Saeed Mahameed
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Saeed Mahameed @ 2019-09-23 12:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: netdev, stable, David S. Miller, Saeed Mahameed

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


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

end of thread, other threads:[~2019-09-24 16:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-23 12:39 [PATCH 4.19-stable 0/7] mlx5 checksum fixes for 4.19 Saeed Mahameed
2019-09-23 12:40 ` [PATCH 4.19-stable 1/7] net/mlx5e: Set ECN for received packets using CQE indication Saeed Mahameed
2019-09-23 12:40 ` [PATCH 4.19-stable 2/7] net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packets Saeed Mahameed
2019-09-23 12:40 ` [PATCH 4.19-stable 3/7] mlx5: fix get_ip_proto() Saeed Mahameed
2019-09-23 12:40 ` [PATCH 4.19-stable 4/7] net/mlx5e: Allow reporting of checksum unnecessary Saeed Mahameed
2019-09-23 12:40 ` [PATCH 4.19-stable 5/7] net/mlx5e: XDP, Avoid checksum complete when XDP prog is loaded Saeed Mahameed
2019-09-23 12:40 ` [PATCH 4.19-stable 6/7] net/mlx5e: Rx, Fixup skb checksum for packets with tail padding Saeed Mahameed
2019-09-23 12:40 ` [PATCH 4.19-stable 7/7] net/mlx5e: Rx, Check ip headers sanity Saeed Mahameed
2019-09-23 15:51 ` [PATCH 4.19-stable 0/7] mlx5 checksum fixes for 4.19 David Miller
2019-09-24 16:28   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).