summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2020-12-11usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam
2020-12-02usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong
2020-12-02usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong
2020-11-18usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov
2020-10-29usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti
2020-10-29usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang
2020-10-29usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti
2020-10-29usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti
2020-10-07USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue
2020-09-03USB: gadget: u_f: Unbreak offset calculation in VLAsAndy Shevchenko
2020-09-03USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile
2020-09-03USB: gadget: u_f: add overflow checks to VLA macrosBrooke Basile
2020-09-03usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET
2020-08-19usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol
2020-08-19usb: bdc: Halt controller on suspendDanesh Petigara
2020-08-19bdc: Fix bug causing crash after multiple disconnectsSasi Kumar
2020-08-19usb: gadget: net2280: fix memory leak on probe error handling pathsEvgeny Novikov
2020-07-29usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()Evgeny Novikov
2020-07-22usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang
2020-07-22usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław
2020-06-30usb: gadget: udc: Potential Oops in error handling codeDan Carpenter
2020-06-24usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak
2020-06-24usb: gadget: fix potential double-free in m66592_probe.Qiushi Wu
2020-06-24usb: gadget: lpc32xx_udc: don't dereference ep pointer before null checkColin Ian King
2020-06-24USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor
2020-06-24usb: gadget: core: sync interrupt before unbind the udcPeter Chen
2020-06-03usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada
2020-05-20usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun
2020-05-20usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun
2020-05-20usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET
2020-05-20usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272...Christophe JAILLET
2020-05-20USB: gadget: fix illegal array access in binding with UDCKyungtae Kim
2020-05-02usb: gadget: udc: atmel: Fix vbus disconnect handlingCristian Birsan
2020-05-02usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor
2020-04-29usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami
2020-04-17usb: gadget: composite: Inform controller driver of self-poweredThinh Nguyen
2020-04-17usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki
2020-03-12usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov
2020-03-12usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen
2020-03-12usb: gadget: composite: Support more than 500mA MaxPowerJack Pham
2020-02-28usb: gadget: composite: Fix bMaxPower for SuperSpeedPlusJack Pham
2020-02-24usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()Jia-Ju Bai
2020-02-11usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue
2020-02-11usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue
2020-02-11usb: gadget: legacy: set max_speed to super-speedRoger Quadros
2020-02-11usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transferPeter Chen
2020-01-12USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov
2020-01-09usb: gadget: fix wrong endpoint descEJ Hsu
2019-12-17USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov
2019-12-17usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva