]> 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>
Thu, 30 Jul 2020 21:39:31 +0000 (14:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Jul 2020 21:39:31 +0000 (14:39 -0700)
commit36ecda6594f519c60557c41bbfe6ef2f5025e275
tree40dac5de7a51eeaffe71b6476662ab6d7fed8830
parente41dd5811b6678f1bbfffaf6365b50ae66c69f08
parent1486f4e41fe8e78813cb7c51ede36ec21aa6fff3
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-07-30

Please note that I did the first time now --no-ff merges
of my testing branch into the master branch to include
the [PATCH 0/n] message of a patchset. Please let me
know if this is desirable, or if I should do it any
different.

1) Introduce a oseq-may-wrap flag to disable anti-replay
   protection for manually distributed ICVs as suggested
   in RFC 4303. From Petr VanÄ›k.

2) Patchset to fully support IPCOMP for vti4, vti6 and
   xfrm interfaces. From Xin Long.

3) Switch from a linear list to a hash list for xfrm interface
   lookups. From Eyal Birger.

4) Fixes to not register one xfrm(6)_tunnel object twice.
   From Xin Long.

5) Fix two compile errors that were introduced with the
   IPCOMP support for vti and xfrm interfaces.
   Also from Xin Long.

6) Make the policy hold queue work with VTI. This was
   forgotten when VTI was implemented.

Please pull or let me know if there are problems.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h
net/ipv4/ip_vti.c
net/ipv6/ip6_vti.c
net/xfrm/xfrm_interface.c