summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2026-06-25usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()Mauricio Faria de Oliveira1-5/+31
2026-06-25usb: gadget: f_fs: Tie read_buffer lifetime to ffs_epfileNeill Kapron1-1/+1
2026-06-25usb: gadget: f_fs: Initialize epfile->in early to fix endpoint direction checksNeill Kapron1-1/+1
2026-06-25usb: typec: ucsi: ccg: Fix use-after-free of ucsi on removeFan Wu1-1/+1
2026-06-25usb: typec: tcpm: Validate SVID index in svdm_consume_modes()Badhri Jagan Sridharan1-0/+5
2026-06-25USB: legousbtower: fix use-after-free on disconnect raceJohan Hovold1-18/+19
2026-06-25USB: ldusb: fix use-after-free on disconnect raceJohan Hovold1-20/+18
2026-06-25USB: idmouse: fix use-after-free on disconnect raceJohan Hovold1-23/+22
2026-06-25USB: iowarrior: fix use-after-free on disconnect raceJohan Hovold1-33/+24
2026-06-25USB: iowarrior: fix use-after-free on disconnectJohan Hovold1-1/+3
2026-06-25usb: gadget: f_fs: initialize reset_work at allocation timeTyler Baker1-2/+2
2026-06-25usb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info()Haoxiang Li1-0/+2
2026-06-25usb: gadget: f_fs: Fix DMA fence leakPaul Cercueil1-0/+1
2026-06-25usb: typec: ucsi: Invert DisplayPort role assignmentAndrei Kuchynski1-2/+2
2026-06-25USB: ulpi: fix memory leak on registration failureJohan Hovold1-13/+10
2026-06-25USB: storage: include US_FL_NO_SAME in quirks maskXu Rao1-1/+1
2026-06-25USB: core: add USB_QUIRK_NO_LPM for VIA Labs USB 2.0 hubRodrigo Lugathe da Conceição Alves1-0/+3
2026-06-25USB: quirks: add NO_LPM for the Samsung T5 EVO Portable SSDErich E. Hoover1-0/+3
2026-06-25usb: cdc_acm: Add quirk for Uniden BC125AT scannerJared Baldridge1-0/+3
2026-06-25xhci: dbc: support runtime suspend while DbC is in enabled stateMathias Nyman2-2/+61
2026-06-22Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds125-1008/+1293
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds3-31/+4
2026-06-17Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+26
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+2
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-06-12usb: ucsi: huawei_gaokun: support mode switchingPengyu Luo1-13/+40
2026-06-12Merge tag 'usb-serial-7.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman45-110/+20
2026-06-09atm: drv: Replace strcpy() + strlcat() with snprintf()David Laight1-4/+2
2026-06-08USB: serial: kl5kusb105: fix bulk-out buffer overflowHyeongJun An1-2/+2
2026-06-04USB: serial: option: add usb-id for Dell Wireless DW5826e-mJack Wu1-0/+3
2026-06-03usb: host: xhci-rcar: Split R-Car Gen2 and Gen3 .plat_start() handlingGeert Uytterhoeven1-29/+24
2026-06-03usb: host: xhci-rcar: Remove SET_XHCI_PLAT_PRIV_FOR_RCAR() macroGeert Uytterhoeven1-9/+10
2026-06-03usb: xhci: allocate internal DCBAA mirror dynamicallyNiklas Neronin3-8/+19
2026-06-03usb: xhci: allocate DCBAA based on host controller max slotsNiklas Neronin3-10/+7
2026-06-03usb: xhci: refactor DCBAA structNiklas Neronin4-29/+32
2026-06-03xhci: Prevent queuing new commands if xhci is inaccessibleMathias Nyman2-0/+10
2026-06-03xhci: dbc: detect and recover hung DbC during enumeratonMathias Nyman2-1/+28
2026-06-03xhci: dbc: add timestamps to DbC state changes in a new helper.Mathias Nyman2-6/+13
2026-06-03xhci: dbc: add helper to set and clear DbC DCE enable bitMathias Nyman1-11/+18
2026-06-03xhci: dbc: serialize enabling and disabling dbcMathias Nyman2-27/+40
2026-06-03usb: xhci: Improve Soft Retries after short transfersMichal Pecio1-0/+1
2026-06-03usb: xhci: Remove isochronous URB_SHORT_NOT_OK handlingMichal Pecio1-9/+3
2026-06-03usb: xhci: Remove skip_isoc_td()Michal Pecio1-21/+5
2026-06-03usb: xhci: Simplify xhci_quiesce()Michal Pecio1-8/+1
2026-06-03usb: xhci: remove legacy 'num_trbs_free' trackingNiklas Neronin4-12/+3
2026-06-03usb: xhci: fix typo in xhci_set_port_power() commentStepan Ionichev1-1/+1
2026-06-02USB: serial: io_ti: fix heap overflow in build_i2c_fw_hdr()Adrian Korwel1-0/+5
2026-06-02USB: serial: io_ti: fix heap overflow in get_manuf_info()Adrian Korwel1-0/+6
2026-06-01Merge tag 'v7.1-rc6' into usb-nextGreg Kroah-Hartman40-190/+413
2026-05-28kcov: refactor common handle ID into kcov_common_handle_idJann Horn3-31/+4