summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2018-04-08usb: gadget: remove redundant self assignmentStefan Agner1-3/+1
2018-03-24usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Krzysztof Opasiak1-22/+67
2018-03-22usb: gadget: bdc: 64-bit pointer capability checkSrinath Mannam1-1/+1
2018-03-22USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun1-0/+1
2018-03-22usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...Yuyang Du1-12/+8
2018-03-18usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong1-1/+0
2018-02-28usb: gadget: f_fs: Process all descriptors during bindJack Pham1-4/+2
2018-02-17usb: gadget: uvc: Missing files for configfs interfacePetr Cvek1-8/+8
2018-02-03usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()Benjamin Herrenschmidt1-1/+1
2018-02-03usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar1-1/+2
2018-02-03usb: gadget: don't dereference g until after it has been null checkedColin Ian King1-2/+5
2017-12-25usb: gadget: udc: remove pointer dereference after freeGustavo A. R. Silva1-1/+0
2017-12-25usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeedRoger Quadros1-0/+8
2017-12-16usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier1-1/+1
2017-12-14usb: gadget: udc: net2280: Fix tmp reusage in net2280 driverRaz Manor1-12/+13
2017-12-14usb: gadget: pxa27x: Test for a valid argument pointerPetr Cvek1-2/+3
2017-12-14USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET1-1/+3
2017-12-14usb: gadget: configs: plug memory leakJohn Keeping1-0/+1
2017-12-14usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping1-2/+11
2017-12-14usb: gadget: udc: renesas_usb3: fix number of the pipesYoshihiro Shimoda1-1/+1
2017-12-10usb: gadget: f_fs: Fix ExtCompat descriptor validationVincent Pelletier1-1/+1
2017-11-21usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov1-0/+1
2017-10-18usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov1-0/+5
2017-10-18usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov4-14/+25
2017-10-18USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern1-3/+6
2017-10-12USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern3-57/+10
2017-10-12usb: gadget: mass_storage: set msg_registered after msg registeredLi Jun1-2/+6
2017-10-12USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern1-2/+30
2017-10-12USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern1-0/+9
2017-10-12USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern1-4/+11
2017-10-12usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()Yoshihiro Shimoda1-2/+3
2017-10-12usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT valueYoshihiro Shimoda1-1/+10
2017-10-12usb: gadget: udc: renesas_usb3: fix for no-data control transferYoshihiro Shimoda1-1/+2
2017-10-12usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre1-1/+3
2017-10-12USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern1-1/+4
2017-10-12USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern1-5/+36
2017-08-16usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() callingYoshihiro Shimoda1-5/+16
2017-08-07usb: gadget: Fix copy/pasted error messageDavid Lechner1-1/+1
2017-07-05usb: gadget: f_fs: Fix possibe deadlockBaolin Wang1-2/+6
2017-06-29usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu1-5/+5
2017-06-24usb: gadget: composite: Fix function used to free memoryChristophe JAILLET1-1/+1
2017-06-24USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern3-19/+8
2017-06-24USB: gadget: fix GPF in gadgetfsAlan Stern1-1/+3
2017-06-24USB: gadget: dummy_hcd: fix hub-descriptor removable fieldsJohan Hovold1-3/+3
2017-06-24usb: gadget: udc: renesas_usb3: lock for PN_ registers accessYoshihiro Shimoda1-3/+25
2017-06-24usb: gadget: udc: renesas_usb3: fix deadlock by spinlockYoshihiro Shimoda1-3/+0
2017-06-24usb: gadget: udc: renesas_usb3: fix pm_runtime functions callingYoshihiro Shimoda1-6/+6
2017-06-14usb: gadget: f_mass_storage: Serialize wake and sleep executionThinh Nguyen1-2/+11
2017-05-20usb: gadget: legacy gadgets are optionalRomain Izard1-0/+1
2017-03-30usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalRoger Quadros1-1/+1