]> 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>
Fri, 29 May 2020 20:02:33 +0000 (13:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 May 2020 20:02:33 +0000 (13:02 -0700)
commit5bffc9640a21e0044ee5aeff3b076c87ae8cf33a
tree68d7c6d5fe19bbc2f2c6f0f194391f2bbc1703d4
parent14814ce8493e142f20874d2c98315921441d192e
parent00d3ba88ab9db7ed3f1168ebea31fcd39b0d7c30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next

Steffen Klassert says:

====================
pull request (net-next): ipsec-next 2020-05-29

1) Add IPv6 encapsulation support for ESP over UDP and TCP.
   From Sabrina Dubroca.

2) Remove unneeded reference when initializing xfrm interfaces.
   From Nicolas Dichtel.

3) Remove some indirect calls from the state_afinfo.
   From Florian Westphal.

Please note that this pull request has two merge conflicts

between commit:

  960a0a7543d8 ("xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish")

  from Linus' tree and commit:

    093b5a5476ed ("xfrm: remove output_finish indirection from xfrm_state_afinfo")

    from the ipsec-next tree.

and between commit:

  1cb8f8d4f0bc ("ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl")

  from the net-next tree and commit:

    7cb6b7642922 ("xfrm: add support for UDPv6 encapsulation of ESP")

    from the ipsec-next tree.

Both conflicts can be resolved as done in linux-next.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6_stubs.h
net/ipv4/Kconfig
net/ipv6/Kconfig
net/ipv6/af_inet6.c