]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bcmgenet-start-stop-sequence-refinement'
authorDavid S. Miller <davem@davemloft.net>
Thu, 26 Oct 2017 01:14:55 +0000 (10:14 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Oct 2017 01:14:55 +0000 (10:14 +0900)
commitdea174eba57e1cd9044ec701f14e8f76832e65de
tree06ea31e45584d5f2698f1ee1817854268c59b9f1
parentd0812432250084cbce3ac1e5bce88591b3eacbfc
parentce704caa4230bd4c93da4fc64d8aa71f975fff47
Merge branch 'bcmgenet-start-stop-sequence-refinement'

Doug Berger says:

====================
net: bcmgenet: start/stop sequence refinement

This commit set is the result of an investigation into an issue that
occurred when bringing the interface up and down repeatedly with an
external 100BASE-T PHY. In some cases the MAC would experience mass
receive packet duplication that could in rare cases lead to a stall
from overflow.  The fix for this is contained in the third commit.

The first 3 commits represent bug fixes that should be applied to the
net repository and are candidates for backporting to stable releases.
The remaining commits are enhancements which is why the set is being
submitted to net-next but they are implemented on top of the fixes.

The first fix is provided as justification for why the set isn't
split between a net submission and a net-next submission.
====================

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