netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request (net): ipsec 2019-07-05
@ 2019-07-05  8:26 Steffen Klassert
  2019-07-05  8:26 ` [PATCH 1/7] xfrm: Fix xfrm sel prefix length validation Steffen Klassert
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Steffen Klassert @ 2019-07-05  8:26 UTC (permalink / raw)
  To: David Miller; +Cc: Herbert Xu, Steffen Klassert, netdev

1)  Fix xfrm selector prefix length validation for
    inter address family tunneling.
    From Anirudh Gupta.

2) Fix a memleak in pfkey.
   From Jeremy Sowden.

3) Fix SA selector validation to allow empty selectors again.
   From Nicolas Dichtel.

4) Select crypto ciphers for xfrm_algo, this fixes some
   randconfig builds. From Arnd Bergmann.

5) Remove a duplicated assignment in xfrm_bydst_resize.
   From Cong Wang.

6) Fix a hlist corruption on hash rebuild.
   From Florian Westphal.

7) Fix a memory leak when creating xfrm interfaces.
   From Nicolas Dichtel.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit af8f3fb7fb077c9df9fed97113a031e792163def:

  net: stmmac: dma channel control register need to be init first (2019-05-20 20:55:39 -0400)

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 56c5ee1a5823e9cf5288b84ae6364cb4112f8225:

  xfrm interface: fix memory leak on creation (2019-07-03 10:53:06 +0200)

----------------------------------------------------------------
Anirudh Gupta (1):
      xfrm: Fix xfrm sel prefix length validation

Arnd Bergmann (1):
      ipsec: select crypto ciphers for xfrm_algo

Cong Wang (1):
      xfrm: remove a duplicated assignment

Florian Westphal (1):
      xfrm: policy: fix bydst hlist corruption on hash rebuild

Jeremy Sowden (1):
      af_key: fix leaks in key_pol_get_resp and dump_sp.

Nicolas Dichtel (2):
      xfrm: fix sa selector validation
      xfrm interface: fix memory leak on creation

 net/key/af_key.c                           |  8 ++-
 net/xfrm/Kconfig                           |  2 +
 net/xfrm/xfrm_interface.c                  | 98 +++++++++---------------------
 net/xfrm/xfrm_policy.c                     | 15 +++--
 net/xfrm/xfrm_user.c                       | 19 ++++++
 tools/testing/selftests/net/xfrm_policy.sh | 27 +++++++-
 6 files changed, 88 insertions(+), 81 deletions(-)

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

end of thread, other threads:[~2019-07-05 21:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-05  8:26 pull request (net): ipsec 2019-07-05 Steffen Klassert
2019-07-05  8:26 ` [PATCH 1/7] xfrm: Fix xfrm sel prefix length validation Steffen Klassert
2019-07-05  8:26 ` [PATCH 2/7] af_key: fix leaks in key_pol_get_resp and dump_sp Steffen Klassert
2019-07-05  8:26 ` [PATCH 3/7] xfrm: fix sa selector validation Steffen Klassert
2019-07-05  8:26 ` [PATCH 4/7] ipsec: select crypto ciphers for xfrm_algo Steffen Klassert
2019-07-05  8:26 ` [PATCH 5/7] xfrm: remove a duplicated assignment Steffen Klassert
2019-07-05  8:26 ` [PATCH 6/7] xfrm: policy: fix bydst hlist corruption on hash rebuild Steffen Klassert
2019-07-05  8:27 ` [PATCH 7/7] xfrm interface: fix memory leak on creation Steffen Klassert
2019-07-05 21:58 ` pull request (net): ipsec 2019-07-05 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).