summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2024-12-19usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessin...Lianqin Hu1-3/+6
2024-12-14Revert "usb: gadget: composite: fix OS descriptors w_value logic"Michal Vrastil1-3/+15
2024-09-04usb: gadget: fsl: Increase size of name buffer for endpointsUwe Kleine-König1-1/+1
2024-08-19usb: gadget: core: Check for unset descriptorChris Wulff1-6/+4
2024-07-18usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()Lee Jones1-0/+3
2024-07-05usb: gadget: printer: SS+ supportOliver Neukum1-0/+1
2024-07-05usb: gadget: f_fs: Fix race between aio_cancel() and AIO request completeWesley Cheng1-0/+4
2024-06-16usb: gadget: u_audio: Clear uac pointer when freed.Chris Wulff1-0/+2
2024-05-17usb: gadget: f_fs: Fix a race condition when processing setup packets.Chris Wulff1-1/+1
2024-05-17usb: gadget: composite: fix OS descriptors w_value logicPeter Korsgaard1-3/+3
2024-04-13usb: udc: remove warning when queue disabled epyuan linyu1-1/+3
2024-04-13usb: gadget: ncm: Fix handling of zero block length packetsKrishna Kurapati1-1/+1
2024-03-27usb: gadget: net2272: Use irqflags in the call to net2272_probe_finColin Ian King1-1/+1
2024-03-01usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBsKrishna Kurapati1-1/+9
2024-02-23usb: f_mass_storage: forbid async queue when shutdown happenyuan linyu1-2/+18
2023-12-13usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev1-3/+4
2023-11-28usb: gadget: f_ncm: Always set current gadget in ncm_bind()Hardik Gajjar1-16/+11
2023-10-25usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati1-7/+19
2023-10-25usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta1-8/+12
2023-09-23usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udcMa Ke1-1/+5
2023-09-23USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern1-1/+1
2023-06-28usb: gadget: udc: fix NULL dereference in remove()Dan Carpenter1-0/+3
2023-06-09usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal1-1/+1
2023-05-30usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe1-0/+3
2023-05-30usb: gadget: u_ether: Convert prints to device printsJon Hunter1-35/+1
2023-05-17usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...Zheng Wang1-0/+1
2023-04-20treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2023-04-20Revert "treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()"Tom Saeger1-1/+1
2023-04-05usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga1-1/+1
2023-03-11treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2023-03-11usb: gadget: udc: Avoid tasklet passing a globalKees Cook1-4/+2
2023-02-22usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami1-1/+3
2023-02-06usb: gadget: f_fs: Ensure ep0req is dequeued before free_requestUdipto Goswami1-0/+2
2023-02-06usb: gadget: f_fs: Prevent race during ffs_ep0_queue_waitUdipto Goswami1-0/+5
2023-01-24usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski1-1/+3
2023-01-24usb: gadget: g_webcam: Send color matching descriptor per frameDaniel Scally1-0/+3
2023-01-24USB: gadgetfs: Fix race between mounting and unmountingAlan Stern1-7/+21
2023-01-18usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping1-0/+1
2023-01-18usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping1-24/+28
2023-01-18usb: gadget: f_hid: optional SETUP/SET_REPORT modeMaxim Devaev2-33/+188
2023-01-18usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij1-6/+6
2023-01-18usb: gadget: uvc: Prevent buffer overflow in setup handlerSzymon Heidrich1-2/+3
2022-11-03usb: bdc: change state when port disconnectedJustin Chen1-0/+1
2022-10-26usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe1-6/+6
2022-09-28Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman1-8/+8
2022-09-28usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta1-8/+8
2022-09-15usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati1-2/+4
2022-08-25gadgetfs: ep_io - wait until IRQ finishesJozef Martiniak1-0/+1
2022-08-25usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_infoMichael Grzeschik1-1/+1
2022-08-25usb: gadget: udc: amd5536 depends on HAS_DMARandy Dunlap1-1/+1