index
:
linux.git
cached
cdir_v2
cfid-fixes
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
Age
Commit message (
Expand
)
Author
Files
Lines
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
usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'
Christophe JAILLET
1
-4
/
+12
2021-05-14
usb: gadget: s3c: Fix incorrect resources releasing
Christophe JAILLET
1
-11
/
+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: Provide a GPIO line used on Intel Minnowboard (v1)
Andy Shevchenko
1
-14
/
+57
2021-05-14
usb: gadget: pch_udc: Initialize device pointer before use
Andy Shevchenko
1
-2
/
+3
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: typec: stusb160x: fix return value check in stusb160x_probe()
Wei Yongjun
1
-2
/
+2
2021-05-14
usb: typec: tps6598x: Fix return value check in tps6598x_probe()
Wei Yongjun
1
-2
/
+2
2021-05-14
usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUS
Badhri Jagan Sridharan
1
-3
/
+18
2021-05-14
usb: gadget: pch_udc: Revert d3cb25a12138 completely
Andy Shevchenko
1
-4
/
+13
2021-05-14
usb: xhci-mtk: improve bandwidth scheduling with TT
Chunfeng Yun
2
-16
/
+64
2021-05-14
usb: xhci-mtk: remove or operator for setting schedule parameters
Chunfeng Yun
1
-3
/
+3
2021-05-14
usb: typec: tcpm: update power supply once partner accepts
Badhri Jagan Sridharan
1
-3
/
+1
2021-05-14
usb: typec: tcpm: Address incorrect values of tcpm psy for pps supply
Badhri Jagan Sridharan
1
-35
/
+53
2021-05-14
usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supply
Badhri Jagan Sridharan
1
-7
/
+10
2021-05-14
USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission check
Johan Hovold
1
-2
/
+7
2021-05-14
USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversions
Johan Hovold
1
-4
/
+5
2021-05-14
usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode()
Hans de Goede
1
-0
/
+2
2021-05-14
Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"
Johan Hovold
1
-9
/
+2
2021-05-11
usb: dwc2: Fix session request interrupt handler
Artur Petrosyan
1
-0
/
+8
2021-05-11
usb: dwc3: core: Do core softreset when switch mode
Yu Chen
2
-0
/
+32
2021-05-11
usb: dwc3: gadget: Fix START_TRANSFER link state check
Thinh Nguyen
1
-6
/
+7
2021-05-11
usb: dwc3: gadget: Remove FS bInterval_m1 limitation
Thinh Nguyen
1
-4
/
+6
2021-05-11
usb: gadget/function/f_fs string table fix for multiple languages
Dean Anderson
1
-1
/
+2
2021-05-11
usb: gadget: Fix double free of device descriptor pointers
Hemant Kumar
1
-0
/
+4
2021-05-11
usb: gadget: dummy_hcd: fix gpf in gadget_setup
Anirudh Rayabharam
1
-8
/
+15
2021-05-11
usb: dwc3: gadget: Check for disabled LPM quirk
Thinh Nguyen
3
-2
/
+13
2021-05-11
usb: core: hub: Fix PM reference leak in usb_port_resume()
Bixuan Cui
1
-1
/
+1
2021-05-11
usb: musb: fix PM reference leak in musb_irq_work()
Bixuan Cui
1
-1
/
+1
2021-05-11
usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()
Yang Yingliang
1
-1
/
+1
2021-05-11
xhci: fix potential array out of bounds with several interrupters
Mathias Nyman
1
-1
/
+5
2021-05-11
xhci: check control context is valid before dereferencing it.
Mathias Nyman
1
-0
/
+8
2021-05-11
xhci: check port array allocation was successful before dereferencing it
Mathias Nyman
1
-0
/
+3
2021-05-11
usb: xhci-mtk: support quirk to disable usb2 lpm
Chunfeng Yun
2
-0
/
+4
2021-05-11
usb: xhci: Fix port minor revision
Thinh Nguyen
1
-0
/
+9
2021-05-11
usb: dwc3: gadget: Ignore EP queue requests during bus reset
Wesley Cheng
1
-0
/
+9
2021-05-11
usb: gadget: f_uac1: validate input parameters
Ruslan Bilovol
1
-0
/
+43
2021-05-11
usb: gadget: f_uac2: validate input parameters
Ruslan Bilovol
1
-2
/
+37
2021-05-11
usb: webcam: Invalid size of Processing Unit Descriptor
Pawel Laszczak
2
-0
/
+2
2021-05-11
usb: gadget: uvc: add bInterval checking for HS mode
Pawel Laszczak
1
-1
/
+6
[prev]
[next]