Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
authorDavid S. Miller <davem@davemloft.net>
Fri, 25 Feb 2022 10:44:15 +0000 (10:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Feb 2022 10:44:15 +0000 (10:44 +0000)
commit31372fe9668e52c1f700c628c9fa716dd453f784
tree319f69063036ed82820b72081073556c0fa05d2d
parent91b0383fef06f20b847fa9e4f0e3054ead0b1a1b
parent7c76ecd9c99b6e9a771d813ab1aa7fa428b3ade1
Merge branch 'master' of git://git./linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
1) Fix PMTU for IPv6 if the reported MTU minus the ESP overhead is
   smaller than 1280. From Jiri Bohac.

2) Fix xfrm interface ID and inter address family tunneling when
   migrating xfrm states. From Yan Yan.

3) Add missing xfrm intrerface ID initialization on xfrmi_changelink.
   From Antony Antony.

4) Enforce validity of xfrm offload input flags so that userspace can't
   send undefined flags to the offload driver.
   From Leon Romanovsky.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c