netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 net-next 0/4] caif: CAIF for CDC NCM USB
@ 2011-12-04 10:10 Sjur Brændeland
  2011-12-04 10:10 ` [PATCHv2 net-next 1/4] if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1 Sjur Brændeland
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sjur Brændeland @ 2011-12-04 10:10 UTC (permalink / raw)
  To: netdev, David Miller; +Cc: Alexey Orishko, Eric Dumazet, Sjur Brændeland

Hi Dave,

Here's a new version of CAIF NCM patches. Patch 1-2 make sense to apply
even without patch 3-4. I reworked locking in patch-3 and added patch-4
based on review comments from Eric.

Thanks,
Sjur Brændeland

Sjur Brændeland (4):
  if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1.
  caif: Add support for CAIF over CDC NCM USB interface
  caif: Add support for flow-control on device's tx-queue
  caif: Stash away hijacked skb destructor and call it later

 include/linux/if_ether.h  |    1 +
 include/net/caif/cfusbl.h |   13 +++
 net/caif/Kconfig          |   11 +++
 net/caif/Makefile         |    4 +-
 net/caif/caif_dev.c       |  124 ++++++++++++++++++++++++++++-
 net/caif/cfusbl.c         |  199 +++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 350 insertions(+), 2 deletions(-)
 create mode 100644 include/net/caif/cfusbl.h
 create mode 100644 net/caif/cfusbl.c

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

end of thread, other threads:[~2011-12-04 18:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 10:10 [PATCHv2 net-next 0/4] caif: CAIF for CDC NCM USB Sjur Brændeland
2011-12-04 10:10 ` [PATCHv2 net-next 1/4] if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1 Sjur Brændeland
2011-12-04 10:10 ` [PATCHv2 net-next 2/4] caif: Add support for CAIF over CDC NCM USB interface Sjur Brændeland
2011-12-04 18:18   ` David Miller
2011-12-04 10:10 ` [PATCHv2 net-next 3/4] caif: Add support for flow-control on device's tx-queue Sjur Brændeland
2011-12-04 10:10 ` [PATCHv2 net-next 4/4] caif: Stash away hijacked skb destructor and call it later Sjur Brændeland

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