projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c67ff
)
gre: When GRE csum is present count as encap layer wrt csum
author
Tom Herbert
<therbert@google.com>
Fri, 22 Aug 2014 20:34:52 +0000
(13:34 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 25 Aug 2014 01:09:24 +0000
(18:09 -0700)
In GRE demux if the GRE checksum pop rcv encapsulation so that any
encapsulated checksums are treated as tunnel checksums.
Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/gre_demux.c
patch
|
blob
|
history
diff --git
a/net/ipv4/gre_demux.c
b/net/ipv4/gre_demux.c
index
0485bf7
..
7c1a8ff
100644
(file)
--- a/
net/ipv4/gre_demux.c
+++ b/
net/ipv4/gre_demux.c
@@
-125,6
+125,7
@@
static int parse_gre_header(struct sk_buff *skb, struct tnl_ptk_info *tpi,
*csum_err = true;
return -EINVAL;
}
+ skb_pop_rcv_encapsulation(skb);
options++;
}