commit | 96af69ea2a83d292238bdba20e4508ee967cf8cb | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Sep 25 22:01:28 2012 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 25 16:04:44 2012 -0400 |
tree | bea3edef18f4817519b1084efd6e66c62d9a4f31 | |
parent | 78cc88c408675a7cc42e6d7402c9d90080e0b841 [diff] |
ipv6: mip6: fix mip6_mh_filter() 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>