From: David S. Miller Date: Tue, 18 Oct 2016 15:34:22 +0000 (-0400) Subject: Merge branch 'ethernet-use-core-min-max-mtu' X-Git-Tag: v4.14-rc1~1973^2~449 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1441dc99faba2b3fd3a55e18cd955feb3667346a;p=platform%2Fkernel%2Flinux-rpi3.git Merge branch 'ethernet-use-core-min-max-mtu' Jarod Wilson says: ==================== ethernet: use core min/max MTU checking Now that the network stack core min/max MTU checking infrastructure is in place, time to start making drivers use it. We'll start with the easiest ones, the ethernet drivers, split roughly by vendor, with a catch-all patch at the end. For the most part, every patch does the same essential thing: removes the MTU range checking from the drivers' ndo_change_mtu function, puts those ranges into the core net_device min_mtu and max_mtu fields, and where possible, removes ndo_change_mtu functions entirely. These patches have all been built through the 0-day build infrastructure provided by Intel, on top of net-next as of October 17. ==================== Signed-off-by: David S. Miller --- 1441dc99faba2b3fd3a55e18cd955feb3667346a