summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2026-08-14usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init()Jeffin Philip
2026-08-14usb: typec: thunderbolt: Disable work before freeing tbt on removeFan Wu
2026-08-14usb: xhci: Handle bogus TRB pointers in Missed Service Error eventsMichal Pecio
2026-08-14usb: xhci: Handle USB3 port events when there is one roothubSemih Baskan
2026-08-14usb: xhci: replace Unicode quotes with ASCII apostrophesNiklas Neronin
2026-08-14usb: xhci: remove redundant 'xhci' pointer from endpoint structNiklas Neronin
2026-08-14usb: xhci: remove redundant function wrapperNiklas Neronin
2026-08-14usb: xhci: use 64-bit Addressing Capability macroNiklas Neronin
2026-08-14usb: xhci: standardize multi bit-field macrosNiklas Neronin
2026-08-14usb: xhci: bail out of setup if the controller is inaccessibleBreno Leitao
2026-08-14xhci: dbgtty: Drop extra call to idr_destroy()Lucas De Marchi
2026-08-14xhci: dbgtty: Fix unregister on tty_alloc_driver() failureLucas De Marchi
2026-08-14xhci: dbgtty: Fix unregister on tty_register_driver() failureLucas De Marchi
2026-08-14xhci: move dequeue to next valid td instead of past cancelled oneMathias Nyman
2026-08-14xhci: avoid xHC endpoint changes after disconnect or link error.Mathias Nyman
2026-08-14xhci: prevent endpoint recovery after roothub disconnectMathias Nyman
2026-08-14xhci: include all root port children in recovery prevention on link errorMathias Nyman
2026-08-14xhci: Set frame ID field of isoc TRB when starting an isoch streamMathias Nyman
2026-08-14xhci: fix frame id calculation and checks for isoc URBsMathias Nyman
2026-08-14Merge tag 'usb-serial-7.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-08-14Merge tag 'usb-serial-7.2-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-08-14Merge 7.2-rc7 into usb-nextGreg Kroah-Hartman
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-10Merge tag 'soc_fsl-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich
2026-08-07USB: serial: spcp8x5: drop broken carrier detect supportJohan Hovold
2026-08-06usb: atm: cxacru: fix use-after-free in cxacru_poll_statusNguyen Quang Le Kien
2026-08-06usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()Aleksandr Nogikh
2026-08-06usb: atm: ueagle-atm: fix array-index-out-of-bounds in uea_bind()Subasri S
2026-08-04usb: xhci: use BIT_ULL for CRCR bits to fix incorrect 64bit maskLachlan Hodges
2026-08-03usb: quirks: Add ShanWan gamepad to quirk listIshaan Dandekar
2026-08-03usb: hub: Split announce_device() to log device identity before enumerationNikhil Solanke
2026-08-03usb: core: Add quirk for 255-bytes initial config readNikhil Solanke
2026-08-03usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()Aleksandr Nogikh
2026-08-03usb: misc: usbio: check ibuf_len against rxbuf_len in bulk msgJiangshan Yi
2026-08-03usb: gadget: f_ncm: Use unsigned int for ndp_indexSonali Pradhan
2026-08-03usb: cdnsp: fix incorrect endian conversions for APB timeout registerPawel Laszczak
2026-08-03USB: serial: pl2303: add support for PL256X multi-port devicesCharles Yeh
2026-08-03USB: serial: digi_acceleport: add port lock nesting annotationJohan Hovold
2026-07-31USB: serial: option: fix slab OOB read in interrupt URB callbackJiale Yao
2026-07-29powerpc: Move CONFIG_QE_GPIO to SoCChristophe Leroy (CS GROUP)
2026-07-27Merge 7.2-rc5 into usb-nextGreg Kroah-Hartman
2026-07-24Merge tag 'usb-serial-7.2-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-07-23usb: typec: ucsi: Correct teardown ordering in ucsi_init() error pathAndrei Kuchynski
2026-07-23usb: core: reformat error handling and messagesGriffin Kroah-Hartman
2026-07-23usb: core: Strengthen error handling in hub_hub_status()Griffin Kroah-Hartman
2026-07-23usb: gadget: f_mass_storage: Remove obsolete version logFabio Estevam
2026-07-23usb: typec: tcpm: implement retry mechanism for Discover Identity VDMsRD Babiera
2026-07-22USB: serial: io_edgeport: cap received transmit creditsSunho Park
2026-07-21USB: serial: option: add TDTECH MT5710-CNChukun Pan