Merge branch 'net-add-functionality-to-net-core-byte-packet-counters-and-use-it-in...
authorJakub Kicinski <kuba@kernel.org>
Sat, 31 Oct 2020 17:23:03 +0000 (10:23 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 31 Oct 2020 17:23:03 +0000 (10:23 -0700)
commit023efb15aabe12af5160840065e89c1ae6ce8f31
treed4fee3213c25df9476d5eb4374f29f65802a958e
parent4e5d79bbe82eb172641f07ebdd2a62f09520e422
parentf1d5470594ff685fba095e07ab8836078e44dd38
Merge branch 'net-add-functionality-to-net-core-byte-packet-counters-and-use-it-in-r8169'

Heiner Kallweit says:

====================
net: add functionality to net core byte/packet counters and use it in r8169

This series adds missing functionality to the net core handling of
byte/packet counters and statistics. The extensions are then used
to remove private rx/tx byte/packet counters in r8169 driver.
====================

Link: https://lore.kernel.org/r/1fdb8ecd-be0a-755d-1d92-c62ed8399e77@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>