aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_ncm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-1622/+0
2014-07-10usb: gadget: NCM: Stop RX TCP Bursts getting dropped.Jim Baxter1-7/+8
2014-07-10usb: gadget: NCM: Add transmit multi-frame.Jim Baxter1-81/+254
2014-07-10usb: gadget: NCM: RX function support multiple NDPsJim Baxter1-68/+78
2013-12-17usb: gadget: f_ncm: Fix sparse warningJingoo Han1-1/+1
2013-07-25usb/gadget: free opts struct on error recoveryAndrzej Pietrasiewicz1-2/+5
2013-06-18usb: gadget: f_ncm: fix missing unlock on error in ncm_alloc()Wei Yongjun1-0/+1
2013-06-10usb: gadget: add helpers for configfs support for USB EthernetAndrzej Pietrasiewicz1-128/+11
2013-06-10usb: gadget: f_ncm: add configfs supportAndrzej Pietrasiewicz1-0/+166
2013-06-10usb: gadget: f_ncm: use usb_gstrings_attachAndrzej Pietrasiewicz1-16/+10
2013-06-10usb: gadget: f_ncm: remove compatibility layerAndrzej Pietrasiewicz1-80/+0
2013-06-10usb: gadget: f_ncm: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-35/+161
2013-04-03usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior1-1/+3
2013-01-10usb: gadget: ncm: make global variable ndp*_opts read onlySebastian Andrzej Siewior1-9/+9
2012-11-08usb: gadget: ncm: correct endianess conversionDmytro Milinevskyy1-4/+8
2012-10-31usb: gadget: let f_* use usb_string_ids_tab() where it makes senseSebastian Andrzej Siewior1-30/+10
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-24/+8
2012-10-31usb: gadget: network: fix bind() error pathSebastian Andrzej Siewior1-2/+2
2012-10-31usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior1-3/+3
2012-08-23usb: gadget: use %pm to print mac addressesAndy Shevchenko1-4/+1
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman1-34/+15
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-9/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-10usb: gadget: f_ncm.c addedYauheni Kaliuta1-0/+1407