index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-16
usb: gadget: u_audio: Clear uac pointer when freed.
Chris Wulff
1
-0
/
+2
2024-05-17
usb: gadget: f_fs: Fix a race condition when processing setup packets.
Chris Wulff
1
-1
/
+1
2024-05-17
usb: gadget: composite: fix OS descriptors w_value logic
Peter Korsgaard
1
-3
/
+3
2024-04-13
usb: udc: remove warning when queue disabled ep
yuan linyu
1
-1
/
+3
2024-04-13
usb: gadget: ncm: Fix handling of zero block length packets
Krishna Kurapati
1
-1
/
+1
2024-04-13
usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic
Wayne Chang
1
-14
/
+25
2024-04-13
usb: gadget: tegra-xudc: Use dev_err_probe()
Jon Hunter
1
-14
/
+6
2024-03-27
usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin
Colin Ian King
1
-1
/
+1
2024-03-01
usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs
Krishna Kurapati
1
-1
/
+9
2024-02-23
usb: f_mass_storage: forbid async queue when shutdown happen
yuan linyu
1
-2
/
+18
2023-12-20
USB: gadget: core: adjust uevent timing on gadget unbind
Roy Luo
1
-2
/
+2
2023-12-13
usb: gadget: f_hid: fix report descriptor allocation
Konstantin Aladyshev
1
-3
/
+4
2023-11-28
usb: gadget: f_ncm: Always set current gadget in ncm_bind()
Hardik Gajjar
1
-16
/
+11
2023-11-08
usb: raw-gadget: properly handle interrupted requests
Andrey Konovalov
1
-10
/
+16
2023-10-25
usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
Krishna Kurapati
1
-7
/
+19
2023-10-25
usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
Piyush Mehta
1
-8
/
+12
2023-09-23
usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc
Ma Ke
1
-1
/
+5
2023-09-19
USB: gadget: f_mass_storage: Fix unused variable warning
Alan Stern
1
-1
/
+1
2023-08-26
usb: gadget: udc: core: Introduce check_config to verify USB configuration
Wesley Cheng
1
-0
/
+19
2023-08-26
usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push
Prashanth K
1
-0
/
+3
2023-08-11
USB: gadget: Fix the memory leak in raw_gadget driver
Zqiang
1
-4
/
+6
2023-08-11
Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_in...
Dan Carpenter
1
-4
/
+4
2023-07-27
usb: gadget: u_serial: Add null pointer check in gserial_suspend
Prashanth K
1
-2
/
+11
2023-06-28
usb: gadget: udc: fix NULL dereference in remove()
Dan Carpenter
1
-0
/
+3
2023-06-09
usb: gadget: f_fs: Add unbind event before functionfs_unbind
Uttkarsh Aggarwal
1
-1
/
+1
2023-05-30
usb: gadget: u_ether: Fix host MAC address case
Konrad Gräfe
1
-0
/
+3
2023-05-17
usb: gadget: tegra-xudc: Fix crash in vbus_draw
Jon Hunter
1
-1
/
+1
2023-05-17
usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...
Zheng Wang
1
-0
/
+1
2023-04-05
usb: gadget: u_audio: don't let userspace block driver unbind
Alvin Šipraga
1
-1
/
+1
2023-03-11
usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() fails
Yang Yingliang
1
-4
/
+4
2023-03-11
usb: gadget: uvc: Make bSourceID read/write
Daniel Scally
1
-1
/
+58
2023-03-03
usb: gadget: u_serial: Add null pointer check in gserial_resume
Prashanth K
1
-4
/
+19
2023-02-15
usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_wait
Udipto Goswami
1
-1
/
+3
2023-02-01
usb: gadget: f_fs: Ensure ep0req is dequeued before free_request
Udipto Goswami
1
-0
/
+2
2023-02-01
usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait
Udipto Goswami
1
-0
/
+5
2023-01-24
usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()
Maciej Żenczykowski
1
-1
/
+3
2023-01-24
usb: gadget: g_webcam: Send color matching descriptor per frame
Daniel Scally
1
-0
/
+3
2023-01-24
USB: gadgetfs: Fix race between mounting and unmounting
Alan Stern
1
-7
/
+21
2023-01-14
usb: gadget: f_hid: fix refcount leak on error path
John Keeping
1
-0
/
+1
2023-01-14
usb: gadget: f_hid: fix f_hidg lifetime vs cdev
John Keeping
1
-24
/
+28
2023-01-14
usb: gadget: f_hid: optional SETUP/SET_REPORT mode
Maxim Devaev
2
-33
/
+188
2023-01-14
usb: fotg210-udc: Fix ages old endianness issues
Linus Walleij
1
-6
/
+6
2022-12-21
usb: gadget: uvc: Prevent buffer overflow in setup handler
Szymon Heidrich
1
-2
/
+3
2022-11-03
usb: bdc: change state when port disconnected
Justin Chen
1
-0
/
+1
2022-10-26
usb: gadget: function: fix dangling pnp_string in f_printer.c
Albert Briscoe
1
-6
/
+6
2022-09-28
Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"
Greg Kroah-Hartman
1
-8
/
+8
2022-09-28
usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
Piyush Mehta
1
-8
/
+8
2022-09-08
usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS
Krishna Kurapati
1
-2
/
+4
2022-08-25
gadgetfs: ep_io - wait until IRQ finishes
Jozef Martiniak
1
-0
/
+1
2022-08-25
usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_info
Michael Grzeschik
1
-1
/
+1
[next]