Merge branch 'ethtool-phy-stats'
authorDavid S. Miller <davem@davemloft.net>
Thu, 31 Dec 2015 05:53:11 +0000 (00:53 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Dec 2015 05:53:11 +0000 (00:53 -0500)
commitccac0425655918fccd0ffec47b2788cb1ac62d7b
tree963eea88a6454fa7e814ceac983eceaa46f8716f
parenta3748a9c7fc0e33ed1a5bcd6104098d9f63a61ed
parent2b2427d06426a99bf5f57f28b6c2477e78577a5e
Merge branch 'ethtool-phy-stats'

Andrew Lunn says:

====================
Ethtool support for phy stats

This patchset add ethtool support for reading statistics from the PHY.
The Marvell and Micrel Phys are then extended to report receiver
packet errors and idle errors.

v2:
  Fix linking when phylib is not enabled.
v3:
  Inline helpers into ethtool.c, so fixing when phylib is a module.
v4:
  Add missing static
====================

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