]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-stmmac-fix-handling-of-oversized-frames'
authorDavid S. Miller <davem@davemloft.net>
Sun, 31 Mar 2019 21:00:59 +0000 (14:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 31 Mar 2019 21:00:59 +0000 (14:00 -0700)
commit1fc10bbab4743c7da464d85248ddb9358143f310
tree21df898b0676583247063786206b24d7d00f7d11
parentf0925fc9a9dfdc61ba1cd84468be07c0ba63b018
parenta230cbf34cae8a3c3957c656d86a7065b23f5ca7
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 <davem@davemloft.net>