summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2026-04-18usb: gadget: uvc: fix NULL pointer dereference during unbind raceJimmy Hu3-6/+56
2026-04-18usb: gadget: u_ether: Fix race between gether_disconnect and eth_stopKuen-Han Tsai1-4/+4
2026-04-18usb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-5/+6
2026-04-18usb: gadget: f_uac1_legacy: validate control request sizeTaegu Ha1-10/+37
2026-04-18usb: gadget: f_rndis: Protect RNDIS options with mutexKuen-Han Tsai1-0/+3
2026-04-18usb: gadget: f_subset: Fix unbalanced refcnt in geth_freeKuen-Han Tsai1-0/+7
2026-04-18usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial...Sebastian Urban1-0/+6
2026-04-18USB: dummy-hcd: Fix locking/synchronization errorAlan Stern1-1/+6
2026-04-18cdc-acm: new quirk for EPSON HMDOliver Neukum2-0/+10
2026-04-18usb: ehci-brcm: fix sleep during atomicJustin Chen1-2/+2
2026-04-18usb: usbtmc: Flush anchored URBs in usbtmc_releaseHeitor Alves de Siqueira1-0/+3
2026-04-18usb: ulpi: fix double free in ulpi_register_interface() error pathGuangshuo Li1-3/+2
2026-04-18usb: quirks: add DELAY_INIT quirk for another Silicon Motion flash driveMiao Li1-0/+1
2026-04-18USB: core: add NO_LPM quirk for Razer Kiyo Pro webcamJP Hein1-0/+2
2026-04-18USB: serial: option: add support for Rolling Wireless RW135R-GLWanquan Zhong1-0/+1
2026-04-18USB: serial: io_edgeport: add support for Blackbox IC135AFrej Drejhammar2-0/+4
2026-04-18USB: serial: option: add MeiG Smart SRM825WNErnestas Kulik1-0/+3
2026-04-18usb: gadget: f_tcm: Fix NULL pointer dereferences in nexus handlingJiasheng Jiang1-0/+14
2026-04-18usb: roles: get usb role switch from parent only for usb-b-connectorXu Yang1-1/+6
2026-04-18usb: image: mdc800: kill download URB on timeoutZiyi Guo1-1/+3
2026-04-18usb: mdc800: handle signal and read racingOliver Neukum1-1/+1
2026-04-18usb: renesas_usbhs: fix use-after-free in ISR during device removalFan Wu1-0/+9
2026-04-18usb: class: cdc-wdm: fix reordering issue in read code pathOliver Neukum1-1/+3
2026-04-18USB: core: Limit the length of unkillable synchronous timeoutsAlan Stern1-12/+12
2026-04-18USB: usbtmc: Use usb_bulk_msg_killable() with user-specified timeoutsAlan Stern1-3/+3
2026-04-18USB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern1-10/+69
2026-04-18usb: cdc-acm: Restore CAP_BRK functionnality to CH343Marc Zyngier2-0/+6
2026-04-18usb: core: don't power off roothub PHYs if phy_set_mode() failsGabor Juhos1-7/+1
2026-04-18usb: misc: uss720: properly clean up reference in uss720_probe()Greg Kroah-Hartman1-1/+1
2026-04-18usb: yurex: fix race in probeOliver Neukum1-1/+1
2026-04-18usb: xhci: Fix memory leak in xhci_disable_slot()Zilin Guan1-2/+2
2026-04-18usb/core/quirks: Add Huawei ME906S-device to wakeup quirkChristoffer Sandberg1-0/+4
2026-03-04usb: dwc2: fix resume failure if dr_mode is hostJisheng Zhang1-0/+1
2026-03-04usb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDNHaotien Hsu1-3/+9
2026-03-04usb: bdc: fix sleep during atomicJustin Chen1-2/+2
2026-02-19USB: serial: option: add Telit FN920C04 RNDIS compositionsFabio Porcedda1-0/+6
2026-02-06USB: serial: ftdi_sio: add support for PICAXE AXE027 cableEthan Nelson-Moore2-0/+3
2026-02-06USB: serial: option: add Telit LE910 MBIM compositionUlrich Mohr1-0/+1
2026-02-06USB: OHCI/UHCI: Add soft dependencies on ehci_platformHuacai Chen2-0/+2
2026-02-06usb: dwc3: Check for USB4 IP_NAMEThinh Nguyen2-0/+3
2026-01-19usb: gadget: lpc32xx_udc: fix clock imbalance in error pathJohan Hovold1-10/+9
2026-01-19usb: ohci-nxp: fix device leak on probe failureJohan Hovold1-0/+2
2026-01-19usb: ohci-nxp: Use helper function devm_clk_get_enabled()Zhang Zekun1-14/+4
2026-01-19usb: dwc3: keep susphy enabled during exit to avoid controller faultsUdipto Goswami2-2/+2
2026-01-19usb: gadget: udc: fix use-after-free in usb_gadget_state_workJimmy Hu1-1/+16
2026-01-19xhci: dbgtty: fix device unregisterƁukasz Bartosik1-0/+6
2026-01-19usb: xhci: Apply the link chain quirk on NEC isoc endpointsMichal Pecio1-2/+11
2026-01-19usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin3-16/+9
2026-01-19console: Delete dummy con_font_set() and con_font_default() callback implemen...Peilin Ye1-15/+0
2026-01-19console: Delete unused con_font_copy() callback implementationsPeilin Ye1-6/+0