]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch 'qualcomm-rmnet-Add-64-bit-stats-and-GRO'
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2017 15:10:24 +0000 (00:10 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2017 15:10:24 +0000 (00:10 +0900)
commitc9d0dc4b119ee9cab57977924f8d9aeb2bd48eb9
tree11fd975c8ad77663a2732d83e231fc62d4356720
parentcc49c8ff68144d64de18fc5d0039356e0060c0e4
parentca32fb034c19e00cfb5e0fd7217eb92f81302048
Merge branch 'qualcomm-rmnet-Add-64-bit-stats-and-GRO'

Subash Abhinov Kasiviswanathan says:

====================
net: qualcomm: rmnet: Add 64 bit stats and GRO

This series adds support for 64 bit per cpu stats and GRO

Patches 1-2 are cleanups of return code and a redundant condition
Patch 3 adds support for 64 bit per cpu stats
Patch 4 adds support for GRO using GRO cells

v1->v2: Since gro_cells_init() could potentially fail, move it from device
setup to ndo_init() as mentioned by Eric.
====================

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