summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: udc: core: fix return code of usb_gadget_probe_driver()Felix Hädicke2017-01-021-1/+5
* USB: gadgetfs: remove unnecessary assignmentAlan Stern2017-01-021-1/+0
* USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern2017-01-021-3/+7
* USB: gadgetfs: fix use-after-free bugAlan Stern2017-01-021-0/+2
* USB: gadgetfs: fix unbounded memory allocation bugAlan Stern2017-01-021-1/+1
* usb: gadget: f_fs: Fix possibe deadlockBaolin Wang2017-01-021-2/+6
* usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman2017-01-021-1/+2
* USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern2017-01-021-3/+3
* usb: gadget: f_fs: Fix ExtCompat descriptor validationVincent Pelletier2017-01-021-1/+1
* usb: gadget: f_fs: Document eventfd effect on descriptor format.Vincent Pelletier2017-01-021-2/+2
* usb: gadget: composite: Test get_alt() presence instead of set_alt()Krzysztof Opasiak2017-01-021-4/+8
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-211-1/+1
|\
| * usb: gadget: Fix second argument of percpu_ida_alloc()Bart Van Assche2016-12-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-162-2/+2
|\ \
| * | [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-052-2/+2
| |/
* | idr: add ida_is_emptyMatthew Wilcox2016-12-142-6/+6
* | Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-12-142-25/+8
|\ \
| * | fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2016-12-012-25/+8
| |/
* | Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2016-12-1329-129/+173
|\ \
| * \ Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman2016-11-281-4/+4
| |\ \ | | |/
| * | Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-1824-114/+159
| |\ \
| | * | usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Felix Hädicke2016-11-181-1/+2
| | * | usb: gadget: Fix checkpatch error for bracesAnson Jacob2016-11-184-50/+25
| | * | usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen2016-11-181-7/+7
| | * | usb: gadget: f_hid add super speed supportJanusz Dziedzic2016-11-081-1/+66
| | * | usb: gadget: mv_u3d: mv_u3d_start_queue() refactoringAlexey Khoroshilov2016-11-081-13/+15
| | * | usb: gadget: mv_u3d: add check for dma mapping errorAlexey Khoroshilov2016-11-081-0/+6
| | * | usb: gadget: NCM: differentiate consumed packets from dropped packetsTorsten Polle2016-11-032-5/+6
| | * | usb: gadget: u_ether: link socket buffers to the device for received packetsTorsten Polle2016-11-031-1/+1
| | * | usb: gadget: NCM: link socket buffers to the device for tx packetsTorsten Polle2016-11-031-0/+3
| | * | usb: gadget: f_fs: use complete() instead complete_all()Daniel Wagner2016-11-031-1/+1
| | * | usb: Convert pr_warning to pr_warnJoe Perches2016-11-038-15/+14
| | * | usb: gadget: composite: use kasprintf() instead of open coding itJuergen Gross2016-11-031-12/+2
| | * | usb: gadget: udc: mv: remove unnecessary & operationFelipe Balbi2016-11-031-1/+0
| | * | usb: gadget: udc: fsl: remove unnecessary & operationFelipe Balbi2016-11-031-1/+0
| | * | usb: gadget: udc: s3c2410: remove unnecessary & operationFelipe Balbi2016-11-031-2/+2
| | * | usb: gadget: udc: net2280: remove unnecessary & operationFelipe Balbi2016-11-031-3/+3
| | * | usb: gadget: udc: net2272: remove unnecessary & operationFelipe Balbi2016-11-031-2/+2
| | * | usb: gadget: udc: dummy: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: bdc: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: atmel: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
| | * | usb: gadget: composite: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: mv_udc: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: gr: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: fusb300: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: fsl: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: dummy: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-2/+1
| | * | usb: gadget: udc: bdc: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
OpenPOWER on IntegriCloud