]> 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)
commit3252954fe26d26c30e9ed04cc368607aebe39d20
tree68d7c6d5fe19bbc2f2c6f0f194391f2bbc1703d4
parent3d540dfff7ca64c724c9496a54f6d5cee668c3cb
parent5699e025ad91a89405d29cad9cb72aaacc9f6773
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:

  2295996ba422 ("xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish")

  from Linus' tree and commit:

    bb9801879c22 ("xfrm: remove output_finish indirection from xfrm_state_afinfo")

    from the ipsec-next tree.

and between commit:

  5bb3c8994a55 ("ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl")

  from the net-next tree and commit:

    654d11700501 ("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