All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: add support for ip generic checksum offload for gre
@ 2021-01-24  8:44 Xin Long
  2021-01-24  8:44 ` [PATCH net-next 1/2] net: support ip generic csum processing in skb_csum_hwoffload_help Xin Long
  2021-01-24  8:44 ` [PATCH net-next 2/2] ip_gre: add csum offload support for gre header Xin Long
  0 siblings, 2 replies; 5+ messages in thread
From: Xin Long @ 2021-01-24  8:44 UTC (permalink / raw)
  To: network dev
  Cc: Marcelo Ricardo Leitner, davem, Jakub Kicinski, Davide Caratti,
	Alexander Duyck

This patchset it to add ip generic csum processing first in
skb_csum_hwoffload_help() in Patch 1/2 and then add csum
offload support for GRE header in Patch 2/2.

v1->v2:
  - See each patch's changelog.

Xin Long (2):
  net: support ip generic csum processing in skb_csum_hwoffload_help
  ip_gre: add csum offload support for gre header

 include/net/gre.h      | 19 +++++++------------
 net/core/dev.c         | 13 ++++++++++++-
 net/ipv4/gre_offload.c | 15 +++++++++++++--
 3 files changed, 32 insertions(+), 15 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2021-01-28  9:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-24  8:44 [PATCH net-next 0/2] net: add support for ip generic checksum offload for gre Xin Long
2021-01-24  8:44 ` [PATCH net-next 1/2] net: support ip generic csum processing in skb_csum_hwoffload_help Xin Long
2021-01-26  1:58   ` Willem de Bruijn
2021-01-28  9:13     ` Xin Long
2021-01-24  8:44 ` [PATCH net-next 2/2] ip_gre: add csum offload support for gre header Xin Long

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.