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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
function
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-24
usb: gadget: f_hid: fix: Move IN request allocation to set_alt()
Krzysztof Opasiak
1
-22
/
+67
2018-03-18
usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()
Xinyong
1
-1
/
+0
2018-02-28
usb: gadget: f_fs: Process all descriptors during bind
Jack Pham
1
-4
/
+2
2018-02-17
usb: gadget: uvc: Missing files for configfs interface
Petr Cvek
1
-8
/
+8
2018-02-03
usb: f_fs: Prevent gadget unbind if it is already unbound
Hemant Kumar
1
-1
/
+2
2017-12-25
usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed
Roger Quadros
1
-0
/
+8
2017-12-16
usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping
Vincent Pelletier
1
-1
/
+1
2017-12-14
usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT
John Keeping
1
-2
/
+11
2017-12-10
usb: gadget: f_fs: Fix ExtCompat descriptor validation
Vincent Pelletier
1
-1
/
+1
2017-11-21
usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
Andrew Gabbasov
1
-0
/
+1
2017-10-18
usb: gadget: configfs: Fix memory leak of interface directory data
Andrew Gabbasov
2
-2
/
+11
2017-10-12
USB: g_mass_storage: Fix deadlock when driver is unbound
Alan Stern
2
-34
/
+7
2017-08-07
usb: gadget: Fix copy/pasted error message
David Lechner
1
-1
/
+1
2017-07-05
usb: gadget: f_fs: Fix possibe deadlock
Baolin Wang
1
-2
/
+6
2017-06-29
usb: gadget: f_fs: avoid out of bounds access on comp_desc
William Wu
1
-5
/
+5
2017-06-14
usb: gadget: f_mass_storage: Serialize wake and sleep execution
Thinh Nguyen
1
-2
/
+11
2017-03-30
usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval
Roger Quadros
1
-1
/
+1
2017-03-30
ACM gadget: fix endianness in notifications
Oliver Neukum
1
-1
/
+3
2017-03-18
Revert "usb: gadget: uvc: Add missing call for additional setup data"
Roger Quadros
1
-7
/
+0
2017-03-18
usb: gadget: function: f_fs: pass companion descriptor along
Felipe Balbi
1
-2
/
+13
2017-03-12
usb: gadget: f_hid: Use spinlock instead of mutex
Krzysztof Opasiak
1
-23
/
+34
2017-03-12
usb: gadget: f_hid: fix: Prevent accessing released memory
Krzysztof Opasiak
1
-4
/
+20
2017-03-12
usb: gadget: f_hid: fix: Free out requests
Krzysztof Opasiak
1
-8
/
+24
2017-02-09
usb: gadget: f_fs: Assorted buffer overflow checks.
Vincent Pelletier
1
-1
/
+12
2017-01-12
usb: gadget: composite: always set ep->mult to a sensible value
Felipe Balbi
1
-1
/
+1
2017-01-12
Revert "usb: gadget: composite: always set ep->mult to a sensible value"
Greg Kroah-Hartman
1
-1
/
+1
2017-01-12
usb: gadget: Fix second argument of percpu_ida_alloc()
Bart Van Assche
1
-1
/
+1
2017-01-06
usb: gadget: composite: always set ep->mult to a sensible value
Felipe Balbi
1
-1
/
+1
2017-01-06
usb: gadget: f_uac2: fix error handling at afunc_bind
Peter Chen
1
-7
/
+7
2016-11-18
usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()
Felix Hädicke
1
-4
/
+4
2016-11-01
usb: gadget: u_ether: remove interrupt throttling
Felipe Balbi
1
-8
/
+0
2016-10-17
usb: gadget: f_fs: stop sleeping in ffs_func_eps_disable
Michal Nazarewicz
1
-16
/
+93
2016-10-17
usb: gadget: f_fs: edit epfile->ep under lock
Michal Nazarewicz
1
-3
/
+3
2016-10-17
usb: gadget: function: u_ether: don't starve tx request queue
Felipe Balbi
1
-2
/
+3
2016-10-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2016-09-28
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-4
/
+4
2016-09-19
Revert "usb: gadget: NCM: Protect dev->port_usb using dev->lock"
Greg Kroah-Hartman
1
-5
/
+2
2016-09-14
Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
14
-133
/
+370
2016-09-09
usb: gadget: NCM: Protect dev->port_usb using dev->lock
Harish Jenny K N
1
-2
/
+5
2016-09-09
usb: gadget: u_ether: fix another dereference after null check
Harish Jenny K N
1
-1
/
+2
2016-09-09
usb: gadget: remove variable ret and remove unnecessary if statement
Colin Ian King
1
-6
/
+2
2016-09-08
usb: gadget: f_fs: Stop ffs_closed NULL pointer dereference
Jim Baxter
1
-0
/
+5
2016-09-06
usb: gadget: prevent potenial null pointer dereference on skb->len
Colin Ian King
1
-1
/
+1
2016-08-31
usb: gadget: uvc: Add missing call for additional setup data
Petr Cvek
1
-0
/
+7
2016-08-31
usb: gadget: f_ncm: add support for no_skb_reserve
Yoshihiro Shimoda
1
-0
/
+2
2016-08-31
usb: gadget: u_ether: add a flag to avoid skb_reserve() calling
Yoshihiro Shimoda
2
-1
/
+5
2016-08-25
usb: gadget: f_hid: use alloc_ep_req()
Felipe F. Tonello
1
-5
/
+1
2016-08-25
usb: gadget: f_hid: use free_ep_req()
Felipe F. Tonello
1
-7
/
+3
2016-08-25
usb: gadget: remove useless parameter in alloc_ep_req()
Felipe F. Tonello
4
-10
/
+6
2016-08-25
usb: gadget: f_fs: handle control requests in config 0
Felix Hädicke
1
-2
/
+3
[next]