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:
f61944e
)
[IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on input
author
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 15 Oct 2007 08:29:10 +0000
(
01:29
-0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 15 Oct 2007 19:26:31 +0000
(12:26 -0700)
This patch replaces unnecessary uses of skb_copy by pskb_expand_head
on the IPv6 input path.
This allows us to remove the double pointers later.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found