Merge branch 'tunnel-mtus'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Jun 2018 17:56:31 +0000 (13:56 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jun 2018 17:56:31 +0000 (13:56 -0400)
Nicolas Dichtel says:

====================
ip[6] tunnels: fix mtu calculations

The first patch restores the possibility to bind an ip4 tunnel to an
interface whith a large mtu.
The second patch was spotted after the first fix. I also target it to net
because it fixes the max mtu value that can be used for ipv6 tunnels.

v2: remove the 0xfff8 in ip_tunnel_newlink()
====================

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

Trivial merge