1. 21 Jul, 2020 2 commits
    • Steffen Klassert's avatar
      xfrm: Fix crash when the hold queue is used. · 101dde42
      Steffen Klassert authored
      The commits "xfrm: Move dst->path into struct xfrm_dst"
      and "net: Create and use new helper xfrm_dst_child()."
      changed xfrm bundle handling under the assumption
      that xdst->path and dst->child are not a NULL pointer
      only if dst->xfrm is not a NULL pointer. That is true
      with one exception. If the xfrm hold queue is used
      to wait until a SA is installed by the key manager,
      we create a dummy bundle without a valid dst->xfrm
      pointer. The current xfrm bundle handling crashes
      in that case. Fix this by extending the NULL check
      of dst->xfrm with a test of the DST_XFRM_QUEUE flag.
      
      Fixes: 0f6c480f ("xfrm: Move dst->path into struct xfrm_dst")
      Fixes: b92cf4aa ("net: Create and use new helper xfrm_dst_child().")
      Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
      101dde42
    • Steffen Klassert's avatar
      Merge remote-tracking branch 'origin/testing' · 0a266f89
      Steffen Klassert authored
      Sabrina Dubroca says:
      
      ====================
      xfrm: a few fixes for espintc
      
      Andrew Cagney reported some issues when trying to use async operations
      on the encapsulation socket. Patches 1 and 2 take care of these bugs.
      
      In addition, I missed a spot when adding IPv6 support and converting
      to the common config option.
      ====================
      Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
      0a266f89
  2. 17 Jul, 2020 3 commits
  3. 07 Jul, 2020 1 commit
  4. 24 Jun, 2020 11 commits
  5. 23 Jun, 2020 23 commits