From: David S. Miller Date: Sun, 31 Mar 2019 21:00:59 +0000 (-0700) Subject: Merge branch 'net-stmmac-fix-handling-of-oversized-frames' X-Git-Tag: v5.1-rc4~19^2~25 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d3de85a51a4b4eaeb62541dfdbf5159f3b210260;p=uclinux-h8%2Flinux.git Merge branch 'net-stmmac-fix-handling-of-oversized-frames' Aaro Koskinen says: ==================== net: stmmac: fix handling of oversized frames I accidentally had MTU size mismatch (9000 vs. 1500) in my network, and I noticed I could kill a system using stmmac & 1500 MTU simply by pinging it with "ping -s 2000 ...". While testing a fix I encountered also some other issues that need fixing. I have tested these only with enhanced descriptors, so the normal descriptor changes need a careful review. ==================== Signed-off-by: David S. Miller --- d3de85a51a4b4eaeb62541dfdbf5159f3b210260