From: Herbert Xu Date: Tue, 9 Oct 2007 00:16:30 +0000 (-0700) Subject: [IPSEC]: Move common output code to xfrm_output X-Git-Tag: v2.6.24-rc1~1454^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406ef77c893ebd882209be4e393d64b01fe72054;p=pandora-kernel.git [IPSEC]: Move common output code to xfrm_output Most of the code in xfrm4_output_one and xfrm6_output_one are identical so this patch moves them into a common xfrm_output function which will live in net/xfrm. In fact this would seem to fix a bug as on IPv4 we never reset the network header after a transform which may upset netfilter later on. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed