netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND V3 net-next 0/3] huawei_cdc_ncm driver introduction
@ 2013-08-23  7:56 Enrico Mioso
  2013-08-23  7:56 ` [PATCH RESEND V3 net-next 1/3] net: cdc_ncm: Export cdc_ncm_{tx,rx}_fixup functions for re-use Enrico Mioso
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Enrico Mioso @ 2013-08-23  7:56 UTC (permalink / raw)
  To: gregkh, oliver, linux-kernel, linux-usb, netdev; +Cc: Enrico Mioso

These patches are all related to the new huawei_cdc_ncm driver, supporting 
devices that use the NCM protocol as a transport layer for other protocols. 
this is the case of the Huawei E3131 3G modem.

In this version - I actually added the driver file! :) I don't know how I ended 
up forgetting about it, I should have learned git usage better after all this 
time! Sorry for the time I wasted you.

Enrico Mioso (3):
  net: cdc_ncm: Export cdc_ncm_{tx,rx}_fixup functions for re-use
  net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driver
  net: cdc_ncm: remove non-standard NCM device IDs

 drivers/net/usb/Kconfig          |   11 ++
 drivers/net/usb/Makefile         |    1 +
 drivers/net/usb/cdc_ncm.c        |   17 +--
 drivers/net/usb/huawei_cdc_ncm.c |  210 ++++++++++++++++++++++++++++++++++++++
 include/linux/usb/cdc_ncm.h      |    3 +
 5 files changed, 229 insertions(+), 13 deletions(-)
 create mode 100644 drivers/net/usb/huawei_cdc_ncm.c

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-08-27  6:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-23  7:56 [PATCH RESEND V3 net-next 0/3] huawei_cdc_ncm driver introduction Enrico Mioso
2013-08-23  7:56 ` [PATCH RESEND V3 net-next 1/3] net: cdc_ncm: Export cdc_ncm_{tx,rx}_fixup functions for re-use Enrico Mioso
2013-08-23  7:56 ` [PATCH RESEND V3 net-next 2/3] net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driver Enrico Mioso
2013-08-26 20:31   ` David Miller
2013-08-26 20:45     ` Joe Perches
2013-08-26 20:58       ` David Miller
2013-08-26 21:05         ` Joe Perches
2013-08-26 21:09           ` David Miller
2013-08-26 21:25             ` Joe Perches
2013-08-27  6:52               ` Enrico Mioso
2013-08-23  7:56 ` [PATCH RESEND V3 net-next 3/3] net: cdc_ncm: remove non-standard NCM device IDs Enrico Mioso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).