]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'net_device_stats'
authorDavid S. Miller <davem@davemloft.net>
Fri, 7 Apr 2017 14:03:35 +0000 (07:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Apr 2017 14:03:35 +0000 (07:03 -0700)
commite2bbb966c3dc593426a95fbcd2bb15ad8902959f
tree5905675c9f6bf53899341c70dc1627474f4e5005
parent7db4c0dd149ea027527a0d2fe5edd5f2fb415c72
parent82d8293895cf3c23ec4957eeed484d5a5ce9021a
Merge branch 'net_device_stats'

Tobias Klauser says:

====================
Use net_device_stats from struct net_device

Along the lines of previous patches, switch (almost) all remaining net
drivers to use net_device_stats from net_device instead of including a
copy of it in their netdev_priv struct.
====================

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