]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaddd55348b0bb7f96ab68894463bfb007ceb86c6
tree963eea88a6454fa7e814ceac983eceaa46f8716f
parent992ff6e13fbed873c0f5f7b27b732ace8f918ecd
parent51ab51170a8b9eed14fa487ae9d15a0bd8438d28
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>