Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Sep 2020 19:25:42 +0000 (12:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Sep 2020 19:25:42 +0000 (12:25 -0700)
commita4be47afb02a22689800609247ed9e489de63e13
treed410f312bf36f076251c46cbc896f31436a12022
parent709a16be0593c08190982cfbdca6df95e6d5823b
parente94ee171349db84c7cfdc5fefbebe414054d0924
Merge branch 'master' of git://git./linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2020-09-28

1) Fix a build warning in ip_vti if CONFIG_IPV6 is not set.
   From YueHaibing.

2) Restore IPCB on espintcp before handing the packet to xfrm
   as the information there is still needed.
   From Sabrina Dubroca.

3) Fix pmtu updating for xfrm interfaces.
   From Sabrina Dubroca.

4) Some xfrm state information was not cloned with xfrm_do_migrate.
   Fixes to clone the full xfrm state, from Antony Antony.

5) Use the correct address family in xfrm_state_find. The struct
   flowi must always be interpreted along with the original
   address family. This got lost over the years.
   Fix from Herbert Xu.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>