summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2026-08-14usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init()Jeffin Philip1-1/+1
2026-08-14usb: typec: thunderbolt: Disable work before freeing tbt on removeFan Wu1-0/+2
2026-08-14usb: xhci: Handle bogus TRB pointers in Missed Service Error eventsMichal Pecio1-2/+16
2026-08-14usb: xhci: Handle USB3 port events when there is one roothubSemih Baskan1-1/+1
2026-08-14usb: xhci: replace Unicode quotes with ASCII apostrophesNiklas Neronin2-2/+2
2026-08-14usb: xhci: remove redundant 'xhci' pointer from endpoint structNiklas Neronin4-32/+27
2026-08-14usb: xhci: remove redundant function wrapperNiklas Neronin1-14/+6
2026-08-14usb: xhci: use 64-bit Addressing Capability macroNiklas Neronin1-1/+1
2026-08-14usb: xhci: standardize multi bit-field macrosNiklas Neronin12-43/+57
2026-08-14usb: xhci: bail out of setup if the controller is inaccessibleBreno Leitao1-3/+8
2026-08-14xhci: dbgtty: Drop extra call to idr_destroy()Lucas De Marchi1-5/+5
2026-08-14xhci: dbgtty: Fix unregister on tty_alloc_driver() failureLucas De Marchi1-5/+11
2026-08-14xhci: dbgtty: Fix unregister on tty_register_driver() failureLucas De Marchi1-0/+1
2026-08-14xhci: move dequeue to next valid td instead of past cancelled oneMathias Nyman1-77/+63
2026-08-14xhci: avoid xHC endpoint changes after disconnect or link error.Mathias Nyman3-4/+21
2026-08-14xhci: prevent endpoint recovery after roothub disconnectMathias Nyman2-4/+9
2026-08-14xhci: include all root port children in recovery prevention on link errorMathias Nyman3-23/+17
2026-08-14xhci: Set frame ID field of isoc TRB when starting an isoch streamMathias Nyman1-7/+24
2026-08-14xhci: fix frame id calculation and checks for isoc URBsMathias Nyman3-103/+85
2026-08-14Merge tag 'usb-serial-7.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman6-218/+269
2026-08-14Merge tag 'usb-serial-7.2-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2-15/+7
2026-08-14Merge 7.2-rc7 into usb-nextGreg Kroah-Hartman8-22/+55
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-22/+53
2026-08-10Merge tag 'soc_fsl-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-0/+1
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich86-448/+1109
2026-08-07USB: serial: spcp8x5: drop broken carrier detect supportJohan Hovold1-13/+0
2026-08-06usb: atm: cxacru: fix use-after-free in cxacru_poll_statusNguyen Quang Le Kien1-9/+1
2026-08-06usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()Aleksandr Nogikh1-0/+2
2026-08-06usb: atm: ueagle-atm: fix array-index-out-of-bounds in uea_bind()Subasri S1-1/+2
2026-08-04usb: xhci: use BIT_ULL for CRCR bits to fix incorrect 64bit maskLachlan Hodges1-6/+6
2026-08-03usb: quirks: Add ShanWan gamepad to quirk listIshaan Dandekar1-0/+3
2026-08-03usb: hub: Split announce_device() to log device identity before enumerationNikhil Solanke1-4/+12
2026-08-03usb: core: Add quirk for 255-bytes initial config readNikhil Solanke2-8/+28
2026-08-03usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()Aleksandr Nogikh1-0/+2
2026-08-03usb: misc: usbio: check ibuf_len against rxbuf_len in bulk msgJiangshan Yi1-1/+1
2026-08-03usb: gadget: f_ncm: Use unsigned int for ndp_indexSonali Pradhan1-1/+1
2026-08-03usb: cdnsp: fix incorrect endian conversions for APB timeout registerPawel Laszczak1-2/+2
2026-08-03USB: serial: pl2303: add support for PL256X multi-port devicesCharles Yeh2-8/+102
2026-08-03USB: serial: digi_acceleport: add port lock nesting annotationJohan Hovold1-2/+7
2026-07-31USB: serial: option: fix slab OOB read in interrupt URB callbackJiale Yao1-3/+17
2026-07-29powerpc: Move CONFIG_QE_GPIO to SoCChristophe Leroy (CS GROUP)1-0/+1
2026-07-27Merge 7.2-rc5 into usb-nextGreg Kroah-Hartman31-212/+599
2026-07-24Merge tag 'usb-serial-7.2-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman7-10/+58
2026-07-23usb: typec: ucsi: Correct teardown ordering in ucsi_init() error pathAndrei Kuchynski1-2/+2
2026-07-23usb: core: reformat error handling and messagesGriffin Kroah-Hartman1-6/+6
2026-07-23usb: core: Strengthen error handling in hub_hub_status()Griffin Kroah-Hartman1-1/+3
2026-07-23usb: gadget: f_mass_storage: Remove obsolete version logFabio Estevam1-3/+0
2026-07-23usb: typec: tcpm: implement retry mechanism for Discover Identity VDMsRD Babiera1-142/+259
2026-07-22USB: serial: io_edgeport: cap received transmit creditsSunho Park1-1/+2
2026-07-21USB: serial: option: add TDTECH MT5710-CNChukun Pan1-0/+1