Re: [PATCH net-next 0/7] Rewrite some existing functionality

2017-10-11 Thread Subash Abhinov Kasiviswanathan
On 2017-10-11 16:25, David Miller wrote: From: David Miller Date: Wed, 11 Oct 2017 15:22:59 -0700 (PDT) From: Subash Abhinov Kasiviswanathan Date: Tue, 10 Oct 2017 22:17:29 -0600 This series fixes some of the broken rmnet functionality. Bridge mode is re-written and made useable and the mux

Re: [PATCH net-next 0/7] Rewrite some existing functionality

2017-10-11 Thread David Miller
From: David Miller Date: Wed, 11 Oct 2017 15:22:59 -0700 (PDT) > From: Subash Abhinov Kasiviswanathan > Date: Tue, 10 Oct 2017 22:17:29 -0600 > >> 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.

Re: [PATCH net-next 0/7] Rewrite some existing functionality

2017-10-11 Thread David Miller
From: Subash Abhinov Kasiviswanathan Date: Tue, 10 Oct 2017 22:17:29 -0600 > 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

[PATCH net-next 0/7] Rewrite some existing functionality

2017-10-10 Thread Subash Abhinov Kasiviswanathan
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. Suba