summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2021-06-16usb: fix various gadget panics on 10gbps cablingMaciej Żenczykowski
2021-06-16usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski
2021-06-16usb: gadget: eem: fix wrong eem header operationLinyu Yuan
2021-06-16usb: gadget: f_fs: Ensure io_completion_wq is idle during unbindWesley Cheng
2021-06-16usb: f_ncm: only first packet of aggregate needs to start timerMaciej Żenczykowski
2021-06-16USB: f_ncm: ncm_bitrate (speed) is unsignedMaciej Żenczykowski
2021-06-03usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()Yoshihiro Shimoda
2021-05-22usb: gadget: r8a66597: Add missing null check on return from platform_get_res...Colin Ian King
2021-05-22USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang
2021-05-22usb: gadget: aspeed: fix dma map failureTao Ren
2021-05-22fotg210-udc: Complete OUT requests on short packetsFabian Vogt
2021-05-22fotg210-udc: Don't DMA more than the buffer can takeFabian Vogt
2021-05-22fotg210-udc: Mask GRP2 interrupts we don't handleFabian Vogt
2021-05-22fotg210-udc: Remove a dubious condition leading to fotg210_doneFabian Vogt
2021-05-22fotg210-udc: Fix EP0 IN requests bigger than two packetsFabian Vogt
2021-05-22fotg210-udc: Fix DMA on EP0 for length > max packet sizeFabian Vogt
2021-05-22usb: gadget: pch_udc: Check for DMA mapping errorAndy Shevchenko
2021-05-22usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko
2021-05-22usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko
2021-05-22usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko
2021-05-22usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson
2021-05-22usb: gadget: Fix double free of device descriptor pointersHemant Kumar
2021-05-22usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam
2021-05-22usb: gadget: f_uac1: validate input parametersRuslan Bilovol
2021-05-22usb: gadget: uvc: add bInterval checking for HS modePawel Laszczak
2021-04-07usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang
2021-03-24usb: gadget: configfs: Fix KASAN use-after-freeJim Lin
2021-03-24USB: replace hardcode maximum usb string length by definitionMacpaul 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-04usb: gadget: u_audio: Free requests only after callbackJack Pham
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: 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: select CONFIG_CRC32Arnd Bergmann
2021-01-12usb: gadget: enable super speed plustaehyun.cho
2020-12-30USB: gadget: f_rndis: fix bitrate for SuperSpeed and aboveWill McVicker
2020-12-30usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham
2020-12-30USB: gadget: f_midi: setup SuperSpeed Plus descriptorsWill McVicker
2020-12-30USB: gadget: f_acm: add support for SuperSpeed Plustaehyun.cho
2020-12-30USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh