From: David S. Miller Date: Thu, 7 Nov 2019 05:22:56 +0000 (-0800) Subject: Merge branch 'stmmac-fixes' X-Git-Tag: v5.4-rc7~16^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58b87d21fe796953a2addc69e26179fb31f792a4;p=platform%2Fkernel%2Flinux-rpi.git 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 --- 58b87d21fe796953a2addc69e26179fb31f792a4