Merge branch 'rmnet-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 May 2018 18:23:05 +0000 (14:23 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 May 2018 18:23:05 +0000 (14:23 -0400)
commitcfb3e0896824d40cf78fa6cc090ba8ea70039e9d
treebd6bbcecf8b1d0c9cfbc5ab3fe182c32f3d7fe2b
parentb0ec758510c0bafd2ea17edf01aa76ab87e29900
parent721ce0f644401c923a266cb084c40ebc58b18f93
Merge branch 'rmnet-next'

Subash Abhinov Kasiviswanathan says:

====================
net: qualcomm: rmnet: Updates 2018-05-14

Patch 1 adds tx_drops counter to more places.
Patch 2 adds ethtool private stats support to make it easy to debug
the checksum offload path.
Patch 3 is a cleanup in command packet processing path.

v1->v2: Fix the incorrect if / else statement in
rmnet_map_checksum_downlink_packet() and define rmnet_ethtool_ops
as static as mentioned by kbuild test robot.
====================

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