]> git.baikalelectronics.ru Git - kernel.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)
commitcfbb2d437190d30397d9e972b41784376e5f6401
tree5905675c9f6bf53899341c70dc1627474f4e5005
parent112bc67833bea319e0d65452d78ff7da0ebd372a
parentf051612b90424554040ea74bce8737c093ab2514
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>