mbox

[0/2] pull request (net-next): ipsec-next 2022-03-19

Message ID 20220319074240.554227-1-steffen.klassert@secunet.com (mailing list archive)
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git master

Message

Steffen Klassert March 19, 2022, 7:42 a.m. UTC
1) Delete duplicated functions that calls same xfrm_api_check.
   From Leon Romanovsky.

2) Align userland API of the default policy structure to the 
   internal structures. From Nicolas Dichtel.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 000fe940e51f03210bd5fb1061d4d82ed9a7b1b6:

  sfc: The size of the RX recycle ring should be more flexible (2022-02-01 20:34:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git master

for you to fetch changes up to b58b1f563ab78955d37e9e43e02790a85c66ac05:

  xfrm: rework default policy structure (2022-03-18 07:23:12 +0100)

----------------------------------------------------------------
Leon Romanovsky (1):
      xfrm: delete duplicated functions that calls same xfrm_api_check()

Nicolas Dichtel (1):
      xfrm: rework default policy structure

 include/net/netns/xfrm.h |  6 +-----
 include/net/xfrm.h       | 48 ++++++++++++++++++------------------------------
 net/xfrm/xfrm_device.c   | 14 ++------------
 net/xfrm/xfrm_policy.c   | 10 +++++++---
 net/xfrm/xfrm_user.c     | 43 ++++++++++++++++++-------------------------
 5 files changed, 46 insertions(+), 75 deletions(-)