Files
twx-linux/net
YOSHIFUJI Hideaki / $B5HF#1QL@(B fa39df2ff7 [PATCH] IPV6: XFRM: Fix decoding session with preceding extension header(s).
[IPV6] XFRM: Fix decoding session with preceding extension header(s).

We did not correctly decode session with preceding extension
header(s).  This was because we had already pulled preceding
headers, skb->nh.raw + 40 + 1 - skb->data was minus, and
pskb_may_pull() failed.

We now have IP6CB(skb)->nhoff and skb->h.raw, and we can
start parsing / decoding upper layer protocol from current
position.

Tracked down by Noriaki TAKAMIYA <takamiya@po.ntts.co.jp>
and tested by Kazunori Miyazawa <kazunori@miyazawa.org>.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-04-24 09:56:04 -07:00
..
2006-02-13 15:38:42 -08:00
2006-01-11 18:42:14 -08:00
2006-03-19 13:20:06 -08:00
2006-03-04 21:06:29 -08:00
2006-04-24 09:56:03 -07:00
2006-01-11 18:42:14 -08:00
2006-02-09 16:59:48 -08:00
2006-01-11 18:42:14 -08:00
2006-01-17 13:03:54 -08:00
2006-03-08 14:14:01 -08:00
2006-01-11 18:42:14 -08:00
2006-01-12 14:06:31 -08:00