All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steffen Klassert <steffen.klassert@secunet.com>
To: David Miller <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
	Steffen Klassert <steffen.klassert@secunet.com>,
	<netdev@vger.kernel.org>
Subject: pull request (net-next): ipsec-next 2021-08-27
Date: Fri, 27 Aug 2021 09:50:12 +0200	[thread overview]
Message-ID: <20210827075015.2584560-1-steffen.klassert@secunet.com> (raw)

1) Remove an unneeded extra variable in esp4 esp_ssg_unref.
   From Corey Minyard.

2) Add a configuration option to change the default behaviour
   to block traffic if there is no matching policy.
   Joint work with Christian Langrock and Antony Antony.

3) Fix a shift-out-of-bounce bug reported from syzbot.
   From Pavel Skripkin.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit c18e9405d46aa08bb4b55a35ee9bcc66ef3e89e0:

  Merge branch 's390-next' (2021-07-20 06:23:50 -0700)

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 5d8dbb7fb82b8661c16d496644b931c0e2e3a12e:

  net: xfrm: fix shift-out-of-bounce (2021-07-29 08:04:10 +0200)

----------------------------------------------------------------
Corey Minyard (1):
      ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref()

Pavel Skripkin (1):
      net: xfrm: fix shift-out-of-bounce

Steffen Klassert (1):
      xfrm: Add possibility to set the default to block if we have no policy

 include/net/netns/xfrm.h  |  7 ++++++
 include/net/xfrm.h        | 36 +++++++++++++++++++++++++-----
 include/uapi/linux/xfrm.h | 11 +++++++++
 net/ipv4/esp4.c           |  4 +---
 net/xfrm/xfrm_policy.c    | 16 +++++++++++++
 net/xfrm/xfrm_user.c      | 57 +++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 122 insertions(+), 9 deletions(-)

             reply	other threads:[~2021-08-27  7:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-27  7:50 Steffen Klassert [this message]
2021-08-27  7:50 ` [PATCH 1/3] ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref() Steffen Klassert
2021-08-27  7:50 ` [PATCH 2/3] xfrm: Add possibility to set the default to block if we have no policy Steffen Klassert
2021-08-27  7:50 ` [PATCH 3/3] net: xfrm: fix shift-out-of-bounce Steffen Klassert
2021-08-27 10:20 ` pull request (net-next): ipsec-next 2021-08-27 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210827075015.2584560-1-steffen.klassert@secunet.com \
    --to=steffen.klassert@secunet.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.