]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Fix skb data reallocation handling in IPSEC
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 27 Feb 2007 19:08:33 +0000 (11:08 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Mar 2007 18:50:26 +0000 (10:50 -0800)
commit03670c6e904a3d9651233f08ead30f530a9a29a2
tree70c9a9f095daa59bcf3db4e38a6d44e3f8a54c0f
parentc7c5f798fc566b10c91cd436a0ffdc40b9eccd1e
Fix skb data reallocation handling in IPSEC

[XFRM_TUNNEL]: Reload header pointer after pskb_may_pull/pskb_expand_head

Please consider applying, this was found on your latest
net-2.6 tree while playing around with that ip_hdr() + turn
skb->nh/h/mac pointers  as offsets on 64 bits idea :-)

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/xfrm4_mode_tunnel.c