All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pull request (net): ipsec 2022-05-18
@ 2022-05-18  8:19 Steffen Klassert
  2022-05-18  8:19 ` [PATCH 1/3] xfrm: fix "disable_policy" flag use when arriving from different devices Steffen Klassert
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Steffen Klassert @ 2022-05-18  8:19 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski; +Cc: Herbert Xu, Steffen Klassert, netdev

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(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-18 12:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18  8:19 [PATCH 0/3] pull request (net): ipsec 2022-05-18 Steffen Klassert
2022-05-18  8:19 ` [PATCH 1/3] xfrm: fix "disable_policy" flag use when arriving from different devices Steffen Klassert
2022-05-18 12:00   ` patchwork-bot+netdevbpf
2022-05-18  8:19 ` [PATCH 2/3] net: af_key: add check for pfkey_broadcast in function pfkey_process Steffen Klassert
2022-05-18  8:19 ` [PATCH 3/3] net: af_key: check encryption module availability consistency Steffen Klassert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.