1. 07 May, 2022 1 commit
    • Steffen Klassert's avatar
      Merge branch 'Be explicit with XFRM offload direction' · 0f9008e5
      Steffen Klassert authored
      Leon Romanovsky says:
      
      ====================
      I may admit that the title of this series is not the best one as it
      contains straightforward cleanups and code that converts flags to
      something less confusing.
      
      This series follows removal of FPGA IPsec code from the mlx5 driver and
      based on net-next commit 4950b699 ("Merge branch
      'ocelot-vcap-cleanups'").
      
      As such, first two patches delete code that was used by mlx5 FPGA code
      but isn't needed anymore.
      
      Third patch is simple struct rename.
      
      Rest of the patches separate user's provided flags variable from
      driver's
      usage. This allows us to created more simple in-kernel interface, that
      supports type checking without blending different properties into one
      variable. It is achieved by converting flags to specific bitfield
      variables
      with clear, meaningful names.
      
      Such change allows us more clear addition of new input flags needed to
      mark IPsec offload type.
      
      The followup code uses this extensively:
      https://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git/log/?h=xfrm-next
      ====================
      Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
      0f9008e5
  2. 06 May, 2022 16 commits
  3. 05 May, 2022 23 commits