]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit7b77d161ce7e480a660692cab079712fc0268ba2
treeb48e40d0e619a1c1a82be374fbd458584a9d6094
parent44a504c74ad338ccbbb9003f378d56576bdbf785
parentaba8269588301f7778bea811d6f7ec74c2e37279
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