]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rmnet-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2018 19:00:45 +0000 (15:00 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2018 19:00:45 +0000 (15:00 -0400)
commitdc7269bd4f426d4465537c420786ab07fbb9cc48
tree898546fe52f6acb504903da7d15c0f7e5b9654f4
parenta0ff26f1474dc18b7fa8398e83c215e15a613fd7
parent7facf39376a9d46a9aeee1209f773d5d0de25b0a
Merge branch 'rmnet-next'

Subash Abhinov Kasiviswanathan says:

====================
net: qualcomm: rmnet: Updates 2018-03-12

This series contains some minor updates for rmnet driver.

Patch 1 contains fixes for sparse warnings.
Patch 2 updates the copyright date to 2018.
Patch 3 is a cleanup in receive path.
Patch 4 has the new rmnet netlink attributes in uapi and updates the usage.
Patch 5 has the implementation of the fill_info operation.

v1->v2: Remove the force casts since the data type is changed to __be
types as mentioned by David.
v2->v3: Update copyright in files which actually had changes as
mentioned by Joe.
v3->v4: Add new netlink attributes for mux_id and flags instead of using the
the vlan attributes as mentioned by David. The rmnet specific flags are also
moved to uapi. The netlink updates are done as part of #4 and #5 has the
fill_info operation.
====================

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