summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2026-01-11usb: gadget: lpc32xx_udc: fix clock imbalance in error pathJohan Hovold
2026-01-11USB: lpc32xx_udc: Fix error handling in probeMa Ke
2026-01-11usb: gadget: tegra-xudc: Always reinitialize data toggle when clear haltHaotien Hsu
2026-01-11usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZEGopi Krishna Menon
2025-12-07usb: gadget: udc: fix use-after-free in usb_gadget_state_workJimmy Hu
2025-12-07usb: udc: Add trace event for usb_gadget_set_stateKuen-Han Tsai
2025-12-07usb: gadget: f_eem: Fix memory leak in eem_unwrapKuen-Han Tsai
2025-12-07usb: gadget: renesas_usbf: Handle devm_pm_runtime_enable() errorsHaotian Zhang
2025-11-24usb: gadget: f_hid: Fix zero length packet transferWilliam Wu
2025-11-24usb: gadget: f_ncm: Fix MAC assignment NCM ethernetraub camaioni
2025-11-24usb: gadget: f_fs: Fix epfile null pointer access after ep enable.Owen Gu
2025-10-29usb: raw-gadget: do not limit transfer lengthAndrey Konovalov
2025-10-23usb: gadget: f_rndis: Refactor bind path to use __free()Kuen-Han Tsai
2025-10-23usb: gadget: f_ncm: Refactor bind path to use __free()Kuen-Han Tsai
2025-10-23usb: gadget: f_acm: Refactor bind path to use __free()Kuen-Han Tsai
2025-10-23usb: gadget: f_ecm: Refactor bind path to use __free()Kuen-Han Tsai
2025-10-23usb: gadget: Store endpoint pointer in usb_requestKuen-Han Tsai
2025-10-15usb: gadget: configfs: Correctly set use_os_string at bindWilliam Wu
2025-09-19usb: gadget: midi2: Fix MIDI2 IN EP max packet sizeTakashi Iwai
2025-09-19usb: gadget: midi2: Fix missing UMP group attributes initializationTakashi Iwai
2025-09-19USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernelsAlan Stern
2025-08-28usb: gadget: udc: renesas_usb3: fix device leak at unbindJohan Hovold
2025-08-15usb: gadget : fix use-after-free in composite_dev_cleanup()Tao Xue
2025-07-24usb: gadget: configfs: Fix OOB read on empty string writeXinyu Liu
2025-07-17Revert "usb: gadget: u_serial: Add null pointer check in gs_start_io"Kuen-Han Tsai
2025-07-17usb: gadget: u_serial: Fix race condition in TTY wakeupKuen-Han Tsai
2025-07-06usb: potential integer overflow in usbg_make_tpg()Chen Yufeng
2025-06-19HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge
2025-05-22ALSA: ump: Fix a typo of snd_ump_stream_msg_device_infoTakashi Iwai
2025-05-18usb: gadget: Use get_status callback to set remote wakeup capabilityPrashanth K
2025-05-18usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUNWayne Chang
2025-05-18usb: gadget: f_ecm: Add get_status callbackPrashanth K
2025-05-02usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()Chenyuan Yang
2025-04-07usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.cAbhishek Tamboli
2025-03-13usb: gadget: Check bmAttributes only if configuration is validPrashanth K
2025-03-13usb: gadget: Fix setting self-powered state on suspendMarek Szyprowski
2025-03-13usb: gadget: Set self-powered based on MaxPower and bmAttributesPrashanth K
2025-03-13usb: gadget: u_ether: Set is_suspend flag if remote wakeup failsPrashanth K
2025-02-27USB: gadget: f_midi: f_midi_complete to call queue_workJill Donahue
2025-02-27usb: gadget: core: flush gadget workqueue after device removalRoy Luo
2025-02-27USB: gadget: core: create sysfs link between udc and gadgetRoy Luo
2025-02-21usb: gadget: f_midi: fix MIDI Streaming descriptor lengthsJohn Keeping
2025-02-21usb: gadget: udc: renesas_usb3: Fix compiler warningGuo Ren
2025-02-21usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue during MIDI bind re...Selvarasu Ganesan
2025-02-17usb: gadget: f_tcm: Don't prepare BOT write request twiceThinh Nguyen
2025-02-17usb: gadget: f_tcm: ep_autoconfig with fullspeed endpointThinh Nguyen
2025-02-17usb: gadget: f_tcm: Decrement command ref count on cleanupThinh Nguyen
2025-02-17usb: gadget: f_tcm: Translate error to senseThinh Nguyen
2025-02-08usb: gadget: f_tcm: Don't free command immediatelyThinh Nguyen
2025-02-08usb: gadget: f_tcm: Fix Get/SetInterface return valueThinh Nguyen