summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2021-04-07usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang
2021-03-25usb: gadget: configfs: Fix KASAN use-after-freeJim Lin
2021-03-17usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol
2021-03-17usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol
2021-03-17USB: gadget: u_ether: Fix a configfs return codeDan Carpenter
2021-03-17USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()Wei Yongjun
2021-03-04usb: gadget: u_audio: Free requests only after callbackJack Pham
2021-02-10usb: gadget: aspeed: add missing of_node_putkernel test robot
2021-02-10USB: gadget: legacy: fix an error code in eth_bind()Dan Carpenter
2021-01-27usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson
2021-01-27usb: udc: core: Use lock when write to soft_connectThinh Nguyen
2021-01-27USB: gadget: dummy-hcd: Fix errors in port-reset handlingAlan Stern
2021-01-27usb: gadget: aspeed: fix stop dma register setting.Ryan Chen
2021-01-12usb: gadget: configfs: Fix use-after-free issue with udc_nameEddie Hung
2021-01-12usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru
2021-01-12usb: gadget: Fix spinlock lockup on usb_function_deactivateSriharsha Allenki
2021-01-12USB: gadget: legacy: fix return error code in acm_ms_bind()Yang Yingliang
2021-01-12usb: gadget: u_ether: Fix MTU size mismatch with RX packet sizeManish Narani
2021-01-12usb: gadget: function: printer: Fix a memory leak for interface descriptorZqiang
2021-01-12usb: gadget: f_uac2: reset wMaxPacketSizeJerome Brunet
2021-01-12USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bugAlan Stern
2021-01-12usb: gadget: select CONFIG_CRC32Arnd Bergmann
2021-01-12usb: gadget: enable super speed plustaehyun.cho
2020-12-26USB: gadget: f_rndis: fix bitrate for SuperSpeed and aboveWill McVicker
2020-12-26usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham
2020-12-26USB: gadget: f_midi: setup SuperSpeed Plus descriptorsWill McVicker
2020-12-26USB: gadget: f_acm: add support for SuperSpeed Plustaehyun.cho
2020-12-21USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh
2020-12-04usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam
2020-11-20usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong
2020-11-20usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong
2020-11-02Merge tag 'fixes-for-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab
2020-10-27usb: raw-gadget: fix memory leak in gadget_setupZqiang
2020-10-27usb: gadget: fsl: fix null pointer checkingRan Wang
2020-10-27usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2020-10-03Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2020-10-02usb: bdc: remove duplicated error messageTang Bin
2020-10-02usb: bdc: Fix unused assignment in bdc_probe()Tang Bin
2020-10-02usb: gadget: uvc: Fix the wrong v4l2_device_unregister callZqiang
2020-10-02usb: gadget: bcm63xx_udc: fix up the error of undeclared usb_debug_rootChunfeng Yun
2020-10-02usb: gadget: tegra-xudc: Do not print errors on probe deferralThierry Reding
2020-10-02usb: gadget: tegra-xudc: Properly align parametersThierry Reding
2020-10-02usb: gadget: fix spelling mistake "Dectected" -> "Detected"Colin Ian King
2020-10-02usb: gadget: tegra-xudc: Use consistent spelling and formattingThierry Reding
2020-10-02usb: gadget: tegra-xudc: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET
2020-10-02usb: gadget: core: do not try to disconnect gadget if it is not connectedPeter Chen
2020-10-02usb: gadget: s3c: Remove unused 'udc' variableKrzysztof Kozlowski
2020-10-02Revert "usb: udc: allow adding and removing the same gadget device"Peter Chen