lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 26 Nov 2022 12:02:53 +0100
From:   Steffen Klassert <steffen.klassert@...unet.com>
To:     David Miller <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>
CC:     Herbert Xu <herbert@...dor.apana.org.au>,
        Steffen Klassert <steffen.klassert@...unet.com>,
        <netdev@...r.kernel.org>
Subject: [PATCH 0/10] pull request (net-next): ipsec-next 2022-11-26

1) Remove redundant variable in esp6.
   From Colin Ian King.

2) Update x->lastused for every packet. It was used only for
   outgoing mobile IPv6 packets, but showed to be usefull
   to check if the a SA is still in use in general.
   From Antony Antony.

3) Remove unused variable in xfrm_byidx_resize.
   From Leon Romanovsky.

4) Finalize extack support for xfrm.
   From Sabrina Dubroca.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit e2ac2a00dae10997b71870ecf26ca69f4d726537:

  enic: define constants for legacy interrupts offset (2022-10-18 19:34:28 -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 b198d7b40ad946206217224b8379626a089f73ed:

  Merge branch 'xfrm: add extack support to some more message types' (2022-11-26 11:32:19 +0100)

----------------------------------------------------------------
Antony Antony (1):
      xfrm: update x->lastused for every packet

Colin Ian King (1):
      esp6: remove redundant variable err

Leon Romanovsky (1):
      xfrm: Remove not-used total variable

Sabrina Dubroca (7):
      xfrm: a few coding style clean ups
      xfrm: add extack to xfrm_add_sa_expire
      xfrm: add extack to xfrm_del_sa
      xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_len
      xfrm: add extack to xfrm_do_migrate
      xfrm: add extack to xfrm_alloc_userspi
      xfrm: add extack to xfrm_set_spdinfo

Steffen Klassert (1):
      Merge branch 'xfrm: add extack support to some more message types'

 include/net/xfrm.h      |  8 +++--
 net/ipv6/esp6_offload.c |  3 +-
 net/key/af_key.c        |  6 ++--
 net/xfrm/xfrm_input.c   |  1 +
 net/xfrm/xfrm_output.c  |  3 +-
 net/xfrm/xfrm_policy.c  | 37 +++++++++++++++-------
 net/xfrm/xfrm_state.c   | 21 ++++++++++---
 net/xfrm/xfrm_user.c    | 84 +++++++++++++++++++++++++++++++++++--------------
 8 files changed, 114 insertions(+), 49 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ