Merge branch 'stmmac-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 18 Dec 2019 20:04:18 +0000 (12:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Dec 2019 20:04:18 +0000 (12:04 -0800)
commit6fa9a115fe7ca507ef5618eb753706425741b285
tree128c69d4509bb6e719054d7306bb215557a77ccf
parentb7ac893652cafadcf669f78452329727e4e255cc
parent4772f26db8d1fb568c4862c538344a1b5fb52081
Merge branch 'stmmac-fixes'

Jose Abreu says:

====================
net: stmmac: Fixes for -net

Fixes for stmmac.

1) Fixes the filtering selftests (again) for cases when the number of multicast
filters are not enough.

2) Fixes SPH feature for MTU > default.

3) Fixes the behavior of accepting invalid MTU values.

4) Fixes FCS stripping for multi-descriptor packets.

5) Fixes the change of RX buffer size in XGMAC.

6) Fixes RX buffer size alignment.

7) Fixes the 16KB buffer alignment.

8) Fixes the enabling of 16KB buffer size feature.

9) Always arm the TX coalesce timer so that missed interrupts do not cause
a TX queue timeout.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>