Files
ubports_kernel_google_msm/include/linux
Patrick McHardy 16a6677fdf [XFRM]: Netfilter IPsec output hooks
Call netfilter hooks before IPsec transforms. Packets visit the
FORWARD/LOCAL_OUT and POST_ROUTING hook before the first encapsulation
and the LOCAL_OUT and POST_ROUTING hook before each following tunnel mode
transform.

Patch from Herbert Xu <herbert@gondor.apana.org.au>:

Move the loop from dst_output into xfrm4_output/xfrm6_output since they're
the only ones who need to it. xfrm{4,6}_output_one() processes the first SA
all subsequent transport mode SAs and is called in a loop that calls the
netfilter hooks between each two calls.

In order to avoid the tail call issue, I've added the inline function
nf_hook which is nf_hook_slow plus the empty list check.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-07 12:57:28 -08:00
..
2006-01-06 14:58:39 -05:00
2006-01-04 12:40:39 +00:00
2005-11-13 18:14:17 -08:00
2006-01-03 13:11:06 -08:00
2005-11-13 18:14:10 -08:00
2006-01-06 14:58:54 -05:00
2005-11-10 02:26:41 +01:00
2005-11-22 19:39:30 -08:00
2006-01-05 22:16:26 -08:00
2006-01-06 08:33:54 -08:00
2005-12-15 02:20:15 +01:00
2005-11-08 17:14:08 +01:00
2005-11-08 09:40:47 -08:00
2006-01-06 13:24:54 -08:00
2006-01-06 13:24:29 -08:00
2006-01-06 08:33:53 -08:00
2006-01-06 08:33:59 -08:00
2006-01-06 08:33:29 -08:00
2005-12-12 08:57:43 -08:00
2005-11-28 14:42:23 -08:00
2005-11-07 18:18:11 -08:00
2005-11-09 07:56:00 -08:00
2006-01-06 08:33:20 -08:00
2006-01-03 13:11:15 -08:00
2006-01-06 08:33:29 -08:00
2005-11-13 18:14:12 -08:00
2006-01-06 08:33:56 -08:00
2005-11-13 18:14:15 -08:00
2006-01-06 08:33:27 -08:00
2006-01-03 14:06:50 -08:00
2005-12-12 08:57:42 -08:00