mbox series

pull request (net-next): ipsec-next 2021-06-28

Message ID 20210628054522.1718786-1-steffen.klassert@secunet.com (mailing list archive)
State Accepted
Commit 1b077ce1c5be7cdb0e40ea2c2565ed8c878b05e9
Delegated to: Netdev Maintainers
Headers show
Series pull request (net-next): ipsec-next 2021-06-28 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Guessing tree name failed - patch did not apply

Message

Steffen Klassert June 28, 2021, 5:45 a.m. UTC
1) Remove an unneeded error assignment in esp4_gro_receive().
   From Yang Li.

2) Add a new byseq state hashtable to find acquire states faster.
   From Sabrina Dubroca.

3) Remove some unnecessary variables in pfkey_create().
   From zuoqilin.

4) Remove the unused description from xfrm_type struct.
   From Florian Westphal.

5) Fix a spelling mistake in the comment of xfrm_state_ok().
   From gushengxian.

6) Replace hdr_off indirections by a small helper function.
   From Florian Westphal.

7) Remove xfrm4_output_finish and xfrm6_output_finish declarations,
   they are not used anymore.From Antony Antony.

8) Remove xfrm replay indirections.
   From Florian Westphal.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit ea89c862f01e02ec459932c7c3113fa37aedd09a:

  net: mana: Use struct_size() in kzalloc() (2021-05-13 15:58:46 -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 b5a1d1fe0cbb9d20ba661134a09561af1dc9ebf5:

  xfrm: replay: remove last replay indirection (2021-06-21 09:55:06 +0200)

----------------------------------------------------------------
Antony Antony (1):
      xfrm: delete xfrm4_output_finish xfrm6_output_finish declarations

Florian Westphal (12):
      xfrm: remove description from xfrm_type struct
      xfrm: ipv6: add xfrm6_hdr_offset helper
      xfrm: ipv6: move mip6_destopt_offset into xfrm core
      xfrm: ipv6: move mip6_rthdr_offset into xfrm core
      xfrm: remove hdr_offset indirection
      xfrm: merge dstopt and routing hdroff functions
      xfrm: avoid compiler warning when ipv6 is disabled
      xfrm: replay: avoid xfrm replay notify indirection
      xfrm: replay: remove advance indirection
      xfrm: replay: remove recheck indirection
      xfrm: replay: avoid replay indirection
      xfrm: replay: remove last replay indirection

Sabrina Dubroca (1):
      xfrm: add state hashtable keyed by seq

Yang Li (1):
      esp: drop unneeded assignment in esp4_gro_receive()

gushengxian (1):
      xfrm: policy: fix a spelling mistake

zuoqilin (1):
      net: Remove unnecessary variables

 include/net/netns/xfrm.h |   1 +
 include/net/xfrm.h       |  37 +++++-----
 net/ipv4/ah4.c           |   1 -
 net/ipv4/esp4.c          |   1 -
 net/ipv4/esp4_offload.c  |   4 +-
 net/ipv4/ipcomp.c        |   1 -
 net/ipv4/xfrm4_tunnel.c  |   1 -
 net/ipv6/ah6.c           |   2 -
 net/ipv6/esp6.c          |   2 -
 net/ipv6/esp6_offload.c  |   1 -
 net/ipv6/ipcomp6.c       |   2 -
 net/ipv6/mip6.c          |  99 ---------------------------
 net/ipv6/xfrm6_output.c  |   7 --
 net/ipv6/xfrm6_tunnel.c  |   1 -
 net/key/af_key.c         |   6 +-
 net/xfrm/xfrm_hash.h     |   7 ++
 net/xfrm/xfrm_input.c    |   6 +-
 net/xfrm/xfrm_output.c   |  83 ++++++++++++++++++++++-
 net/xfrm/xfrm_policy.c   |   2 +-
 net/xfrm/xfrm_replay.c   | 171 ++++++++++++++++++++++++++++-------------------
 net/xfrm/xfrm_state.c    |  67 +++++++++++++++----
 21 files changed, 266 insertions(+), 236 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 28, 2021, 8:40 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net-next.git (refs/heads/master):

On Mon, 28 Jun 2021 07:45:05 +0200 you wrote:
> 1) Remove an unneeded error assignment in esp4_gro_receive().
>    From Yang Li.
> 
> 2) Add a new byseq state hashtable to find acquire states faster.
>    From Sabrina Dubroca.
> 
> 3) Remove some unnecessary variables in pfkey_create().
>    From zuoqilin.
> 
> [...]

Here is the summary with links:
  - pull request (net-next): ipsec-next 2021-06-28
    https://git.kernel.org/netdev/net-next/c/1b077ce1c5be

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html