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.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
2015-07-29
usb: gadget: storage-common: Set FSG_MAX_LUNS to 16
Krzysztof Opasiak
2
-2
/
+2
2015-07-29
usb: gadget: mass_storage: Place EXPORT_SYMBOL_GPL() after func definition
Krzysztof Opasiak
1
-1
/
+1
2015-07-29
usb: gadget: mass_storage: Free buffers if create lun fails
Krzysztof Opasiak
1
-0
/
+5
2015-07-29
usb: gadget: SourceSink: Remove out-of-date comment
Krzysztof Opasiak
1
-5
/
+0
2015-07-29
usb: gadget: loopback: Remove out-of-date comment
Krzysztof Opasiak
1
-5
/
+0
2015-07-06
usb: gadget: f_midi: fix error recovery path
Andrzej Pietrasiewicz
1
-3
/
+1
2015-07-06
usb: gadget: f_fs: do not set cancel function on synchronous {read,write}
Rui Miguel Silva
1
-2
/
+4
2015-07-06
usb: f_mass_storage: limit number of reported LUNs
Michal Nazarewicz
1
-3
/
+13
2015-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+2
2015-06-24
vfs: add file_path() helper
Miklos Szeredi
2
-2
/
+2
2015-06-08
Merge 4.1-rc7 into usb-next
Greg Kroah-Hartman
3
-8
/
+20
2015-06-02
Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
6
-242
/
+216
2015-05-26
usb: gadget: f_fs: add extra check before unregister_gadget_item
Rui Miguel Silva
1
-2
/
+8
2015-05-26
usb: gadget: f_fs: fix check in read operation
Rui Miguel Silva
1
-1
/
+1
2015-05-26
usb: gadget: f_uac1: check return code from config_ep_by_speed
Michael Trimarchi
1
-1
/
+4
2015-05-26
usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()
Krzysztof Opasiak
1
-5
/
+8
2015-05-22
usb: gadget: rndis: use signed type for a signed value
Andrzej Pietrasiewicz
2
-3
/
+3
2015-05-22
usb: gadget: rndis: don't duplicate the "i" variable
Andrzej Pietrasiewicz
1
-1
/
+0
2015-05-22
usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect()
Andrzej Pietrasiewicz
1
-2
/
+2
2015-05-14
usb: gadget: f_midi: fix segfault when reading empty id
Pawel Szewczyk
1
-1
/
+7
2015-05-07
usb: gadget: rndis: remove the limit of available rndis connections
Andrzej Pietrasiewicz
3
-86
/
+78
2015-05-07
usb: gadget: rndis: style correction
Andrzej Pietrasiewicz
1
-1
/
+1
2015-05-07
usb: gadget: rndis: use rndis_params instead of configNr
Andrzej Pietrasiewicz
3
-151
/
+129
2015-04-27
usb: gadget: uvc: remove unused including <linux/version.h>
Wei Yongjun
1
-1
/
+0
2015-04-27
usb: gadget: serial: fix re-ordering of tx data
Philip Oberstaller
1
-1
/
+4
2015-04-27
usb: gadget: hid: Fix static variable usage
Krzysztof Opasiak
1
-2
/
+14
2015-04-21
Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...
Mauro Carvalho Chehab
14
-728
/
+1672
2015-04-15
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+0
2015-04-15
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+4
2015-04-12
make new_sync_{read,write}() static
Al Viro
1
-2
/
+0
2015-04-12
Merge branch 'iocb' into for-next
Al Viro
1
-2
/
+4
2015-04-03
[media] gadget/uvc: embed video_device
Hans Verkuil
2
-27
/
+19
2015-03-26
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-0
/
+1
2015-03-25
Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
6
-3
/
+1512
2015-03-23
Merge 4.0-rc5 into usb-next
Greg Kroah-Hartman
4
-630
/
+101
2015-03-22
Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-505
/
+22
2015-03-18
USB: gadget: f_mass_storage: use static attribute groups for sysfs entries
Takashi Iwai
1
-74
/
+33
2015-03-13
Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-125
/
+79
2015-03-13
fs: split generic and aio kiocb
Christoph Hellwig
1
-2
/
+3
2015-03-13
usb: gadget: f_printer: use non-zero flag for bitwise and
Andrzej Pietrasiewicz
1
-1
/
+1
2015-03-13
usb: gadget: printer: use after free in gprinter_alloc_inst()
Dan Carpenter
1
-0
/
+1
2015-03-13
usb: gadget: printer: delete some dead code
Dan Carpenter
1
-5
/
+0
2015-03-13
usb: gadget: serial: %pf is only for function pointers
Scott Wood
1
-1
/
+1
2015-03-11
usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()
Robert Baldyga
1
-1
/
+0
2015-03-11
usb: gadget: f_mass_storage: use defined constant instead of numeric value
Tal Shorer
1
-1
/
+1
2015-03-11
Revert "usb: gadget: zero: Add support for interrupt EP"
Felipe Balbi
3
-505
/
+22
2015-03-10
usb: gadget: printer: add configfs support
Andrzej Pietrasiewicz
2
-2
/
+135
2015-03-10
usb: gadget: f_printer: remove compatibility layer
Andrzej Pietrasiewicz
1
-113
/
+0
2015-03-10
usb: gadget: f_printer: convert to new function interface with backward compa...
Andrzej Pietrasiewicz
3
-1
/
+216
2015-03-10
usb: gadget: printer: factor out f_printer
Andrzej Pietrasiewicz
1
-0
/
+1279
[next]