]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bgmac-stats'
authorDavid S. Miller <davem@davemloft.net>
Fri, 10 Jun 2016 06:37:24 +0000 (23:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Jun 2016 06:37:24 +0000 (23:37 -0700)
commita81be258abb4883dced8902afc8c45d1ffd4fffc
treebf1ee85b455c6e9d933ee0e5d14379c03caece26
parent59d81875a797fe80b0d25445785eb99246c38176
parente6d6b4ecc3c204fd548d56a1891d57f2a6a6f11d
Merge branch 'bgmac-stats'

Florian Fainelli says:

====================
net: bgmac: Misc improvements

This patch series add minor changes to the bgmac driver:

- properly bind net_device with its backing device structure such that
  we can locate the device using common helper functions

- add support for ethtool statistics reading the HW MIB counters which
  is useful for debugging

- add netdev statistics throughout the TX/RX path to know what is going on
====================

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