]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec...
authorDavid S. Miller <davem@davemloft.net>
Mon, 30 Sep 2013 19:11:00 +0000 (15:11 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Sep 2013 19:24:57 +0000 (15:24 -0400)
commita1705dd80eeaf5e337872752e1b69f5a0dbe97b5
treeb48e40d0e619a1c1a82be374fbd458584a9d6094
parentbf739735fb1cecc187782ece09bbc25e324e5167
parentb30b71df333f68d14b106e9f4396823b46b65d36
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next

Conflicts:
include/net/xfrm.h

Simple conflict between Joe Perches "extern" removal for function
declarations in header files and the changes in Steffen's tree.

Steffen Klassert says:

====================
Two patches that are left from the last development cycle.
Manual merging of include/net/xfrm.h is needed. The conflict
can be solved as it is currently done in linux-next.

1) We announce the creation of temporary acquire state via an asyc event,
   so the deletion should be annunced too. From Nicolas Dichtel.

2) The VTI tunnels do not real tunning, they just provide a routable
   IPsec tunnel interface. So introduce and use xfrm_tunnel_notifier
   instead of xfrm_tunnel for xfrm tunnel mode callback. From Fan Du.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h
net/ipv4/xfrm4_mode_tunnel.c
net/xfrm/xfrm_state.c