commit | 8a118015816f82c16b446e6599d35d483883d238 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Jun 01 13:56:31 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 01 13:56:31 2018 -0400 |
tree | 9b7dc697f33e0231c1b64ac3c65f3de76deffd34 | |
parent | ccfde6e27d9566bee596d41a2cc6f158af8595d5 [diff] | |
parent | f7ff1fde9441b4fcc8ffb6e66e6e5a00d008937e [diff] |
Merge branch 'tunnel-mtus' 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>