]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stmmac-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 Nov 2019 05:22:56 +0000 (21:22 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Nov 2019 05:22:56 +0000 (21:22 -0800)
commit4400d7f66426b74c23f0f171084aff06032eac66
tree7baff96ae1beebb0f922db8c5d1638bbcf5ec303
parent4a46a0abb52cab2c224e13285502ef531efe80a4
parentda736dec547b5eb94f3610d9f95a7fe4cedc474b
Merge branch 'stmmac-fixes'

Jose Abreu says:

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

Misc fixes for stmmac.

Patch 1/11 and 2/11, use the correct variable type for bitrev32() calls.

Patch 3/11, fixes the random failures the we were seing when running selftests.

Patch 4/11, prevents a crash that can occur when receiving AVB packets and with
SPH feature enabled on XGMAC.

Patch 5/11, fixes the correct settings for CBS on XGMAC.

Patch 6/11, corrects the interpretation of AVB feature on XGMAC.

Patch 7/11, disables Flow Control for AVB enabled queues on XGMAC.

Patch 8/11, disables MMC interrupts on XGMAC, preventing a storm of interrupts.

Patch 9/11, fixes the number of packets that were being taken into account in
the RX path cleaning function.

Patch 10/11, fixes an incorrect descriptor setting that could cause IP
misbehavior.

Patch 11/11, fixes the IOC generation mechanism when multiple descriptors
are used.
====================

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