aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
diff options
context:
space:
mode:
authorHaishuang Yan <yanhaishuang@cmss.chinamobile.com>2019-10-08 17:56:03 +0800
committerJakub Kicinski <jakub.kicinski@netronome.com>2019-10-08 19:46:42 -0700
commit4123f637a5129470ff9d3cb00a5a4e213f2e15cc (patch)
treed73055bf42e3d95740b3af5e8abcee63ae0b7941 /drivers/net/ethernet/stmicro
parentMerge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 (diff)
downloadlinux-dev-4123f637a5129470ff9d3cb00a5a4e213f2e15cc.tar.xz
linux-dev-4123f637a5129470ff9d3cb00a5a4e213f2e15cc.zip
ip6erspan: remove the incorrect mtu limit for ip6erspan
ip6erspan driver calls ether_setup(), after commit 61e84623ace3 ("net: centralize net_device min/max MTU checking"), the range of mtu is [min_mtu, max_mtu], which is [68, 1500] by default. It causes the dev mtu of the erspan device to not be greater than 1500, this limit value is not correct for ip6erspan tap device. Fixes: 61e84623ace3 ("net: centralize net_device min/max MTU checking") Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com> Acked-by: William Tu <u9012063@gmail.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to 'drivers/net/ethernet/stmicro')
0 files changed, 0 insertions, 0 deletions