index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-12
usb: gadget: Mark USB_FSL_QE broken on 64-bit
Geert Uytterhoeven
1
-0
/
+1
2021-09-30
usb: gadget: r8a66597: fix a loop in set_feature()
Dan Carpenter
1
-1
/
+1
2021-09-15
usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...
Christophe JAILLET
1
-1
/
+2
2021-09-15
usb: gadget: mv_u3d: request_irq() after initializing UDC
Nadezda Lutovinova
1
-9
/
+10
2021-09-15
usb: gadget: udc: renesas_usb3: Fix soc_device_match() abuse
Geert Uytterhoeven
1
-10
/
+7
2021-09-15
usb: gadget: udc: at91: add IRQ check
Sergey Shtylyov
1
-1
/
+3
2021-06-03
usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()
Yoshihiro Shimoda
1
-2
/
+3
2021-05-14
usb: gadget: r8a66597: Add missing null check on return from platform_get_res...
Colin Ian King
1
-0
/
+2
2021-05-14
USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()
Yang Yingliang
1
-2
/
+2
2021-05-14
usb: gadget: aspeed: fix dma map failure
Tao Ren
2
-2
/
+3
2021-05-14
fotg210-udc: Complete OUT requests on short packets
Fabian Vogt
1
-2
/
+6
2021-05-14
fotg210-udc: Don't DMA more than the buffer can take
Fabian Vogt
1
-2
/
+3
2021-05-14
fotg210-udc: Mask GRP2 interrupts we don't handle
Fabian Vogt
1
-0
/
+6
2021-05-14
fotg210-udc: Remove a dubious condition leading to fotg210_done
Fabian Vogt
1
-2
/
+1
2021-05-14
fotg210-udc: Fix EP0 IN requests bigger than two packets
Fabian Vogt
1
-1
/
+1
2021-05-14
fotg210-udc: Fix DMA on EP0 for length > max packet size
Fabian Vogt
1
-1
/
+1
2021-05-14
usb: gadget: pch_udc: Check for DMA mapping error
Andy Shevchenko
1
-1
/
+1
2021-05-14
usb: gadget: pch_udc: Check if driver is present before calling ->setup()
Andy Shevchenko
1
-10
/
+18
2021-05-14
usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()
Andy Shevchenko
1
-1
/
+1
2021-05-14
usb: gadget: pch_udc: Revert d3cb25a12138 completely
Andy Shevchenko
1
-4
/
+13
2021-05-11
usb: gadget: dummy_hcd: fix gpf in gadget_setup
Anirudh Rayabharam
1
-8
/
+15
2021-04-07
usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference
Tong Zhang
1
-5
/
+5
2021-01-27
usb: bdc: Make bdc pci driver depend on BROKEN
Patrik Jakobsson
1
-1
/
+1
2021-01-27
usb: udc: core: Use lock when write to soft_connect
Thinh Nguyen
1
-3
/
+10
2021-01-27
usb: gadget: aspeed: fix stop dma register setting.
Ryan Chen
1
-1
/
+4
2020-12-21
USB: dummy-hcd: Fix uninitialized array use in init()
Bui Quang Minh
1
-1
/
+1
2020-11-18
usb: gadget: goku_udc: fix potential crashes in probe
Evgeny Novikov
1
-1
/
+1
2020-08-19
usb: bdc: Halt controller on suspend
Danesh Petigara
1
-2
/
+7
2020-08-19
bdc: Fix bug causing crash after multiple disconnects
Sasi Kumar
2
-6
/
+14
2020-08-19
usb: gadget: net2280: fix memory leak on probe error handling paths
Evgeny Novikov
1
-1
/
+3
2020-07-29
usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()
Evgeny Novikov
1
-2
/
+5
2020-07-22
usb: gadget: udc: atmel: fix uninitialized read in debug printk
Michał Mirosław
1
-1
/
+1
2020-06-30
usb: gadget: udc: Potential Oops in error handling code
Dan Carpenter
1
-1
/
+2
2020-06-24
usb: gadget: fix potential double-free in m66592_probe.
Qiushi Wu
1
-1
/
+1
2020-06-24
usb: gadget: lpc32xx_udc: don't dereference ep pointer before null check
Colin Ian King
1
-5
/
+6
2020-06-24
USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nuke
Nathan Chancellor
1
-4
/
+0
2020-06-24
usb: gadget: core: sync interrupt before unbind the udc
Peter Chen
1
-0
/
+2
2020-05-20
usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272...
Christophe JAILLET
1
-0
/
+2
2020-05-02
usb: gadget: udc: atmel: Fix vbus disconnect handling
Cristian Birsan
1
-2
/
+2
2020-05-02
usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_complete
Nathan Chancellor
1
-1
/
+1
2020-02-24
usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()
Jia-Ju Bai
1
-7
/
+9
2020-01-12
USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein
Andrey Konovalov
1
-4
/
+4
2019-12-17
USB: dummy-hcd: increase max number of devices to 32
Andrey Konovalov
1
-1
/
+1
2019-12-17
usb: gadget: pch_udc: fix use after free
Gustavo A. R. Silva
1
-1
/
+0
2019-10-29
USB: gadget: Reject endpoints with 0 maxpacket value
Alan Stern
1
-0
/
+11
2019-10-27
usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.
Cristian Birsan
1
-2
/
+4
2019-10-27
usb: gadget: udc: renesas_usb3: Fix __le16 warnings
Yoshihiro Shimoda
1
-5
/
+6
2019-10-27
usb: fsl: Check memory resource before releasing it
Nikhil Badola
1
-1
/
+1
2019-10-15
usb: udc: lpc32xx: fix bad bit shift operation
Gustavo A. R. Silva
1
-3
/
+3
2019-10-04
udc: lpc32xx: fix 64-bit compiler warning
Arnd Bergmann
2
-3
/
+3
[next]