From: David S. Miller Date: Sun, 29 Jul 2018 05:12:55 +0000 (-0700) Subject: Merge branch 'mvneta-next' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=37b81dc5ed31d497a6f1ab2bf8578f2343b349ef;p=linux.git Merge branch 'mvneta-next' Gregory CLEMENT says: ==================== A fix and a few improvements on mvneta This series brings some improvements for the mvneta driver and also adds a fix. Compared to the v2, the main change is another patch fixing a bug in mtu_change. Changelog: v1 -> v2 - In patch 2, use EXPORT_SYMBOL_GPL for mvneta_bm_get and mvneta_bm_put to be used in module, reported by kbuild test robot. - In patch 4, add the counter to the driver's ethtool state, suggested by David Miller. - In patch 6, use a single if, suggested by Marcin Wojtas v2 -> v3 - Adding a patch fixing the mtu change issue - Removing the inline keyword for mvneta_rx_refill() and let the comiler decided, suggested by David Miller. ==================== Signed-off-by: David S. Miller --- 37b81dc5ed31d497a6f1ab2bf8578f2343b349ef