index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()
Maciej Żenczykowski
2023-01-17
1
-1
/
+3
*
usb: gadget: f_fs: Ensure ep0req is dequeued before free_request
Udipto Goswami
2023-01-17
1
-0
/
+2
*
usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait
Udipto Goswami
2023-01-17
1
-0
/
+5
*
usb: gadget: uvc: Rename bmInterfaceFlags -> bmInterlaceFlags
Daniel Scally
2022-12-08
1
-6
/
+6
*
usb: gadget: uvc: Prevent buffer overflow in setup handler
Szymon Heidrich
2022-12-08
1
-2
/
+3
*
usb: gadget: f_hid: tidy error handling in hidg_alloc
John Keeping
2022-11-29
1
-10
/
+11
*
usb: gadget: f_hid: fix refcount leak on error path
John Keeping
2022-11-29
1
-0
/
+1
*
usb: gadget: f_hid: fix f_hidg lifetime vs cdev
John Keeping
2022-11-29
1
-24
/
+28
*
usb: gadget: function: Simplify diagnostic messaging in printer
Andrzej Pietrasiewicz
2022-11-29
1
-8
/
+1
*
Merge 6.1-rc7 into usb-next
Greg Kroah-Hartman
2022-11-28
1
-51
/
+21
|
\
|
*
usb: gadget: uvc: also use try_format in set_format
Michael Grzeschik
2022-11-22
1
-51
/
+21
*
|
usb: gadget: f_ecm: Always set current gadget in ecm_bind()
Sascha Hauer
2022-11-09
1
-13
/
+9
*
|
usb: gadget: u_ether: Do not make UDC parent of the net device
Sascha Hauer
2022-11-09
1
-4
/
+0
*
|
usb: gadget: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-11-03
3
-6
/
+9
*
|
Merge 6.1-rc3 into usb-next
Greg Kroah-Hartman
2022-10-31
2
-10
/
+23
|
\
|
|
*
Revert "usb: gadget: uvc: limit isoc_sg to super speed gadgets"
Greg Kroah-Hartman
2022-10-26
2
-10
/
+8
|
*
usb: gadget: uvc: limit isoc_sg to super speed gadgets
Michael Grzeschik
2022-10-25
2
-8
/
+10
|
*
usb: gadget: uvc: fix sg handling during video encode
Jeff Vanhoof
2022-10-22
1
-2
/
+2
|
*
usb: gadget: uvc: fix sg handling in error case
Dan Vacura
2022-10-22
2
-7
/
+19
|
*
usb: gadget: uvc: fix dropped frame after missed isoc
Dan Vacura
2022-10-22
1
-1
/
+2
*
|
usb: gadget: uvc: default the ctrl request interface offsets
Michael Grzeschik
2022-10-22
1
-3
/
+12
|
/
*
Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-10-08
12
-62
/
+390
|
\
|
*
usb: gadget: uvc: don't put item still in use
Michael Grzeschik
2022-09-30
1
-1
/
+0
|
*
usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()
Nathan Chancellor
2022-09-30
1
-1
/
+1
|
*
usb: gadget: uvc: add v4l2 try_format api call
Michael Grzeschik
2022-09-22
1
-0
/
+110
|
*
usb: gadget: uvc: add v4l2 enumeration api calls
Michael Grzeschik
2022-09-22
3
-0
/
+208
|
*
usb: gadget: add _init/__exit annotations to module init/exit funcs
Xiu Jianfeng
2022-09-22
2
-4
/
+4
|
*
usb: gadget: function: fix dangling pnp_string in f_printer.c
Albert Briscoe
2022-09-22
1
-6
/
+6
|
*
usb: gadget: uvc: increase worker prio to WQ_HIGHPRI
Michael Grzeschik
2022-09-09
4
-3
/
+13
|
*
usb: gadget: f_fs: stricter integer overflow checks
Dan Carpenter
2022-09-07
1
-2
/
+2
|
*
Merge 6.0-rc4 into usb-next
Greg Kroah-Hartman
2022-09-05
2
-4
/
+18
|
|
\
|
*
|
usb: gadget: function: rndis: limit # of RNDIS instances to 1000
Sergey Shtylyov
2022-08-31
1
-1
/
+1
|
*
|
usb: gadget: f_ncm: noop - remove INIT_NDP{16,32}_OPTS macros
Maciej Żenczykowski
2022-08-31
1
-32
/
+28
|
*
|
usb: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-19
4
-9
/
+9
|
*
|
USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usage
Greg Kroah-Hartman
2022-08-19
1
-3
/
+8
|
*
|
usb: gadget: rndis: use %u instead of %d to print u32 values
Ray Hung
2022-08-18
1
-1
/
+1
*
|
|
usb: gadget: Replace runtime->status->state reference to runtime->state
Takashi Iwai
2022-09-27
1
-2
/
+2
|
|
/
|
/
|
*
|
usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS
Krishna Kurapati
2022-08-30
1
-2
/
+4
*
|
usb: gadget: f_uac2: fix superspeed transfer
Jing Leng
2022-08-19
1
-2
/
+14
|
/
*
USB: gadget: f_acm: use CDC defines
Johan Hovold
2022-07-25
1
-15
/
+5
*
Merge 5.19-rc7 into usb-next
Greg Kroah-Hartman
2022-07-18
1
-2
/
+4
|
\
|
*
usb: gadget: uvc: fix changing interface name via configfs
Michael Grzeschik
2022-07-08
1
-2
/
+4
*
|
usb: gadget: f_mass_storage: forced_eject attribute
Maxim Devaev
2022-07-14
3
-0
/
+42
*
|
usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OS
Neal Liu
2022-06-29
1
-5
/
+6
*
|
Merge 5.19-rc4 into usb-next
Greg Kroah-Hartman
2022-06-27
1
-0
/
+3
|
\
|
|
*
usb: gadget: uvc: fix list double add in uvcg_video_pump
Dan Vacura
2022-06-21
1
-0
/
+3
*
|
usb: gadget: u_ether: Remove duplicated include in u_ether.c
Yang Li
2022-06-24
1
-1
/
+0
*
|
Merge v5.19-rc3 into usb-next
Greg Kroah-Hartman
2022-06-20
2
-17
/
+35
|
\
|
|
*
usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()
Linyu Yuan
2022-06-10
1
-0
/
+6
|
*
usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()
Linyu Yuan
2022-06-10
1
-15
/
+19
[next]