mbox series

[net-next,0/2] net: add support for ip generic checksum offload for gre

Message ID cover.1611477858.git.lucien.xin@gmail.com
Headers show
Series net: add support for ip generic checksum offload for gre | expand

Message

Xin Long Jan. 24, 2021, 8:44 a.m. UTC
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(-)