From: Masahide NAKAMURA Date: Thu, 24 Aug 2006 01:11:50 +0000 (-0700) Subject: [XFRM] STATE: Support non-fragment outbound transformation headers. X-Git-Tag: v2.6.19-rc1~1272^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b5c229987dc4d0c92a38fac0cde2aeec08cd775;p=pandora-kernel.git [XFRM] STATE: Support non-fragment outbound transformation headers. For originated outbound IPv6 packets which will fragment, ip6_append_data() should know length of extension headers before sending them and the length is carried by dst_entry. IPv6 IPsec headers fragment then transformation was designed to place all headers after fragment header. OTOH Mobile IPv6 extension headers do not fragment then it is a good idea to make dst_entry have non-fragment length to tell it to ip6_append_data(). Signed-off-by: Masahide NAKAMURA Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed