]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd9278901efa4a42285deda2f0f8e44d4d5cfe9be
tree319f69063036ed82820b72081073556c0fa05d2d
parentd4eea5e138b3d24fb44eacc1f46a672caaebce2e
parentff9d23a1552490b4aca86ae3750f0401c875fd47
Merge branch 'master' of git://git.kernel.org/pub/scm/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