aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2017-01-12usb: gadget: udc: atmel: remove memory leakGravatar Alexandre Belloni 2-1/+3
2017-01-12usb: gadget: f_fs: Fix iterations on endpoints.Gravatar Vincent Pelletier 1-6/+6
2017-01-12usb: gadget: composite: Fix function used to free memoryGravatar Christophe JAILLET 1-1/+1
2017-01-03usb: gadget: Fix copy/pasted error messageGravatar David Lechner 1-1/+1
2017-01-02usb: gadget: udc: core: fix return code of usb_gadget_probe_driver()Gravatar Felix Hädicke 1-1/+5
2017-01-02USB: gadgetfs: remove unnecessary assignmentGravatar Alan Stern 1-1/+0
2017-01-02USB: gadgetfs: fix checks of wTotalLength in config descriptorsGravatar Alan Stern 1-3/+7
2017-01-02USB: gadgetfs: fix use-after-free bugGravatar Alan Stern 1-0/+2
2017-01-02USB: gadgetfs: fix unbounded memory allocation bugGravatar Alan Stern 1-1/+1
2017-01-02usb: gadget: f_fs: Fix possibe deadlockGravatar Baolin Wang 1-2/+6
2017-01-02usb: gadgetfs: restrict upper bound on device configuration sizeGravatar Greg Kroah-Hartman 1-1/+2
2017-01-02USB: dummy-hcd: fix bug in stop_activity (handle ep0)Gravatar Alan Stern 1-3/+3
2017-01-02usb: gadget: f_fs: Fix ExtCompat descriptor validationGravatar Vincent Pelletier 1-1/+1
2017-01-02usb: gadget: f_fs: Document eventfd effect on descriptor format.Gravatar Vincent Pelletier 1-2/+2
2017-01-02usb: gadget: composite: Test get_alt() presence instead of set_alt()Gravatar Krzysztof Opasiak 1-4/+8
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2016-12-14idr: add ida_is_emptyGravatar Matthew Wilcox 2-6/+6
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 2-25/+8
2016-12-13Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 29-129/+173
2016-12-09usb: gadget: Fix second argument of percpu_ida_alloc()Gravatar Bart Van Assche 1-1/+1
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 2-2/+2
2016-12-01fs: configfs: don't return anything from drop_linkGravatar Andrzej Pietrasiewicz 2-25/+8
2016-11-28Merge 4.9-rc7 into usb-nextGravatar Greg Kroah-Hartman 1-4/+4
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+4
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 24-114/+159
2016-11-18usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Gravatar Felix Hädicke 1-1/+2
2016-11-18usb: gadget: Fix checkpatch error for bracesGravatar Anson Jacob 4-50/+25
2016-11-18usb: gadget: f_uac2: fix error handling at afunc_bindGravatar Peter Chen 1-7/+7
2016-11-18usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Gravatar Felix Hädicke 1-4/+4
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-8/+0
2016-11-14Merge 4.9-rc5 into usb-nextGravatar Greg Kroah-Hartman 1-8/+0
2016-11-08usb: gadget: f_hid add super speed supportGravatar Janusz Dziedzic 1-1/+66
2016-11-08usb: gadget: mv_u3d: mv_u3d_start_queue() refactoringGravatar Alexey Khoroshilov 1-13/+15
2016-11-08usb: gadget: mv_u3d: add check for dma mapping errorGravatar Alexey Khoroshilov 1-0/+6
2016-11-03usb: gadget: NCM: differentiate consumed packets from dropped packetsGravatar Torsten Polle 2-5/+6
2016-11-03usb: gadget: u_ether: link socket buffers to the device for received packetsGravatar Torsten Polle 1-1/+1
2016-11-03usb: gadget: NCM: link socket buffers to the device for tx packetsGravatar Torsten Polle 1-0/+3
2016-11-03usb: gadget: f_fs: use complete() instead complete_all()Gravatar Daniel Wagner 1-1/+1
2016-11-03usb: Convert pr_warning to pr_warnGravatar Joe Perches 8-15/+14
2016-11-03usb: gadget: composite: use kasprintf() instead of open coding itGravatar Juergen Gross 1-12/+2
2016-11-03usb: gadget: udc: mv: remove unnecessary & operationGravatar Felipe Balbi 1-1/+0
2016-11-03usb: gadget: udc: fsl: remove unnecessary & operationGravatar Felipe Balbi 1-1/+0
2016-11-03usb: gadget: udc: s3c2410: remove unnecessary & operationGravatar Felipe Balbi 1-2/+2
2016-11-03usb: gadget: udc: net2280: remove unnecessary & operationGravatar Felipe Balbi 1-3/+3
2016-11-03usb: gadget: udc: net2272: remove unnecessary & operationGravatar Felipe Balbi 1-2/+2
2016-11-03usb: gadget: udc: dummy: remove unnecessary & operationGravatar Felipe Balbi 1-1/+1
2016-11-03usb: gadget: udc: bdc: remove unnecessary & operationGravatar Felipe Balbi 1-1/+1