]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'r8169-xmit_more'
authorDavid S. Miller <davem@davemloft.net>
Sun, 25 Nov 2018 18:18:14 +0000 (10:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 25 Nov 2018 18:18:14 +0000 (10:18 -0800)
commitec1d585f7bc368c4fbf00cb7f3ba6f92b627c41c
treea60c43eab89a279e8b18b7b759c35662af3e29ae
parent468035f64f5ad80a20a5e17a0374129b99a91e8d
parente02f711790a40502f424448f3bc45862e6a1926c
Merge branch 'r8169-xmit_more'

Heiner Kallweit says:

====================
r8169: make use of xmit_more and __netdev_sent_queue

This series adds helper __netdev_sent_queue to the core and makes use
of it in the r8169 driver.

Heiner Kallweit (2):
  net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queue
  r8169: make use of xmit_more and __netdev_sent_queue

v2:
- fix minor style issue
====================

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