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:
78cc88c
)
ipv6: mip6: fix mip6_mh_filter()
author
Eric Dumazet
<edumazet@google.com>
Tue, 25 Sep 2012 20:01:28 +0000
(22:01 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 25 Sep 2012 20:04:44 +0000
(16:04 -0400)
mip6_mh_filter() should not modify its input, or else its caller
would need to recompute ipv6_hdr() if skb->head is reallocated.
Use skb_header_pointer() instead of pskb_may_pull()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found