aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2024-03-26usb: gadget: net2272: Use irqflags in the call to net2272_probe_finColin Ian King
2024-03-01usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBsKrishna Kurapati
2024-02-23usb: f_mass_storage: forbid async queue when shutdown happenyuan linyu
2023-12-13usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev
2023-11-28usb: gadget: f_ncm: Always set current gadget in ncm_bind()Hardik Gajjar
2023-10-25usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati
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-09-23USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern
2023-06-28usb: gadget: udc: fix NULL dereference in remove()Dan Carpenter
2023-06-09usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal
2023-05-30usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe
2023-05-30usb: gadget: u_ether: Convert prints to device printsJon Hunter
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-04-05usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga
2023-03-11treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2023-03-11usb: gadget: udc: Avoid tasklet passing a globalKees Cook
2023-02-22usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami
2023-02-06usb: gadget: f_fs: Ensure ep0req is dequeued before free_requestUdipto Goswami
2023-02-06usb: gadget: f_fs: Prevent race during ffs_ep0_queue_waitUdipto Goswami
2023-01-24usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski
2023-01-24usb: gadget: g_webcam: Send color matching descriptor per frameDaniel Scally
2023-01-24USB: gadgetfs: Fix race between mounting and unmountingAlan Stern
2023-01-18usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping
2023-01-18usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping
2023-01-18usb: gadget: f_hid: optional SETUP/SET_REPORT modeMaxim Devaev
2023-01-18usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij
2023-01-18usb: gadget: uvc: Prevent buffer overflow in setup handlerSzymon Heidrich
2022-11-03usb: bdc: change state when port disconnectedJustin Chen
2022-10-26usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe
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-09-15usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati
2022-08-25gadgetfs: ep_io - wait until IRQ finishesJozef Martiniak
2022-08-25usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_infoMichael Grzeschik
2022-08-25usb: gadget: udc: amd5536 depends on HAS_DMARandy Dunlap
2022-06-25usb: gadget: u_ether: fix regression in setting fixed MAC addressMarian Postevca
2022-06-22usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin
2022-05-09usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind()Vijayavardhan Vennapusa
2022-05-09usb: gadget: uvc: Fix crash when encoding data for usb requestDan Vacura
2022-03-23usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern
2022-03-23usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter
2022-03-08usb: gadget: clear related members when goto failHangyu Hua
2022-03-08usb: gadget: don't release an existing dev->bufHangyu Hua
2022-03-02USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich
2022-03-02usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung
2022-02-16usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman
2022-02-16usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman