From: David S. Miller Date: Fri, 10 Nov 2017 05:39:54 +0000 (+0900) Subject: Merge branch 'ip_gre-flags-update' X-Git-Tag: v4.15-rc1~84^2~91 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=be61a484af474c1f9c7a25a71a7065efe20984b8;p=linux.git Merge branch 'ip_gre-flags-update' Xin Long says: ==================== ip_gre: add support for i/o_flags update ip_gre is using as many ip_tunnel apis as possible, newlink works fine as gre would do it's own part in .ndo_init. But when changing link, ip_tunnel_changelink doesn't even update i/o_flags, and also the update of these flags would cause some other gre's properties need to be updated or recalculated. These two patch are to add i/o_flags update and then do adjustment on some gre's properties according to the new i/o_flags. ==================== Signed-off-by: David S. Miller --- be61a484af474c1f9c7a25a71a7065efe20984b8