Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Feb 2014 21:19:41 +0000 (16:19 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Feb 2014 21:19:41 +0000 (16:19 -0500)
commit23187212e7c3664f6a0d8ccd83b6d32c05aeafcb
tree68e3c4c32c1295bb65da6f936be890290670c992
parentbf439b3154ce49d81a79b14f9fab18af99018ae2
parent3a9016f97fdc8bfbb26ff36ba8f3dc9162eb691b
Merge branch 'master' of git://git./linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
1) Build fix for ip_vti when NET_IP_TUNNEL is not set.
   We need this set to have ip_tunnel_get_stats64()
   available.

2) Fix a NULL pointer dereference on sub policy usage.
   We try to access a xfrm_state from the wrong array.

3) Take xfrm_state_lock in xfrm_migrate_state_find(),
   we need it to traverse through the state lists.

4) Clone states properly on migration, otherwise we crash
   when we migrate a state with aead algorithm attached.

5) Fix unlink race when between thread context and timer
   when policies are deleted.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>