summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorFilesLines
2025-07-17usb: gadget: u_serial: Fix race condition in TTY wakeupKuen-Han Tsai1-3/+3
2025-07-06usb: potential integer overflow in usbg_make_tpg()Chen Yufeng1-2/+2
2025-06-27HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge1-6/+6
2025-04-07usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.cAbhishek Tamboli1-1/+11
2025-03-07USB: gadget: f_midi: f_midi_complete to call queue_workJill Donahue1-1/+1
2025-02-21usb: gadget: f_midi: fix MIDI Streaming descriptor lengthsJohn Keeping1-4/+4
2025-02-21usb: gadget: f_tcm: Don't prepare BOT write request twiceThinh Nguyen1-17/+0
2025-02-21usb: gadget: f_tcm: ep_autoconfig with fullspeed endpointThinh Nguyen1-18/+14
2025-02-21usb: gadget: f_tcm: Decrement command ref count on cleanupThinh Nguyen1-0/+1
2025-02-21usb: gadget: f_tcm: Translate error to senseThinh Nguyen1-2/+2
2025-02-21usb: gadget: f_tcm: Don't free command immediatelyThinh Nguyen1-2/+0
2025-02-21usb: gadget: f_tcm: Fix Get/SetInterface return valueThinh Nguyen1-2/+10
2025-02-01Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix ...Greg Kroah-Hartman1-4/+4
2025-01-17usb: gadget: f_fs: Remove WARN_ON in functionfs_bindAkash M1-1/+1
2025-01-17usb: gadget: f_uac2: Fix incorrect setting of bNumEndpointsPrashanth K1-0/+1
2025-01-17usb: gadget: u_serial: Disable ep before setting port to null to fix the cras...Lianqin Hu1-4/+4
2024-12-19usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessin...Lianqin Hu1-3/+6
2024-11-01usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING storeKevin Groeneveld1-3/+3
2024-11-01usb: gadget: f_uac2: fix non-newline-terminated function nameJohn Keeping1-1/+4
2024-11-01usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variantLee Jones1-3/+3
2024-08-29Revert "usb: gadget: uvc: cleanup request when not in correct state"Greg Kroah-Hartman1-6/+0
2024-08-29usb: gadget: uvc: cleanup request when not in correct stateMichael Grzeschik1-0/+6
2024-08-14usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_...Chris Wulff1-8/+34
2024-08-14usb: gadget: u_serial: Set start_delayed during suspendPrashanth K1-0/+1
2024-07-05usb: gadget: printer: fix races against disableOliver Neukum1-10/+29
2024-07-05usb: gadget: printer: SS+ supportOliver Neukum1-0/+1
2024-06-27usb: gadget: function: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET3-8/+8
2024-06-21usb: gadget: f_fs: Fix race between aio_cancel() and AIO request completeWesley Cheng1-1/+6
2024-06-21usb: gadget: f_fs: use io_data->status consistentlyJohn Keeping1-4/+4
2024-06-12usb: gadget: u_audio: Clear uac pointer when freed.Chris Wulff1-0/+2
2024-06-12usb: gadget: u_audio: Fix race condition use of controls after free during ga...Chris Wulff1-10/+9
2024-05-17usb: gadget: f_fs: Fix a race condition when processing setup packets.Chris Wulff1-1/+1
2024-04-27usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport errorNorihiko Hama1-2/+2
2024-04-13usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERRMichael Grzeschik1-0/+3
2024-04-03usb: gadget: ncm: Fix handling of zero block length packetsKrishna Kurapati1-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-20usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati1-7/+19
2023-09-13USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern1-1/+1
2023-08-23usb: gadget: uvc: queue empty isoc requests if no video buffer is availableAvichal Rakesh1-8/+24
2023-08-23usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_pushPrashanth K1-0/+3
2023-07-19usb: gadget: u_serial: Add null pointer check in gserial_suspendPrashanth K1-2/+11
2023-06-09usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal1-1/+1
2023-05-24usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe1-0/+3
2023-05-11scsi: target: Pass in cmd counter to use during cmd setupMike Christie1-2/+2
2023-03-30usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga1-1/+1
2023-03-11usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang1-4/+4
2023-03-11usb: gadget: uvc: Make bSourceID read/writeDaniel Scally1-1/+58