commit | c7ef8f0c020ac43c8a692bf989017c06ab1fdf0f | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Fri Apr 14 10:05:36 2017 +0200 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Fri Apr 14 10:05:36 2017 +0200 |
tree | 8ff1fd1e7fca430750d2dba917bdf63973d46d3b | |
parent | f221dcd91d20cdcb893cf6e9c8894b7d6c97d649 [diff] [blame] |
net: Add ESP offload features This patch adds netdev features to configure IPsec offloads. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 741d75c..81ef53f 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h
@@ -492,6 +492,8 @@ enum { SKB_GSO_TUNNEL_REMCSUM = 1 << 14, SKB_GSO_SCTP = 1 << 15, + + SKB_GSO_ESP = 1 << 16, }; #if BITS_PER_LONG > 32