netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] cdc_mbim: cleanups and new features
@ 2014-05-11  8:47 Bjørn Mork
       [not found] ` <1399798035-29117-1-git-send-email-bjorn-yOkvZcmFvRU@public.gmane.org>
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Bjørn Mork @ 2014-05-11  8:47 UTC (permalink / raw)
  To: netdev
  Cc: linux-usb, Alexey Orishko, Oliver Neukum, Greg Suarez,
	Bjørn Mork

This series depends on commit 6b5eeb7f874b ("net: cdc_mbim: handle
unaccelerated VLAN tagged frames"), which is currently in "net" but
not yet in "net-next".

Patch 4 might have a minor context collision with the "cdc_ncm: add
buffer tuning and stats using ethtool" series I just posted for
review.  Please let me know if I should submit an adjusted version
in either direction.  These two series' are otherwise completely
independent of each other.

The major new feature here is in patch 1, which I hope will solve
some problems with the original design without changing the existing
API, optionally allowing IP session 0 to be treated like any other
MBIM session.

The rest are some minor cleanups and finally some documentation of
the current driver APIs, after this series has been applied.  I
started feeling a bit more mortal than usual lately, which probably
is healthy, and realized that I should put some of the stuff in my
head in a somewhat less volatile storage.


v2:

Fixed patch 1 so that it actually does what it claims to do. This time
it is even tested for functionality, and not just build tested...


Bjørn Mork (4):
  net: cdc_mbim: optionally use VLAN ID 4094 for IP session 0
  net: cdc_mbim: reject IP packets on DSS VLANs
  net: cdc_mbim: add driver documentation
  net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions

 Documentation/networking/cdc_mbim.txt | 339 ++++++++++++++++++++++++++++++++++
 drivers/net/usb/cdc_mbim.c            | 119 +++++++++++-
 drivers/net/usb/cdc_ncm.c             |  27 ++-
 include/linux/usb/cdc_ncm.h           |   2 +-
 4 files changed, 464 insertions(+), 23 deletions(-)
 create mode 100644 Documentation/networking/cdc_mbim.txt

-- 
2.0.0.rc2

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

end of thread, other threads:[~2014-05-13 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-11  8:47 [PATCH net-next v2 0/4] cdc_mbim: cleanups and new features Bjørn Mork
     [not found] ` <1399798035-29117-1-git-send-email-bjorn-yOkvZcmFvRU@public.gmane.org>
2014-05-11  8:47   ` [PATCH net-next v2 1/4] net: cdc_mbim: optionally use VLAN ID 4094 for IP session 0 Bjørn Mork
2014-05-11  8:47   ` [PATCH net-next v2 4/4] net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions Bjørn Mork
2014-05-11  8:47 ` [PATCH net-next v2 2/4] net: cdc_mbim: reject IP packets on DSS VLANs Bjørn Mork
2014-05-11  8:47 ` [PATCH net-next v2 3/4] net: cdc_mbim: add driver documentation Bjørn Mork
2014-05-13 21:46 ` [PATCH net-next v2 0/4] cdc_mbim: cleanups and new features David Miller

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).