summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
3 daysusb: gadget: f_uac1_legacy: validate control request sizeTaegu Ha1-10/+37
3 daysusb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-9/+10
3 daysusb: gadget: f_rndis: Fix net_device lifecycle with device_moveKuen-Han Tsai2-25/+48
3 daysusb: gadget: f_subset: Fix net_device lifecycle with device_moveKuen-Han Tsai2-35/+44
3 daysusb: gadget: f_eem: Fix net_device lifecycle with device_moveKuen-Han Tsai2-34/+46
3 daysusb: gadget: f_ecm: Fix net_device lifecycle with device_moveKuen-Han Tsai2-19/+39
3 daysusb: gadget: f_rndis: Protect RNDIS options with mutexKuen-Han Tsai1-3/+6
3 daysusb: gadget: f_subset: Fix unbalanced refcnt in geth_freeKuen-Han Tsai1-0/+6
3 daysusb: gadget: uvc: fix NULL pointer dereference during unbind raceJimmy Hu3-4/+43
3 daysusb: gadget: u_ether: Fix NULL pointer deref in eth_get_drvinfoKuen-Han Tsai1-2/+4
3 daysusb: gadget: u_ether: Fix race between gether_disconnect and eth_stopKuen-Han Tsai1-5/+5
3 daysusb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial...Sebastian Urban1-0/+6
3 daysUSB: dummy-hcd: Fix interrupt synchronization errorAlan Stern1-15/+14
3 daysUSB: dummy-hcd: Fix locking/synchronization errorAlan Stern1-1/+6
2026-03-25usb: gadget: f_tcm: Fix NULL pointer dereferences in nexus handlingJiasheng Jiang1-0/+14
2026-03-25usb: gadget: f_ncm: Fix net_device lifecycle with device_moveKuen-Han Tsai4-14/+74
2026-03-25usb: gadget: f_mass_storage: Fix potential integer overflow in check_command_...Seungjin Bae1-2/+10
2026-03-04usb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDNHaotien Hsu1-3/+9
2026-03-04usb: gadget: f_fs: Fix ioctl error handlingSam Day1-12/+6
2026-03-04usb: gadget: f_fs: fix DMA-BUF OUT queuesSam Day1-3/+3
2026-03-04usb: bdc: fix sleep during atomicJustin Chen1-2/+2
2026-01-08usb: gadget: lpc32xx_udc: fix clock imbalance in error pathJohan Hovold1-10/+10
2026-01-08USB: lpc32xx_udc: Fix error handling in probeMa Ke1-6/+15
2025-12-18usb: gadget: tegra-xudc: Always reinitialize data toggle when clear haltHaotien Hsu1-6/+0
2025-12-18usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZEGopi Krishna Menon1-0/+3
2025-12-07usb: gadget: udc: fix use-after-free in usb_gadget_state_workJimmy Hu1-1/+16
2025-12-07usb: udc: Add trace event for usb_gadget_set_stateKuen-Han Tsai2-0/+6
2025-12-07usb: gadget: f_eem: Fix memory leak in eem_unwrapKuen-Han Tsai1-1/+6
2025-12-07usb: gadget: renesas_usbf: Handle devm_pm_runtime_enable() errorsHaotian Zhang1-1/+3
2025-11-13usb: gadget: f_hid: Fix zero length packet transferWilliam Wu1-2/+2
2025-11-13usb: gadget: f_ncm: Fix MAC assignment NCM ethernetraub camaioni1-1/+2
2025-11-13usb: gadget: f_fs: Fix epfile null pointer access after ep enable.Owen Gu1-1/+7
2025-10-29usb: raw-gadget: do not limit transfer lengthAndrey Konovalov1-2/+0
2025-10-23usb: gadget: f_rndis: Refactor bind path to use __free()Kuen-Han Tsai1-50/+35
2025-10-23usb: gadget: f_ecm: Refactor bind path to use __free()Kuen-Han Tsai1-28/+20
2025-10-23usb: gadget: f_acm: Refactor bind path to use __free()Kuen-Han Tsai1-23/+19
2025-10-23usb: gadget: f_ncm: Refactor bind path to use __free()Kuen-Han Tsai1-45/+33
2025-10-23usb: gadget: Store endpoint pointer in usb_requestKuen-Han Tsai1-0/+3
2025-10-15usb: gadget: configfs: Correctly set use_os_string at bindWilliam Wu1-0/+2
2025-09-19usb: gadget: midi2: Fix MIDI2 IN EP max packet sizeTakashi Iwai1-2/+8
2025-09-19usb: gadget: midi2: Fix missing UMP group attributes initializationTakashi Iwai1-0/+1
2025-09-19USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernelsAlan Stern1-4/+4
2025-08-28usb: gadget: udc: renesas_usb3: fix device leak at unbindJohan Hovold1-0/+1
2025-08-15usb: gadget : fix use-after-free in composite_dev_cleanup()Tao Xue1-0/+5
2025-08-15USB: gadget: f_hid: Fix memory leak in hidg_bind error pathYuhao Jiang1-3/+4
2025-07-24usb: gadget: configfs: Fix OOB read on empty string writeXinyu Liu1-0/+4
2025-07-17Revert "usb: gadget: u_serial: Add null pointer check in gs_start_io"Kuen-Han Tsai1-5/+1
2025-07-17usb: gadget: u_serial: Fix race condition in TTY wakeupKuen-Han Tsai1-3/+3
2025-07-06usb: gadget: f_hid: wake up readers on disable/unbindPeter Korsgaard1-2/+17
2025-07-06usb: potential integer overflow in usbg_make_tpg()Chen Yufeng1-2/+2