summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorFilesLines
10 daysusb: gadget: f_tcm: synchronize delayed set_alt with teardownCen Zhang2-28/+177
2026-08-19usb: gadget: f_ncm: Use unsigned int for ndp_indexSonali Pradhan1-1/+1
2026-08-19usb: gadget: uvc: clamp SEND_RESPONSE length to the response bufferMuhammad Bilal1-0/+2
2026-08-19usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()Sonali Pradhan1-4/+13
2026-08-19usb: gadget: printer: fix infinite loop in printer_read()Melbin K Mathew1-5/+18
2026-08-19usb: gadget: f_midi: cancel pending IN work before freeing the midi objectFan Wu1-0/+1
2026-07-24usb: gadget: f_fs: Tie read_buffer lifetime to ffs_epfileNeill Kapron1-1/+1
2026-07-24usb: gadget: f_fs: initialize reset_work at allocation timeTyler Baker1-1/+2
2026-07-24usb: gadget: function: rndis: add length check for headerGriffin Kroah-Hartman1-0/+6
2026-07-24usb: gadget: function: rndis: add length check to response queryGriffin Kroah-Hartman1-4/+10
2026-06-19usb: gadget: f_hid: fix device reference leak in hidg_alloc()Guangshuo Li1-2/+1
2026-06-19usb: gadget: f_hid: tidy error handling in hidg_allocJohn Keeping1-10/+11
2026-06-19usb: gadget: u_ether: Fix NULL pointer deref in eth_get_drvinfoKuen-Han Tsai1-2/+4
2026-06-19usb: gadget: f_ncm: Fix net_device lifecycle with device_moveKuen-Han Tsai4-12/+73
2026-06-19usb: gadget: f_fs: copy only received bytes on short ep0 readMichael Bommarito1-1/+1
2026-06-01usb: gadget: f_phonet: fix skb frags[] overflow in pn_rx_complete()Greg Kroah-Hartman1-0/+9
2026-06-01usb: gadget: f_ncm: validate minimum block_len in ncm_unwrap_ntb()Greg Kroah-Hartman1-2/+2
2026-04-18usb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-5/+6
2026-04-18usb: gadget: u_ether: Fix race between gether_disconnect and eth_stopKuen-Han Tsai1-4/+4
2026-04-11usb: gadget: f_uac1_legacy: validate control request sizeTaegu Ha1-10/+37
2026-04-11usb: gadget: f_rndis: Protect RNDIS options with mutexKuen-Han Tsai1-3/+6
2026-04-11usb: gadget: f_subset: Fix unbalanced refcnt in geth_freeKuen-Han Tsai1-0/+6
2026-04-11usb: gadget: uvc: fix NULL pointer dereference during unbind raceJimmy Hu3-4/+43
2026-03-25usb: gadget: f_tcm: Fix NULL pointer dereferences in nexus handlingJiasheng Jiang1-0/+14
2026-03-25usb: gadget: f_mass_storage: Fix potential integer overflow in check_command_...Seungjin Bae1-2/+10
2025-12-07usb: gadget: f_eem: Fix memory leak in eem_unwrapKuen-Han Tsai1-1/+6
2025-12-07usb: gadget: f_hid: Fix zero length packet transferWilliam Wu1-2/+2
2025-12-07usb: gadget: f_ncm: Fix MAC assignment NCM ethernetraub camaioni1-1/+2
2025-12-07usb: gadget: f_fs: Fix epfile null pointer access after ep enable.Owen Gu1-1/+7
2025-10-29usb: gadget: f_ncm: Refactor bind path to use __free()Kuen-Han Tsai1-45/+33
2025-10-29usb: gadget: f_acm: Refactor bind path to use __free()Kuen-Han Tsai1-23/+19
2025-10-29usb: gadget: f_ecm: Refactor bind path to use __free()Kuen-Han Tsai1-28/+20
2025-10-29usb: gadget: f_rndis: Refactor bind path to use __free()Kuen-Han Tsai1-50/+35
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