summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2026-08-14usb: gadget: uvc: fix dangling pointers in uvc_function_bind() and uvc_functi...Jeffin Philip
2026-08-14usb: gadget: u_audio: Fix use-after-free on sound card disconnectSonali Pradhan
2026-08-14usb: gadget: f_tcm: keep port count until LUN teardown completesShuangpeng Bai
2026-08-14usb: gadget: snps_udc_plat: clean up PHY on probe deferralMyeonghun Pak
2026-08-14usb: gadget: f_tcm: fix deadlock in usbg_make_tpg()Yun Zhou
2026-08-14usb: gadget: f_fs: Fix Use-After-Free in AIO error pathNeill Kapron
2026-08-14usb: gadget: f_fs: Prevent deadlock during ep0 read loopNeill Kapron
2026-08-14usb: gadget: at91_udc: drain polled-VBUS timer/work before udc is freedFan Wu
2026-08-14usb: gadget: midi2: remove default configfs groups on teardownJoshua Crofts
2026-08-14usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init()Jeffin Philip
2026-08-14Merge 7.2-rc7 into usb-nextGreg Kroah-Hartman
2026-08-03usb: gadget: f_ncm: Use unsigned int for ndp_indexSonali Pradhan
2026-07-27Merge 7.2-rc5 into usb-nextGreg Kroah-Hartman
2026-07-23usb: gadget: f_mass_storage: Remove obsolete version logFabio Estevam
2026-07-17usb: gadget: f_uac1_legacy: remove broken string configfs attributesXu Yang
2026-07-17usb: gadget: f_fs: fix __le16 of wMaxPacketSizeBen Dooks
2026-07-16usb: gadget: dummy_hcd: prevent fifo_req reuse during givebackJinchao Wang
2026-07-13usb: gadget: printer: fix infinite loop in printer_read()Melbin K Mathew
2026-07-13usb: gadget: f_midi: cancel pending IN work before freeing the midi objectFan Wu
2026-07-13usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardownFan Wu
2026-07-13usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()Sonali Pradhan
2026-07-13USB: gadget: fsl-udc: drop misleading unbind sanity checkJohan Hovold
2026-07-13USB: gadget: fsl-udc: fix dev_printk() deviceJohan Hovold
2026-07-13USB: gadget: snps-udc: fix device name leak on probe failureJohan Hovold
2026-07-13USB: gadget: fsl-udc: fix device name leak on probe failureJohan Hovold
2026-07-13usb: gadget: uvc: clamp SEND_RESPONSE length to the response bufferMuhammad Bilal
2026-07-13usb: gadget: f_tcm: synchronize delayed set_alt with teardownCen Zhang
2026-07-13usb: udc: pxa: fix error handlingArnd Bergmann
2026-07-13Merge 7.2-rc3 into usb-nextGreg Kroah-Hartman
2026-07-12Merge tag 'usb-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-07-10USB: gadget: fsl-udc: enable compile testingJohan Hovold
2026-07-10usb: gadget: pch_udc: remove excess kernel-doc member for registeredRosen Penev
2026-07-10USB: gadget: inode: fix mm lifetime handlingGabriel Prostitis
2026-07-10USB: gadget: ffs: fix mm lifetime handlingGabriel Prostitis
2026-07-10usb: gadget: aspeed_udc: check endpoint DMA allocationRuoyu Wang
2026-07-10usb: fsl_qe_udc: check qe_alloc_request() failure in ch9getstatus()Haoxiang Li
2026-07-10usb: gadget: u_audio: clean up capture endpoint on feedback failureXu Rao
2026-07-10usb: gadget: nokia: correct CONFIG_USB_GADGET_DEBUG_FILES macro name in commentEthan Nelson-Moore
2026-07-10usb: gadget: configfs: fix out-of-bounds read of qw_signMichael Bommarito
2026-07-10usb_string_copy: Use kzalloc() to avoid leaking old dataDavid Laight
2026-07-10usb: gadget: f_fs: Introduce rw_proxy file descriptorsNeill Kapron
2026-07-10usb: gadget: f_fs: Add zero-length packet ioctlNeill Kapron
2026-07-10usb: gadget: f_fs: Fix fence cleanup in ffs_dmabuf_transfer() error pathsNuno Sá
2026-07-10usb: gadget: uac: validate rate list length before storingQing Ming
2026-07-08usb: gadget: r8a66597: avoid double free of ep0_req in probe error pathHongyan Xu
2026-07-08usb: gadget: udc: Fix use-after-free in gadget_match_driverJimmy Hu
2026-07-08usb: gadget: function: rndis: add length check for headerGriffin Kroah-Hartman
2026-07-08usb: gadget: function: rndis: add length check to response queryGriffin Kroah-Hartman
2026-07-08usb: gadget: f_printer: take kref only for successful openXu Rao
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)