summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
3 daysusb: ulpi: fix memory leak on ulpi_register() error pathsFelix Gu1-1/+4
3 daysUSB: serial: option: add Telit Cinterion LE910Cx compositionsFabio Porcedda1-0/+4
3 daysUSB: omap_udc: DMA: Don't enable burst 4 modeAaro Koskinen1-4/+0
3 daysusb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctlGreg Kroah-Hartman1-1/+1
3 daysusb: usblp: fix heap leak in IEEE 1284 device ID via short responseGreg Kroah-Hartman1-0/+1
10 daysusb: chipidea: core: allow ci_irq_handler() handle both ID and VBUS changeXu Yang2-22/+26
10 daysusb: chipidea: otg: not wait vbus drop if use role_switchXu Yang1-2/+2
10 daysusb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio1-1/+0
2026-04-22USB: serial: option: add Telit Cinterion FN990A MBIM compositionFabio Porcedda1-0/+2
2026-04-22usb: port: add delay after usb_hub_set_port_power()Xu Yang1-0/+1
2026-04-22usb: gadget: f_hid: don't call cdev_init while cdev in useMichael Zimmermann1-5/+10
2026-04-22USB: cdc-acm: Add quirks for Yoga Book 9 14IAH10 INGENIC touchscreenDave Carey1-7/+46
2026-04-22usb: storage: Expand range of matched versions for VL817 quirks entryDaniel BrĂ¡t1-3/+4
2026-04-22usbip: validate number_of_packets in usbip_pack_ret_submit()Nathan Rebello1-0/+12
2026-04-22usb: gadget: renesas_usb3: validate endpoint index in standard request handlersGreg Kroah-Hartman1-1/+6
2026-04-22usb: gadget: f_phonet: fix skb frags[] overflow in pn_rx_complete()Greg Kroah-Hartman1-0/+9
2026-04-22usb: gadget: f_ncm: validate minimum block_len in ncm_unwrap_ntb()Greg Kroah-Hartman1-2/+2
2026-04-18usb: typec: ucsi: skip connector validation before initNathan Rebello1-1/+2
2026-04-11usb: gadget: f_uac1_legacy: validate control request sizeTaegu Ha1-10/+37
2026-04-11usb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-9/+10
2026-04-11usb: gadget: f_rndis: Fix net_device lifecycle with device_moveKuen-Han Tsai2-25/+48
2026-04-11usb: gadget: f_subset: Fix net_device lifecycle with device_moveKuen-Han Tsai2-35/+44
2026-04-11usb: gadget: f_eem: Fix net_device lifecycle with device_moveKuen-Han Tsai2-34/+46
2026-04-11usb: gadget: f_ecm: Fix net_device lifecycle with device_moveKuen-Han Tsai2-19/+39
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-04-11usb: gadget: u_ether: Fix NULL pointer deref in eth_get_drvinfoKuen-Han Tsai1-2/+4
2026-04-11usb: gadget: u_ether: Fix race between gether_disconnect and eth_stopKuen-Han Tsai1-5/+5
2026-04-11usb: typec: ucsi: validate connector number in ucsi_notify_common()Nathan Rebello1-2/+7
2026-04-11usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial...Sebastian Urban1-0/+6
2026-04-11USB: dummy-hcd: Fix interrupt synchronization errorAlan Stern1-15/+14
2026-04-11USB: dummy-hcd: Fix locking/synchronization errorAlan Stern1-1/+6
2026-04-11cdc-acm: new quirk for EPSON HMDOliver Neukum2-0/+10
2026-04-11usb: cdns3: gadget: fix state inconsistency on gadget init failureYongchao Wu1-0/+1
2026-04-11usb: cdns3: gadget: fix NULL pointer dereference in ep_queueYongchao Wu1-0/+3
2026-04-11usb: core: phy: avoid double use of 'usb3-phy'Gabor Juhos1-1/+11
2026-04-11usb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop()Juno Choi1-0/+2
2026-04-11usb: ehci-brcm: fix sleep during atomicJustin Chen1-2/+2
2026-04-11usb: usbtmc: Flush anchored URBs in usbtmc_releaseHeitor Alves de Siqueira1-0/+3
2026-04-11usb: ulpi: fix double free in ulpi_register_interface() error pathGuangshuo Li1-3/+2
2026-04-11usb: quirks: add DELAY_INIT quirk for another Silicon Motion flash driveMiao Li1-0/+1
2026-04-11USB: core: add NO_LPM quirk for Razer Kiyo Pro webcamJP Hein1-0/+2
2026-04-11USB: serial: option: add support for Rolling Wireless RW135R-GLWanquan Zhong1-0/+1
2026-04-11USB: serial: io_edgeport: add support for Blackbox IC135AFrej Drejhammar2-0/+4
2026-04-11USB: serial: option: add MeiG Smart SRM825WNErnestas Kulik1-0/+3
2026-04-02usb: core: new quirk to handle devices with zero configurationsJie Deng2-1/+10
2026-03-25USB: serial: f81232: fix incomplete serial port generationJi-Ze Hong (Peter Hong)1-30/+47
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