summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2020-06-11USB: gadget: fix illegal array access in binding with UDCKyungtae Kim
2020-05-22usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue
2020-05-22usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue
2020-02-11usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva
2020-02-11usb: gadget: u_serial: add missing port entry lockingMichał Mirosław
2020-01-11usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSGXerox Lin
2020-01-11usb: gadget: configfs: add mutex lock before unregister gadgetWinter Wang
2020-01-11usb: gadget: Add the gserial port checking in gs_start_tx()Baolin Wang
2020-01-11usb: gadget: serial: fix re-ordering of tx dataPhilip Oberstaller
2020-01-11usb: gadget: composite: fix dereference after null check coverify warningPeter Chen
2019-12-19usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan
2019-12-19usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva
2019-12-19USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com
2019-10-31usb: gadget: ether: Fix race between gether_disconnect and rx_submitKiruthika Varadarajan
2019-05-02usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva
2019-02-11usb: gadget: fsl_udc_core: check allocation return value and cleanup on failureNicholas Mc Guire
2018-12-16usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-16USB: net2280: Fix erroneous synchronization changeAlan Stern
2018-12-16usb: gadget: net2280: fix pullup handlingMian Yousaf Kaukab
2018-12-16usb: gadget: udc: net2280: do not rely on 'driver' argumentFelipe Balbi
2018-11-20usb: gadget: u_audio: update hw_ptr in iso_complete after data copiedJoshua Frkuska
2018-11-20usb: gadget: function: printer: avoid wrong list handling in printer_write()Yoshihiro Shimoda
2018-11-20usb: gadget: function: printer: avoid spinlock recursionYoshihiro Shimoda
2018-06-16usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar
2018-06-16usb: gadget: f_fs: Fix possibe deadlockBaolin Wang
2018-03-03USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern
2018-03-03USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_rel...Alan Stern
2018-03-03usb: udc: core: add device_del() call to error pathwayAlan Stern
2018-03-03usb: gadget: don't dereference g until after it has been null checkedColin Ian King
2018-01-01usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov
2018-01-01USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern
2018-01-01USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern
2018-01-01USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern
2018-01-01USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern
2018-01-01USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern
2018-01-01USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern
2018-01-01USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern
2018-01-01USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern
2018-01-01usb: gadget: dummy: fix nonsensical comparisonsArnd Bergmann
2017-09-15usb: gadget: f_mass_storage: Serialize wake and sleep executionThinh Nguyen
2017-09-15USB: gadget: dummy_hcd: fix hub-descriptor removable fieldsJohan Hovold
2017-07-18usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalRoger Quadros
2017-07-18usb: gadget: uvc: Fix endianness mismatchesLaurent Pinchart
2017-07-18ACM gadget: fix endianness in notificationsOliver Neukum
2017-07-18usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi
2017-06-05usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak
2017-06-05usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak
2017-06-05usb: gadget: f_hid: fix: Free out requestsKrzysztof Opasiak
2017-06-05usb: gadget: define free_ep_req as universal functionFelipe F. Tonello
2017-03-16USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern