]> 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)
commit8fe177f3af31ea5ccb18dd30f4bdd8b02d394fda
tree319f69063036ed82820b72081073556c0fa05d2d
parenteb876603e80da92b5923e72633d374a05be54b5c
parent84dcc4b857572347974a10cea1b3334b3fbd3c57
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