]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rmnet-Rewrite-some-existing-functionality'
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 03:05:30 +0000 (20:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 03:05:30 +0000 (20:05 -0700)
commitc60ad8b3a85df01f5323796ab5b6d9b32c280502
tree77496d72c8eeebcf7fed9bc7fb43c354a97fd990
parented6eea6dbf07334d5cc69544b7b005fcd4b3e1e1
parent1a16922d0b0901a3c9b5e4f28e157b8ec5431f2b
Merge branch 'rmnet-Rewrite-some-existing-functionality'

Subash Abhinov Kasiviswanathan says:

====================
net: qualcomm: rmnet: Rewrite some existing functionality

This series fixes some of the broken rmnet functionality.
Bridge mode is re-written and made useable and the muxed_ep is converted to hlist.

Patches 1-5 are cleanups in preparation for these changes.
Patch 6 does the hlist conversion.
Patch 7 has the implementation of the rmnet bridge mode.

v1->v2: Fix the warning and code style issue in rmnet_rx_handler as
mentioned by David.
====================

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