aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2018-05-22usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak
2018-05-22usb: gadget: align buffer size when allocating for OUT endpointFelipe F. Tonello
2018-05-22usb: gadget: change len to size_t on alloc_ep_req()Felipe F. Tonello
2018-05-22usb: gadget: define free_ep_req as universal functionFelipe F. Tonello
2018-05-22usb: gadget: bdc: 64-bit pointer capability checkSrinath Mannam
2018-05-22USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun
2018-05-22usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...Yuyang Du
2018-03-20usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong
2018-03-04usb: gadget: f_fs: Process all descriptors during bindJack Pham
2018-02-28usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar
2018-02-28usb: gadget: don't dereference g until after it has been null checkedColin Ian King
2018-02-28usb: gadget: udc: remove pointer dereference after freeGustavo A. R. Silva
2018-02-28usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeedRoger Quadros
2018-01-17usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier
2018-01-17USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET
2018-01-17usb: gadget: configs: plug memory leakJohn Keeping
2017-11-05usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov
2017-11-05USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern
2017-11-05USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern
2017-11-05usb: gadget: mass_storage: set msg_registered after msg registeredLi Jun
2017-11-05USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern
2017-11-05USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern
2017-11-05USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern
2017-11-05USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern
2017-11-05USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern
2017-11-05usb: gadget: inode.c: fix unbalanced spin_lock in ep0_writeDavid Eccher
2017-09-10usb: gadget: Fix copy/pasted error messageDavid Lechner
2017-07-31usb: gadget: f_fs: Fix possibe deadlockBaolin Wang
2017-07-31usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu
2017-06-25USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern
2017-06-25USB: gadget: dummy_hcd: fix hub-descriptor removable fieldsJohan Hovold
2017-06-25usb: gadget: f_mass_storage: Serialize wake and sleep executionThinh Nguyen
2017-06-13usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello
2017-05-17usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalRoger Quadros
2017-05-17ACM gadget: fix endianness in notificationsOliver Neukum
2017-05-17usb: gadget: dummy_hcd: clear usb_gadget region before registrationPeter Chen
2017-05-17usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi
2017-05-17usb: gadget: udc: fsl: Add missing complete function.Magnus Lilja
2017-03-06usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier
2017-03-02USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern
2017-03-02USB: gadgetfs: fix use-after-free bugAlan Stern
2017-03-02USB: gadgetfs: fix unbounded memory allocation bugAlan Stern
2017-03-02usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman
2017-03-02USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern
2017-03-02usb: gadget: composite: Test get_alt() presence instead of set_alt()Krzysztof Opasiak
2017-01-12usb: gadget: composite: correctly initialize ep->maxpacketFelipe Balbi
2016-11-01usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi
2016-07-10usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen
2016-07-10usb: gadget: fix spinlock dead lock in gadgetfsBin Liu
2016-06-03usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz