git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
330966e
)
net: core: handle encapsulation offloads when computing segment lengths
author
Florian Westphal
<fw@strlen.de>
Mon, 20 Oct 2014 11:49:18 +0000
(13:49 +0200)
committer
David S. Miller
<davem@davemloft.net>
Mon, 20 Oct 2014 16:38:13 +0000
(12:38 -0400)
if ->encapsulation is set we have to use inner_tcp_hdrlen and add the
size of the inner network headers too.
This is 'mostly harmless'; tbf might send skb that is slightly over
quota or drop skb even if it would have fit.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c
patch
|
blob
|
history
diff --cc
net/core/skbuff.c
Simple merge