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:
212124d
)
ipv6: gso: make ipv6_gso_segment() stackable
author
Eric Dumazet
<edumazet@google.com>
Mon, 21 Oct 2013 03:47:29 +0000
(20:47 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 21 Oct 2013 22:49:39 +0000
(18:49 -0400)
In order to support GSO on SIT tunnels, we need to make
inet_gso_segment() stackable.
It should not assume network header starts right after mac
header.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found