summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang2021-04-071-5/+5
* usb: gadget: configfs: Fix KASAN use-after-freeJim Lin2021-03-241-4/+10
* USB: replace hardcode maximum usb string length by definitionMacpaul Lin2021-03-243-5/+5
* usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol2021-03-171-0/+1
* usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol2021-03-171-1/+1
* USB: gadget: u_ether: Fix a configfs return codeDan Carpenter2021-03-171-3/+2
* usb: gadget: u_audio: Free requests only after callbackJack Pham2021-03-041-3/+14
* USB: gadget: legacy: fix an error code in eth_bind()Dan Carpenter2021-02-101-1/+3
* usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson2021-01-271-1/+1
* usb: udc: core: Use lock when write to soft_connectThinh Nguyen2021-01-271-3/+10
* usb: gadget: aspeed: fix stop dma register setting.Ryan Chen2021-01-271-1/+4
* usb: gadget: configfs: Fix use-after-free issue with udc_nameEddie Hung2021-01-121-2/+9
* usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru2021-01-121-2/+2
* usb: gadget: Fix spinlock lockup on usb_function_deactivateSriharsha Allenki2021-01-121-2/+8
* USB: gadget: legacy: fix return error code in acm_ms_bind()Yang Yingliang2021-01-121-1/+3
* usb: gadget: u_ether: Fix MTU size mismatch with RX packet sizeManish Narani2021-01-121-4/+5
* usb: gadget: function: printer: Fix a memory leak for interface descriptorZqiang2021-01-121-0/+1
* usb: gadget: f_uac2: reset wMaxPacketSizeJerome Brunet2021-01-121-14/+55
* usb: gadget: select CONFIG_CRC32Arnd Bergmann2021-01-121-0/+2
* usb: gadget: enable super speed plustaehyun.cho2021-01-121-2/+2
* USB: gadget: f_rndis: fix bitrate for SuperSpeed and aboveWill McVicker2020-12-301-1/+3
* usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham2020-12-301-1/+4
* USB: gadget: f_midi: setup SuperSpeed Plus descriptorsWill McVicker2020-12-301-0/+6
* USB: gadget: f_acm: add support for SuperSpeed Plustaehyun.cho2020-12-301-1/+1
* USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh2020-12-211-1/+1
* usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam2020-12-111-2/+4
* usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong2020-12-021-0/+3
* usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong2020-12-021-3/+7
* usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov2020-11-181-1/+1
* usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti2020-10-291-1/+1
* usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang2020-10-291-2/+14
* usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti2020-10-291-1/+1
* usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti2020-10-291-2/+4
* USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue2020-10-071-28/+2
* USB: gadget: u_f: Unbreak offset calculation in VLAsAndy Shevchenko2020-09-031-4/+4
* USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile2020-09-031-12/+69
* USB: gadget: u_f: add overflow checks to VLA macrosBrooke Basile2020-09-031-11/+27
* usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET2020-09-031-3/+4
* usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol2020-08-191-5/+2
* usb: bdc: Halt controller on suspendDanesh Petigara2020-08-191-2/+7
* bdc: Fix bug causing crash after multiple disconnectsSasi Kumar2020-08-192-6/+14
* usb: gadget: net2280: fix memory leak on probe error handling pathsEvgeny Novikov2020-08-191-1/+3
* usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()Evgeny Novikov2020-07-291-2/+5
* usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang2020-07-221-0/+2
* usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław2020-07-221-1/+1
* usb: gadget: udc: Potential Oops in error handling codeDan Carpenter2020-06-301-1/+2
* usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak2020-06-241-17/+61
* usb: gadget: fix potential double-free in m66592_probe.Qiushi Wu2020-06-241-1/+1
* usb: gadget: lpc32xx_udc: don't dereference ep pointer before null checkColin Ian King2020-06-241-5/+6
* USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor2020-06-241-4/+0