]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'hisilicon-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Aug 2019 21:14:01 +0000 (14:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Aug 2019 21:14:01 +0000 (14:14 -0700)
commit1b1c8b196c4e5e91f1c986449974b5f953c31cd5
tree21714b958e1c9786895f5dc70821c45997efb467
parent37c75af1392bcd7ab0236030292a710e5411d49e
parentbc07d74cc490c9bc990f20541c85e9619b5120e4
Merge branch 'hisilicon-fixes'

Jiangfeng Xiao says:

====================
net: hisilicon: Fix a few problems with hip04_eth

During the use of the hip04_eth driver,
several problems were found,
which solved the hip04_tx_reclaim reentry problem,
fixed the problem that hip04_mac_start_xmit never
returns NETDEV_TX_BUSY
and the dma_map_single failed on the arm64 platform.
====================

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