summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2026-05-28usb: xhci: tegra: Explicitly specify PMC instance to useThierry Reding1-12/+26
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich6-21/+34
2026-05-23Merge tag 'usb-serial-7.1-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman9-18/+95
2026-05-23USB: serial: cypress_m8: validate interrupt packet headersZhang Cen1-1/+11
2026-05-23USB: serial: safe_serial: fix memory corruption with small endpointJohan Hovold1-0/+11
2026-05-23USB: serial: omninet: fix memory corruption with small endpointJohan Hovold1-4/+5
2026-05-23USB: serial: mxuport: fix memory corruption with small endpointJohan Hovold1-0/+8
2026-05-22USB: serial: cypress_m8: fix memory corruption with small endpointJohan Hovold1-0/+8
2026-05-22usb: cdnsp: Add support for device-only configurationPawel Laszczak5-23/+105
2026-05-22usb: gadget: aspeed_udc: avoid past-the-end iterator in dequeueMaoyi Xie1-5/+2
2026-05-22usb: dwc2: remove WARN in dwc2_hcd_save_data_toggleJisheng Zhang1-4/+6
2026-05-22usb: typec: ucsi: Add support for SET_PDOS commandPooja Katiyar2-0/+9
2026-05-22usb: typec: ucsi: Enable debugfs for message_out data structurePooja Katiyar2-0/+29
2026-05-22usb: typec: ucsi: Add support for message_out data structurePooja Katiyar6-20/+85
2026-05-22usb: host: add ARCH_AIROHA in XHCI MTK dependencyChristian Marangi1-1/+1
2026-05-22usb: typec: tcpm: qcom: prefer VBUS supply from the connector nodeDmitry Baryshkov1-1/+11
2026-05-22USB: typec: qcom-pmic-typec: Drop redundant header includesKrzysztof Kozlowski1-5/+0
2026-05-22usb: host: max3421: Reject hub port requests for non-existent portsSeungjin Bae1-0/+4
2026-05-22usb: host: max3421: Fix shift-out-of-bounds in max3421_hub_control()Seungjin Bae1-0/+4
2026-05-22usb: typec: ucsi: split connector lock classesSergey Senozhatsky2-0/+9
2026-05-22USB: cdc-acm: start bulk-IN polling when ALWAYS_POLL_CTRL is setDave Carey1-0/+6
2026-05-22usb: cdns3: plat: fix leaked role switch on core role initialization failurePeter Chen1-1/+4
2026-05-22usb: gadget: goku_udc: avoid NULL deref of dev->driver in INT_USBRESET logStepan Ionichev1-1/+2
2026-05-22usb: typec: intel_pmc_mux: Zero initialize num_ports in pmc_usb_probe()Nathan Chancellor1-1/+1
2026-05-22usbip: vhci_hcd: reduce CONFIG_USBIP_VHCI_NR_HCS upper bound to 32Adrian Wowk1-1/+1
2026-05-22usbip: vhci_hcd: fix NULL deref in status_show_vhciAdrian Wowk1-23/+29
2026-05-22usb: core: hcd: fix possible deadlock in rh control transfersOliver Neukum1-6/+8
2026-05-22usb: chipidea: udc: support dynamic gadget add/removeXu Yang2-38/+38
2026-05-22usb: chipidea: udc: add a helper ci_udc_enable_vbus_irq()Xu Yang1-15/+17
2026-05-22USB: cdc-acm: Fix bit overlap and move quirk definitions to headerWentao Guan2-2/+2
2026-05-22usb: dwc2: Fix use after free in debug codeDan Carpenter1-1/+3
2026-05-22usb: chipidea: core: convert ci_role_switch to local variableXu Yang1-10/+6
2026-05-22usb: gadget: f_fs: serialize DMABUF cancel against request completionMichael Bommarito1-2/+22
2026-05-22usb: gadget: f_fs: copy only received bytes on short ep0 readMichael Bommarito1-1/+1
2026-05-22usb: gadget: dummy_hcd: Reject hub port requests for non-existent portsSeungjin Bae1-0/+4
2026-05-22usbip: vudc: Fix use after free bug in vudc_remove due to race conditionMichael Bommarito2-1/+3
2026-05-22usb: storage: Add quirks for PNY Elite Portable SSDSam Burkels1-0/+7
2026-05-22USB: quirks: add NO_LPM for Lenovo ThinkPad USB-C Dock Gen2 hub controllersStephen J. Fuhry1-0/+4
2026-05-22usb: usbtmc: reject interrupt endpoints with small wMaxPacketSizeHeitor Alves de Siqueira1-0/+6
2026-05-22usb: usbtmc: check URB actual_length for interrupt-IN notificationsHeitor Alves de Siqueira1-0/+8
2026-05-22xhci: tegra: Fix ghost USB device on dual-role port unplugWei-Cheng Chen1-30/+39
2026-05-22usb: gadget: uvc: hold opts->lock across XU walks in uvc_function_bindKai Aizen1-7/+21
2026-05-22usb: gadget: net2280: Fix double free in probe error pathGuangshuo Li1-3/+1
2026-05-22usb: gadget: f_hid: fix device reference leak in hidg_alloc()Guangshuo Li1-2/+1
2026-05-22usb: musb: omap2430: Fix use-after-free in omap2430_probe()Wentao Liang1-1/+2
2026-05-21usb: typec: ucsi: Don't update power_supply on power role change if not conne...Myrrh Periwinkle1-1/+6
2026-05-21usb: typec: ucsi: Check if power role change actually happened before handlingMyrrh Periwinkle1-2/+4
2026-05-21usb: typec: tcpm: improve handling of DISCOVER_MODES failuresSebastian Reichel1-36/+61
2026-05-21usb: cdns3: gadget: fix request skipping after clearing haltYongchao Wu1-1/+11
2026-05-21usb: cdns3: plat: fix unbalanced pm_runtime_forbid() call permanently leaks t...Peter Chen1-0/+3