index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Merge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+2
4 days
usb: atm: usbatm: fix invalid ci_range initialization
Deepanshu Kartikey
1
-2
/
+2
6 days
Merge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
89
-1003
/
+1885
11 days
Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-10
/
+3
12 days
Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
2
-2
/
+2
13 days
Merge tag 'soc-drivers-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-0
/
+1
2026-08-14
usb: gadget: uvc: fix dangling pointers in uvc_function_bind() and uvc_function_unbind()
Jeffin Philip
1
-1
/
+6
2026-08-14
usb: typec: hd3ss3220: fix VBUS regulator error message
Xu Rao
1
-1
/
+1
2026-08-14
usb: usbfs: fix use-after-free of usb_device in usbdev_release()
Miguel PeƱaranda
1
-1
/
+1
2026-08-14
usb: gadget: u_audio: Fix use-after-free on sound card disconnect
Sonali Pradhan
1
-6
/
+18
2026-08-14
usb: dwc3: gadget: Fix use-after-free in dwc3_gadget_free_endpoints due to race condition
Pei Xiao
1
-0
/
+1
2026-08-14
usb: gadget: f_tcm: keep port count until LUN teardown completes
Shuangpeng Bai
1
-1
/
+1
2026-08-14
usb: usbtest: disable dynamic ID support
Aleksandr Nogikh
1
-0
/
+1
2026-08-14
usb: typec: tcpci: pass correct rx_type to tcpm_pd_receive()
Xu Yang
1
-1
/
+11
2026-08-14
USB: c67x00: fix use-after-free in c67x00_add_iso_urb()
Shuangpeng Bai
1
-2
/
+2
2026-08-14
usb: typec: ucsi: use UCSI_TIMEOUT_MS for sync command completion
Huang Wei
1
-1
/
+2
2026-08-14
usb: gadget: snps_udc_plat: clean up PHY on probe deferral
Myeonghun Pak
1
-3
/
+2
2026-08-14
usb: gadget: f_tcm: fix deadlock in usbg_make_tpg()
Yun Zhou
1
-11
/
+12
2026-08-14
usb: dwc2: gadget: Exit partial power down state when changing USB pull-up
Francesco Lavra
1
-1
/
+10
2026-08-14
usb: gadget: f_fs: Fix Use-After-Free in AIO error path
Neill Kapron
1
-0
/
+4
2026-08-14
usb: gadget: f_fs: Prevent deadlock during ep0 read loop
Neill Kapron
1
-4
/
+10
2026-08-14
usb: gadget: at91_udc: drain polled-VBUS timer/work before udc is freed
Fan Wu
1
-1
/
+19
2026-08-14
usb: gadget: midi2: remove default configfs groups on teardown
Joshua Crofts
1
-0
/
+2
2026-08-14
usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init()
Jeffin Philip
1
-1
/
+1
2026-08-14
usb: typec: thunderbolt: Disable work before freeing tbt on remove
Fan Wu
1
-0
/
+2
2026-08-14
usb: xhci: Handle bogus TRB pointers in Missed Service Error events
Michal Pecio
1
-2
/
+16
2026-08-14
usb: xhci: Handle USB3 port events when there is one roothub
Semih Baskan
1
-1
/
+1
2026-08-14
usb: xhci: replace Unicode quotes with ASCII apostrophes
Niklas Neronin
2
-2
/
+2
2026-08-14
usb: xhci: remove redundant 'xhci' pointer from endpoint struct
Niklas Neronin
4
-32
/
+27
2026-08-14
usb: xhci: remove redundant function wrapper
Niklas Neronin
1
-14
/
+6
2026-08-14
usb: xhci: use 64-bit Addressing Capability macro
Niklas Neronin
1
-1
/
+1
2026-08-14
usb: xhci: standardize multi bit-field macros
Niklas Neronin
12
-43
/
+57
2026-08-14
usb: xhci: bail out of setup if the controller is inaccessible
Breno Leitao
1
-3
/
+8
2026-08-14
xhci: dbgtty: Drop extra call to idr_destroy()
Lucas De Marchi
1
-5
/
+5
2026-08-14
xhci: dbgtty: Fix unregister on tty_alloc_driver() failure
Lucas De Marchi
1
-5
/
+11
2026-08-14
xhci: dbgtty: Fix unregister on tty_register_driver() failure
Lucas De Marchi
1
-0
/
+1
2026-08-14
xhci: move dequeue to next valid td instead of past cancelled one
Mathias Nyman
1
-77
/
+63
2026-08-14
xhci: avoid xHC endpoint changes after disconnect or link error.
Mathias Nyman
3
-4
/
+21
2026-08-14
xhci: prevent endpoint recovery after roothub disconnect
Mathias Nyman
2
-4
/
+9
2026-08-14
xhci: include all root port children in recovery prevention on link error
Mathias Nyman
3
-23
/
+17
2026-08-14
xhci: Set frame ID field of isoc TRB when starting an isoch stream
Mathias Nyman
1
-7
/
+24
2026-08-14
xhci: fix frame id calculation and checks for isoc URBs
Mathias Nyman
3
-103
/
+85
2026-08-14
Merge tag 'usb-serial-7.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Greg Kroah-Hartman
6
-218
/
+269
2026-08-14
Merge tag 'usb-serial-7.2-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Greg Kroah-Hartman
2
-15
/
+7
2026-08-14
Merge 7.2-rc7 into usb-next
Greg Kroah-Hartman
8
-22
/
+55
2026-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-22
/
+53
2026-08-10
Merge tag 'soc_fsl-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/chleroy/linux into soc/drivers
Arnd Bergmann
1
-0
/
+1
2026-08-10
Merge tag 'v7.2-rc7' into driver-core-next
Danilo Krummrich
86
-448
/
+1109
2026-08-07
USB: serial: spcp8x5: drop broken carrier detect support
Johan Hovold
1
-13
/
+0
2026-08-06
usb: atm: cxacru: fix use-after-free in cxacru_poll_status
Nguyen Quang Le Kien
1
-9
/
+1
[next]