summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2019-05-16usb: gadget: net2272: Fix net2272_dequeue()Guido Kiener
2019-05-16usb: gadget: net2280: Fix overrun of OUT messagesGuido Kiener
2019-04-03usb: gadget: configfs: add mutex lock before unregister gadgetWinter Wang
2019-03-23usb: gadget: Potential NULL dereference on allocation errorDan Carpenter
2019-02-20usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva
2018-12-17USB: omap_udc: fix USB gadget functionality on Palm Tungsten EAaro Koskinen
2018-12-17USB: omap_udc: fix omap_udc_start() on 15xx machinesAaro Koskinen
2018-12-17USB: omap_udc: fix crashes on probe error and module removalAaro Koskinen
2018-12-17USB: omap_udc: use devm_request_irq()Aaro Koskinen
2018-12-13usb: gadget: dummy: fix nonsensical comparisonsArnd Bergmann
2018-11-10usb: gadget: f_uac1: access freed memory at f_audio_free_instPeter Chen
2018-11-10usb: gadget: gadgetfs: fix an oops in ep_write()Dan Carpenter
2018-09-05usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca
2018-09-05usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a6659...Jia-Ju Bai
2018-09-05usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_...Jia-Ju Bai
2018-08-28usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun
2018-07-28usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang
2018-05-30usb: gadget: composite: fix incorrect handling of OS desc requestsChris Dickens
2018-05-30usb: gadget: udc: change comparison to bitshift when dealing with a maskWolfram Sang
2018-05-30usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen
2018-05-30usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner
2018-05-30usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping
2018-04-08usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak
2018-04-08usb: gadget: align buffer size when allocating for OUT endpointFelipe F. Tonello
2018-04-08usb: gadget: change len to size_t on alloc_ep_req()Felipe F. Tonello
2018-04-08usb: gadget: define free_ep_req as universal functionFelipe F. Tonello
2018-03-22usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...Yuyang Du
2018-02-28usb: gadget: f_fs: Process all descriptors during bindJack Pham
2018-02-07usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar
2018-02-07usb: gadget: don't dereference g until after it has been null checkedColin Ian King
2017-12-25usb: gadget: udc: remove pointer dereference after freeGustavo A. R. Silva
2017-12-25usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeedRoger Quadros
2017-12-16usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier
2017-12-16USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET
2017-12-16usb: gadget: configs: plug memory leakJohn Keeping
2017-10-18Revert "usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write"Greg Kroah-Hartman
2017-10-18usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov
2017-10-12USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern
2017-10-12USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern
2017-10-12USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern
2017-10-12USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern
2017-10-12usb: gadget: inode.c: fix unbalanced spin_lock in ep0_writeDavid Eccher
2017-07-05usb: gadget: f_fs: Fix possibe deadlockBaolin Wang
2017-06-29usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu
2017-06-26USB: gadget: dummy_hcd: fix hub-descriptor removable fieldsJohan Hovold
2017-06-14usb: gadget: f_mass_storage: Serialize wake and sleep executionThinh Nguyen
2017-05-08usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello
2017-04-30gadgetfs: fix uninitialized variable in error handlingArnd Bergmann
2017-04-22ACM gadget: fix endianness in notificationsOliver Neukum
2017-04-18usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalRoger Quadros