OSDN Git Service

Merge branch 'net-ll_temac-Bugfixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Feb 2020 18:58:57 +0000 (10:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Feb 2020 18:58:57 +0000 (10:58 -0800)
Esben Haabendal says:

====================
net: ll_temac: Bugfixes

Fix a number of bugs which have been present since the first commit.

The bugs fixed in patch 1,2 and 4 have all been observed in real systems, and
was relatively easy to reproduce given an appropriate stress setup.

Changes since v1:

- Changed error handling of of dma_map_single() in temac_start_xmit() to drop
  packet instead of returning NETDEV_TX_BUSY.
====================

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

Trivial merge