Merge branch 'tunnel-shinfo'
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:27:30 +0000 (17:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:27:30 +0000 (17:27 -0700)
commit3cec1921a199ba52fa8c7239755c58107842dd65
tree6944a1bf8cd60d2cf333f1a8017968f9767db879
parentaa5a5b7ae5b2598538dd91a55ae1db7779675a16
parent68c1a943ef37bafde5ea2383e8ca224c7169ee31
Merge branch 'tunnel-shinfo'

Antoine Tenart says:

====================
net: do not modify the shared tunnel info when PMTU triggers an ICMP reply

The series fixes an issue were a shared ip_tunnel_info is modified when
PMTU triggers an ICMP reply in vxlan and geneve, making following
packets in that flow to have a wrong destination address if the flow
isn't updated. A detailled information is given in each of the two
commits.

This was tested manually with OVS and I ran the PTMU selftests with
kmemleak enabled (all OK, none was skipped).
====================

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