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)
commite4686c2d08ea1a45c262af5269c2aa6b977b85e2
treed709f73201229581de0800d4bfbbf0a1fbcc3737
parent6132c1d9033d158bd0464e90bc46544fbe0bd6bc
parent1d63b8d66d146deaaedbe16c80de105f685ea012
Merge branch 'net-ll_temac-Bugfixes'

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>