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:
787e920
)
tcp6: Add GRO support
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 8 Jan 2009 18:41:23 +0000
(10:41 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 8 Jan 2009 18:41:23 +0000
(10:41 -0800)
This patch adds GRO support for TCP over IPv6. The code is exactly
the same as the IPv4 version except for the pseudo-header checksum
computation.
Note that I've removed the unused tcphdr argument from tcp_v6_check
rather than invent a bogus value for GRO.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found