summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)Author
2023-10-25usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta
2023-09-23usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udcMa Ke
2023-06-28usb: gadget: udc: fix NULL dereference in remove()Dan Carpenter
2023-05-17usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...Zheng Wang
2023-04-20treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2023-04-20Revert "treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()"Tom Saeger
2023-03-11treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2023-03-11usb: gadget: udc: Avoid tasklet passing a globalKees Cook
2023-01-18usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij
2022-11-03usb: bdc: change state when port disconnectedJustin Chen
2022-09-28Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman
2022-09-28usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta
2022-08-25usb: gadget: udc: amd5536 depends on HAS_DMARandy Dunlap
2022-06-22usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin
2022-03-23usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern
2022-03-02USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich
2022-02-16usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transitionAdam Ford
2021-11-12usb: gadget: Mark USB_FSL_QE broken on 64-bitGeert Uytterhoeven
2021-09-30usb: gadget: r8a66597: fix a loop in set_feature()Dan Carpenter
2021-09-15usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET
2021-09-15usb: gadget: mv_u3d: request_irq() after initializing UDCNadezda Lutovinova
2021-09-15usb: gadget: udc: renesas_usb3: Fix soc_device_match() abuseGeert Uytterhoeven
2021-09-15usb: gadget: udc: at91: add IRQ checkSergey Shtylyov
2021-06-03usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()Yoshihiro Shimoda
2021-05-14usb: gadget: r8a66597: Add missing null check on return from platform_get_res...Colin Ian King
2021-05-14USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang
2021-05-14usb: gadget: aspeed: fix dma map failureTao Ren
2021-05-14fotg210-udc: Complete OUT requests on short packetsFabian Vogt
2021-05-14fotg210-udc: Don't DMA more than the buffer can takeFabian Vogt
2021-05-14fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt
2021-05-14fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt
2021-05-14fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt
2021-05-14fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt
2021-05-14usb: gadget: pch_udc: Check for DMA mapping errorAndy Shevchenko
2021-05-14usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko
2021-05-14usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko
2021-05-14usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko
2021-05-11usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam
2021-04-07usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang
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: aspeed: fix stop dma register setting.Ryan Chen
2020-12-21USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh
2020-11-18usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov
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: udc: atmel: fix uninitialized read in debug printkMichał Mirosław
2020-06-30usb: gadget: udc: Potential Oops in error handling codeDan Carpenter