• Jakub Kicinski's avatar
    Merge tag 'ipsec-next-2023-10-28' of... · e0f9f0e0
    Jakub Kicinski authored
    Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
    
    Steffen Klassert says:
    
    ====================
    pull request (net-next): ipsec-next 2023-10-28
    
    1) Remove unused function declarations of xfrm4_extract_input and
       xfrm6_extract_input. From Yue Haibing.
    
    2) Annotate struct xfrm_sec_ctx with __counted_by.
       From Kees Cook.
    
    3) Support GRO decapsulation for ESP in UDP encapsulation.
       From Antony Antony et all.
    
    4) Replace the xfrm session decode with flow dissector.
       From Florian Westphal.
    
    5) Fix a use after free in __xfrm6_udp_encap_rcv.
    
    6) Fix the layer 4 flowi decoding.
       From Florian Westphal.
    
    * tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next:
      xfrm: policy: fix layer 4 flowi decoding
      xfrm Fix use after free in __xfrm6_udp_encap_rcv.
      xfrm: policy: replace session decode with flow dissector
      xfrm: move mark and oif flowi decode into common code
      xfrm: pass struct net to xfrm_decode_session wrappers
      xfrm: Support GRO for IPv6 ESP in UDP encapsulation
      xfrm: Support GRO for IPv4 ESP in UDP encapsulation
      xfrm: Use the XFRM_GRO to indicate a GRO call on input
      xfrm: Annotate struct xfrm_sec_ctx with __counted_by
      xfrm: Remove unused function declarations
    ====================
    
    Link: https://lore.kernel.org/r/20231028084328.3119236-1-steffen.klassert@secunet.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
    e0f9f0e0
af_inet6.c 31.6 KB