]> 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)
commit37325fc62e2b95ea49a069f190e5ec5d38982aa8
treea60c43eab89a279e8b18b7b759c35662af3e29ae
parentb7ece6e3dfdc25b7f5135833a73447fa64dfda6d
parentd1f4bc32b2841ad4bb7c560429b7861d4f2804e0
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>