]> 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)
commitaf3c18e7283f74f412259a3b11aa6b0de4a48edc
tree5905675c9f6bf53899341c70dc1627474f4e5005
parentbc5a4f9de23c8d9c67c6ede1ddbfaa97f2dd1d72
parent614618bf175850dcb62f80d290f743a06e6d338d
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>