index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
legacy
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-31
usb: raw-gadget: fix handling of dual-direction-capable endpoints
Jann Horn
1
-1
/
+1
2022-01-05
headers/prep: usb: gadget: Fix namespace collision
Ingo Molnar
1
-4
/
+4
2022-01-03
usb: gadget: clear related members when goto fail
Hangyu Hua
1
-2
/
+5
2022-01-03
usb: gadget: don't release an existing dev->buf
Hangyu Hua
1
-1
/
+2
2021-12-15
USB: gadget: bRequestType is a bitfield, not a enum
Greg Kroah-Hartman
2
-6
/
+6
2021-12-12
USB: gadget: zero allocate endpoint 0 buffers
Greg Kroah-Hartman
1
-1
/
+1
2021-12-12
USB: gadget: detect too-big endpoint 0 requests
Greg Kroah-Hartman
2
-1
/
+28
2021-11-04
Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+3
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-3
/
+2
2021-10-25
usb: remove res2 argument from gadget code completions
Jens Axboe
1
-4
/
+2
2021-10-12
usb: gadget: hid: fix error code in do_config()
Dan Carpenter
1
-1
/
+3
2021-08-26
usb: gadget: Add description for module parameter
Wei Ming Chen
1
-0
/
+1
2021-08-05
usb: gadget: Fix inconsistent indent
Wei Ming Chen
1
-2
/
+2
2021-07-27
usb: gadget: uvc: add scatter gather support
Michael Grzeschik
1
-0
/
+1
2021-06-21
usb: gadget: hid: fix error return code in hid_bind()
Yang Yingliang
1
-1
/
+3
2021-04-22
usb: gadget: prevent a ternary sign expansion bug
Dan Carpenter
1
-1
/
+2
2021-03-23
usb: gadget: legacy: fix error return code of msg_bind()
Jia-Ju Bai
1
-1
/
+3
2021-03-23
USB: gadget: legacy: remove left-over __ref annotations
Rasmus Villemoes
1
-5
/
+5
2021-03-23
usb: gadget: legacy: fix error return code of multi_bind()
Jia-Ju Bai
1
-1
/
+3
2021-03-18
usb: webcam: Invalid size of Processing Unit Descriptor
Pawel Laszczak
1
-0
/
+1
2021-03-18
usb: gadget: uvc: Updating bcdUVC field to 0x0110
Pawel Laszczak
1
-1
/
+1
2021-02-08
Merge 5.11-rc7 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2021-01-31
USB: gadget: legacy: fix an error code in eth_bind()
Dan Carpenter
1
-1
/
+3
2021-01-26
usb: raw-gadget: update documentation and Kconfig
Andrey Konovalov
1
-4
/
+9
2021-01-26
usb: raw-gadget: add copyright
Andrey Konovalov
1
-1
/
+2
2020-12-28
USB: gadget: legacy: fix return error code in acm_ms_bind()
Yang Yingliang
1
-1
/
+3
2020-11-20
usb: gadget: Fix memleak in gadgetfs_fill_super
Zhang Qilong
1
-0
/
+3
2020-10-27
usb: raw-gadget: fix memory leak in gadget_setup
Zqiang
1
-1
/
+4
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+3
2020-07-09
usb: gadget: legacy: nokia: Remove unused static variable 'product_nokia'
Lee Jones
1
-1
/
+0
2020-07-09
usb: gadget: legacy: printer: Remove unused variable 'driver_desc'
Lee Jones
1
-1
/
+0
2020-07-01
USB: Fix up terminology
Greg Kroah-Hartman
1
-2
/
+2
2020-06-10
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
1
-2
/
+2
2020-06-10
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
1
-1
/
+1
2020-05-25
Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-12
/
+2
2020-05-25
usb: gadget: mass_storage: use module_usb_composite_driver to simplify the code
Wei Yongjun
1
-12
/
+2
2020-05-14
usb: raw-gadget: fix null-ptr-deref when reenabling endpoints
Andrey Konovalov
1
-1
/
+0
2020-05-14
usb: raw-gadget: support stalling/halting/wedging endpoints
Andrey Konovalov
1
-2
/
+129
2020-05-14
usb: raw-gadget: fix gadget endpoint selection
Andrey Konovalov
1
-64
/
+123
2020-05-09
usb: raw-gadget: fix return value of ep read ioctls
Andrey Konovalov
1
-2
/
+6
2020-05-09
usb: gadget: legacy: fix error return code in gncm_bind()
Wei Yongjun
1
-1
/
+3
2020-05-09
usb: gadget: legacy: fix error return code in cdc_bind()
Wei Yongjun
1
-1
/
+3
2020-05-09
usb: gadget: legacy: fix redundant initialization warnings
Masahiro Yamada
1
-2
/
+1
2020-05-09
usb: gadget: audio: Fix a missing error return value in audio_bind()
Christophe JAILLET
1
-1
/
+3
2020-04-16
usb: raw-gadget: fix raw_event_queue_fetch locking
Andrey Konovalov
1
-5
/
+20
2020-04-16
usb: raw-gadget: Fix copy_to/from_user() checks
Dan Carpenter
1
-24
/
+22
2020-03-30
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2020-03-21
usb: gadget: Use completion interface instead of open coding it
Thomas Gleixner
1
-2
/
+2
2020-03-16
usb: get rid of 'choice' for legacy gadget drivers
Masahiro Yamada
1
-26
/
+22
2020-03-16
Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
3
-0
/
+1090
[next]