Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorJakub Kicinski <kuba@kernel.org>
Tue, 7 May 2024 02:14:56 +0000 (19:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 7 May 2024 02:14:56 +0000 (19:14 -0700)
commit179a6f5df8dab7d027aa73a302d8506c6533e463
tree852417660643eb665e70e7634dc2d8cb7f77c126
parent46a5d3abedbeb78640376257ee5c3aa690f6ee41
parentdcf280ea0aad87e70ef1646d579d11f8a52f8b67
Merge tag 'ipsec-next-2024-05-03' of git://git./linux/kernel/git/klassert/ipsec-next

Steffen Klassert says:

====================
pull request (net-next): ipsec-next 2024-05-03

1) Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE Support.
   This was defined by an early version of an IETF draft
   that did not make it to a standard.

2) Introduce direction attribute for xfrm states.
   xfrm states have a direction, a stsate can be used
   either for input or output packet processing.
   Add a direction to xfrm states to make it clear
   for what a xfrm state is used.

* tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next:
  xfrm: Restrict SA direction attribute to specific netlink message types
  xfrm: Add dir validation to "in" data path lookup
  xfrm: Add dir validation to "out" data path lookup
  xfrm: Add Direction to the SA in or out
  udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE Support
====================

Link: https://lore.kernel.org/r/20240503082732.2835810-1-steffen.klassert@secunet.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/esp4.c
net/ipv4/udp.c
net/ipv6/esp6.c
net/xfrm/xfrm_policy.c