summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
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-06usb: 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
2017-03-30ACM gadget: fix endianness in notificationsOliver Neukum1-1/+3
2017-03-22usb: gadget: udc: atmel: remove memory leakAlexandre Belloni2-1/+3
2017-03-18Revert "usb: gadget: uvc: Add missing call for additional setup data"Roger Quadros1-7/+0
2017-03-18usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi1-2/+13
2017-03-18usb: gadget: dummy_hcd: clear usb_gadget region before registrationPeter Chen1-0/+2
2017-03-12usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak1-23/+34
2017-03-12usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak1-4/+20
2017-03-12usb: gadget: f_hid: fix: Free out requestsKrzysztof Opasiak1-8/+24
2017-03-12usb: gadget: udc: fsl: Add missing complete function.Magnus Lilja1-2/+8
2017-03-12usb: gadget: udc-core: Rescan pending list on driver unbindKrzysztof Opasiak1-14/+31
2017-02-09usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier1-1/+12
2017-01-12usb: gadget: composite: always set ep->mult to a sensible valueFelipe Balbi2-3/+8
2017-01-12Revert "usb: gadget: composite: always set ep->mult to a sensible value"Greg Kroah-Hartman2-8/+3
2017-01-12usb: gadget: Fix second argument of percpu_ida_alloc()Bart Van Assche1-1/+1
2017-01-12usb: gadget: udc: core: fix return code of usb_gadget_probe_driver()Felix Hädicke1-1/+5
2017-01-12usb: gadget: composite: Test get_alt() presence instead of set_alt()Krzysztof Opasiak1-4/+8
2017-01-12USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern1-3/+3
2017-01-12USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern1-3/+7
2017-01-12USB: gadgetfs: fix use-after-free bugAlan Stern1-0/+2
2017-01-12USB: gadgetfs: fix unbounded memory allocation bugAlan Stern1-1/+1
2017-01-12usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman1-1/+2