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
2026-07-10
usb: fsl-mph-dr-of: add regulator support
Rosen Penev
1
-1
/
+6
2026-07-10
usb: gadget: aspeed_udc: check endpoint DMA allocation
Ruoyu Wang
1
-18
/
+32
2026-07-10
usb: core: devio: validate device and interface before buffer allocation
André Moreira
1
-5
/
+8
2026-07-10
usb: fsl_qe_udc: check qe_alloc_request() failure in ch9getstatus()
Haoxiang Li
1
-2
/
+6
2026-07-10
usb: ljca: bound bank_num in ljca_enumerate_gpio()
Maoyi Xie
1
-0
/
+3
2026-07-10
usb: gadget: u_audio: clean up capture endpoint on feedback failure
Xu Rao
1
-3
/
+9
2026-07-10
usb: gadget: nokia: correct CONFIG_USB_GADGET_DEBUG_FILES macro name in comment
Ethan Nelson-Moore
1
-1
/
+1
2026-07-10
usb: gadget: configfs: fix out-of-bounds read of qw_sign
Michael Bommarito
1
-2
/
+2
2026-07-10
usb_string_copy: Use kzalloc() to avoid leaking old data
David Laight
1
-2
/
+2
2026-07-10
usb: gadget: f_fs: Introduce rw_proxy file descriptors
Neill Kapron
2
-16
/
+79
2026-07-10
usb: gadget: f_fs: Add zero-length packet ioctl
Neill Kapron
1
-1
/
+24
2026-07-10
usb: gadget: f_fs: Fix fence cleanup in ffs_dmabuf_transfer() error paths
Nuno Sá
1
-4
/
+4
2026-07-10
usb: gadget: uac: validate rate list length before storing
Qing Ming
2
-8
/
+18
2026-07-10
usb: mtu3: add support remote wakeup of mt8196
Chunfeng Yun
1
-0
/
+26
2026-07-10
usb: dwc3: am62: Propagate USB2 refclk enable failures
Pengpeng Hou
1
-3
/
+10
2026-07-10
usb: dwc3: fix kernel-doc string in struct dwc3_ep
Jakov Novak
1
-1
/
+0
2026-07-10
usb: dwc3: qcom: make dwc3_qcom_glue_ops static
Ben Dooks
1
-1
/
+1
2026-07-10
usb: dwc3: avoid probe deferral when USB power supply is not available
Elson Serrao
3
-16
/
+104
2026-07-08
USB: core: ratelimit cabling message
Oliver Neukum
1
-1
/
+1
2026-07-08
usb: misc: usbio: fix disconnect UAF in client teardown
Cen Zhang
1
-2
/
+2
2026-07-08
Revert "usb: typec: mux: avoid duplicated mux switches"
Jens Glathe
1
-12
/
+1
2026-07-08
usb: typec: displayport: Check cable altmode support
Andrei Kuchynski
1
-1
/
+4
2026-07-08
usb: typec: thunderbolt: Check cable altmode support
Andrei Kuchynski
1
-0
/
+4
2026-07-08
usb: typec: Add helper to check cable altmode support
Andrei Kuchynski
1
-0
/
+71
2026-07-08
usb: gadget: r8a66597: avoid double free of ep0_req in probe error path
Hongyan Xu
1
-1
/
+0
2026-07-08
usb: typec: displayport: Reject DP Alt Mode VDO with no pin assignment for its capability
Madhu M
1
-0
/
+13
2026-07-08
usb: typec: tipd: name TPS_REG_POWER_STATUS field masks
Radhey Shyam Pandey
1
-3
/
+7
2026-07-08
usb: typec: tipd: demote missing IRQ message to debug
Radhey Shyam Pandey
1
-1
/
+1
2026-07-08
usb: typec: tipd: add error message for vendor ID read failure
Radhey Shyam Pandey
1
-2
/
+5
2026-07-08
usb: dwc3: xilinx: use reset_control_reset() in versal init
Radhey Shyam Pandey
1
-12
/
+4
2026-07-08
usb: dwc3: xilinx: fix missing space before closing comment delimiter
Radhey Shyam Pandey
1
-1
/
+1
2026-07-08
USB: chaoskey: Fix slab-use-after-free in chaoskey_release()
Alan Stern
1
-1
/
+0
2026-07-08
usb: cdns3: plat: fix a typo in cdns3_plat_probe()
Ihor Matushchak
1
-2
/
+2
2026-07-08
usb: ucsi: huawei_gaokun: move typec_altmode off stack
Arnd Bergmann
1
-6
/
+6
2026-07-08
usb: typec: mux: tusb1046: add missing MODULE_DEVICE_TABLE()
Pengpeng Hou
1
-0
/
+1
2026-07-08
usb: core: devices: use kmalloc() to allocate dump buffer
Mike Rapoport (Microsoft)
1
-3
/
+4
2026-07-08
usb: host: ohci-dbg: use kmalloc() for print buffer
Mike Rapoport (Microsoft)
1
-6
/
+3
2026-07-08
usb: typec: ucsi: Fix debugfs response truncation beyond 16 bytes
Madhu M
2
-2
/
+3
2026-07-08
usb: typec: tcpm: Defensively bound altmode array accesses
Badhri Jagan Sridharan
1
-5
/
+6
2026-07-08
usb: typec: ucsi: unregister debugfs entries on teardown
Bjorn Andersson
2
-0
/
+3
2026-07-08
usb: typec: ucsi: Move long delayed work on system_dfl_long_wq
Marco Crivellari
1
-2
/
+2
2026-07-08
usb: typec: tcpci_rt1711h: unregister TCPCI port with devres
Myeonghun Pak
1
-5
/
+8
2026-07-08
usb: typec: tcpm: Fix VDM type for Enter Mode commands
Andy Yan
1
-2
/
+2
2026-07-08
usb: typec: ucsi: cancel pending work on system suspend
Paul Menzel
3
-1
/
+30
2026-07-08
usb: typec: class: drop PD lookup reference
Shuangpeng Bai
1
-0
/
+1
2026-07-08
usb: typec: ps883x: Fix DP+USB3 configuration
Stephan Gerhold
1
-3
/
+3
2026-07-08
usb: xhci: Fix sleep in atomic context in xhci_free_streams()
胡连勤
1
-1
/
+10
2026-07-08
xhci: sideband: fix ring sg table pages leak
Xu Rao
1
-0
/
+2
2026-07-08
usb: gadget: udc: Fix use-after-free in gadget_match_driver
Jimmy Hu
1
-1
/
+28
2026-07-08
usb: dwc3: run gadget disconnect from sleepable suspend context
Runyu Xiao
1
-7
/
+36
[prev]
[next]