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