All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] Fix bad offload warning when sending UDP GSO from a tunnel device
@ 2024-07-25  9:55 Jakub Sitnicki
  2024-07-25  9:55 ` [PATCH net 1/2] udp: Mark GSO packets as CHECKSUM_UNNECESSARY early on on output Jakub Sitnicki
  2024-07-25  9:55 ` [PATCH net 2/2] selftests/net: Add coverage for UDP GSO with egress from tunnel Jakub Sitnicki
  0 siblings, 2 replies; 7+ messages in thread
From: Jakub Sitnicki @ 2024-07-25  9:55 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Willem de Bruijn, kernel-team, syzbot+e15b7e15b8a751a91d9a

This series addresses a recent regression report from syzbot [1].
Please see patch 1 description for details.

[1] https://lore.kernel.org/all/000000000000e1609a061d5330ce@google.com/

Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com>
---
Jakub Sitnicki (2):
      udp: Mark GSO packets as CHECKSUM_UNNECESSARY early on on output
      selftests/net: Add coverage for UDP GSO with egress from tunnel

 net/ipv4/udp.c                        |  7 ++++++
 net/ipv4/udp_offload.c                |  8 -------
 net/ipv6/udp.c                        |  7 ++++++
 tools/testing/selftests/net/udpgso.sh | 41 ++++++++++++++++++++++++++++++++---
 4 files changed, 52 insertions(+), 11 deletions(-)


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

end of thread, other threads:[~2024-07-29 22:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25  9:55 [PATCH net 0/2] Fix bad offload warning when sending UDP GSO from a tunnel device Jakub Sitnicki
2024-07-25  9:55 ` [PATCH net 1/2] udp: Mark GSO packets as CHECKSUM_UNNECESSARY early on on output Jakub Sitnicki
2024-07-25 14:21   ` Willem de Bruijn
2024-07-26 11:23     ` Jakub Sitnicki
2024-07-26 13:58       ` Willem de Bruijn
2024-07-29 22:10         ` Jakub Sitnicki
2024-07-25  9:55 ` [PATCH net 2/2] selftests/net: Add coverage for UDP GSO with egress from tunnel Jakub Sitnicki

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.