[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1401383543-10181-1-git-send-email-jim_baxter@mentor.com>
Date: Thu, 29 May 2014 18:12:20 +0100
From: Jim Baxter <jim_baxter@...tor.com>
To: Felipe Balbi <balbi@...com>
CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
<linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Bjørn Mork <bjorn@...k.no>,
Eric Dumazet <eric.dumazet@...il.com>,
David Laight <David.Laight@...LAB.COM>,
<netdev@...r.kernel.org>
Subject: [PATCH v1 0/3] usb: gadget: NCM: Fixes and Multi-frame for TX.
This series adds the ability to support packaging multiple network
packets into a single 16k CDC-NCM NTB.
Patches 1 and 3 are fixes for the receive unwrap function which
previously was unable to handle an NTB with multiple NDP's and a fix
that switches from using skb_clone to creating a new packet to fix the
issue of the truesize being far to big and causing packets to be
dropped incorrectly.
Jim Baxter (3):
usb: gadget: NCM: RX function support multiple NDPs
usb: gadget: NCM: Add transmit multi-frame.
usb: gadget: NCM: Stop RX TCP Bursts getting dropped.
drivers/usb/gadget/f_ncm.c | 480 +++++++++++++++++++++++++++++-------------
drivers/usb/gadget/u_ether.c | 19 +-
drivers/usb/gadget/u_ether.h | 2 +
3 files changed, 347 insertions(+), 154 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists