mbox

[0/3] pull request (net): ipsec 2022-05-18

Message ID 20220518081938.2075278-1-steffen.klassert@secunet.com (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show

Pull-request

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

Message

Steffen Klassert May 18, 2022, 8:19 a.m. UTC
1) Fix "disable_policy" flag use when arriving from different devices.
   From Eyal Birger.

2) Fix error handling of pfkey_broadcast in function pfkey_process.
   From Jiasheng Jiang.

3) Check the encryption module availability consistency in pfkey.
   From Thomas Bartschies.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 79396934e289dbc501316c1d1f975bb4c88ae460:

  net: dsa: b53: convert to phylink_pcs (2022-05-01 17:51:06 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 015c44d7bff3f44d569716117becd570c179ca32:

  net: af_key: check encryption module availability consistency (2022-05-18 09:42:16 +0200)

----------------------------------------------------------------
Eyal Birger (1):
      xfrm: fix "disable_policy" flag use when arriving from different devices

Jiasheng Jiang (1):
      net: af_key: add check for pfkey_broadcast in function pfkey_process

Thomas Bartschies (1):
      net: af_key: check encryption module availability consistency

 include/net/ip.h   |  1 +
 include/net/xfrm.h | 14 +++++++++++++-
 net/ipv4/route.c   | 23 ++++++++++++++++++-----
 net/key/af_key.c   | 12 +++++++-----
 4 files changed, 39 insertions(+), 11 deletions(-)