index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: mxc: gadget: Fix bitfield for calculating maximum packet size
Dinh Nguyen
2010-07-05
1
-1
/
+1
*
USB: f_mass_storage: fix crash on bind() error
Peter Korsgaard
2010-03-15
1
-1
/
+0
*
USB: gadget: fix EEM gadget CRC usage
Brian Niebuhr
2010-02-16
1
-2
/
+1
*
USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usage
Michal Nazarewicz
2010-02-16
1
-1
/
+1
*
USB: s3c-hsotg: Export usb_gadget_register_driver()
Mark Brown
2010-02-16
1
-0
/
+1
*
USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()
Mark Brown
2010-02-16
1
-0
/
+1
*
USB: audio gadget: free alsa devices when unloading
Cliff Cai
2009-12-23
4
-5
/
+12
*
USB: audio gadget: fix wTotalLength calculation
Cliff Cai
2009-12-23
1
-1
/
+4
*
USB: gadget: Use ERR_PTR/IS_ERR
Julia Lawall
2009-12-23
1
-3
/
+5
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2009-12-12
1
-15
/
+0
|
\
|
*
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-12-09
2
-24
/
+50
|
|
\
|
*
|
powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM builds
Anton Vorontsov
2009-11-11
1
-15
/
+0
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2009-12-11
1
-1
/
+1
|
\
\
\
|
*
|
|
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
2009-12-10
1
-1
/
+1
*
|
|
|
USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDIS
Michal Nazarewicz
2009-12-11
3
-10
/
+21
*
|
|
|
USB: g_multi kconfig: fix depends and help text
Randy Dunlap
2009-12-11
1
-7
/
+7
*
|
|
|
USB: g_multi: Multifunction Composite Gadget added
Michal Nazarewicz
2009-12-11
3
-0
/
+399
*
|
|
|
USB: g_mass_storage: thread_exits callback added
Michal Nazarewicz
2009-12-11
2
-14
/
+29
*
|
|
|
USB: composite: usb_composite_unregister() no longer __exit
Michal Nazarewicz
2009-12-11
1
-2
/
+3
*
|
|
|
USB: g_mass_storage: most data moved to fsg_common
Michal Nazarewicz
2009-12-11
1
-582
/
+648
*
|
|
|
USB: g_mass_storage: code cleaned up and comments updated
Michal Nazarewicz
2009-12-11
3
-294
/
+387
*
|
|
|
USB: g_mass_storage: lun_name_format and thread_name added
Michal Nazarewicz
2009-12-11
1
-5
/
+17
*
|
|
|
USB: g_mass_storage: fsg_config added & module params handlig changed
Michal Nazarewicz
2009-12-11
2
-96
/
+178
*
|
|
|
USB: g_mass_storage: Mass Storage Function created
Michal Nazarewicz
2009-12-11
6
-500
/
+426
*
|
|
|
USB: Interface Association Descriptors added to CDC & RNDIS
Michal Nazarewicz
2009-12-11
2
-4
/
+59
*
|
|
|
USB: g_mass_storage: fsg_common_init() created
Michal Nazarewicz
2009-12-11
1
-162
/
+199
*
|
|
|
USB: g_mass_storage: constant length buffers used
Michal Nazarewicz
2009-12-11
2
-20
/
+21
*
|
|
|
USB: g_mass_storage: parts of fsg_dev moved to fsg_common structure
Michal Nazarewicz
2009-12-11
1
-168
/
+173
*
|
|
|
USB: g_mass_storage: testing code from f_mass_storage.c removed
Michal Nazarewicz
2009-12-11
2
-572
/
+140
*
|
|
|
USB: g_mass_storage: template f_mass_storage.c file created
Michal Nazarewicz
2009-12-11
1
-0
/
+3611
*
|
|
|
USB: g_file_storage: more code from file_storage.c moved to storage_common.c
Michal Nazarewicz
2009-12-11
2
-117
/
+128
*
|
|
|
USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changed
Michal Nazarewicz
2009-12-11
2
-6
/
+13
*
|
|
|
USB: g_file_storage: "fsg_" prefix added to some identifiers
Michal Nazarewicz
2009-12-11
2
-152
/
+183
*
|
|
|
USB: g_file_storage: parts of file_storage.c moved to separate file
Michal Nazarewicz
2009-12-11
2
-567
/
+572
*
|
|
|
USB: modifications for at91sam9g10
Hong Xu
2009-12-11
1
-3
/
+3
*
|
|
|
USB audio gadget: handle endpoint control requests at the function level
Laurent Pinchart
2009-12-11
2
-117
/
+74
*
|
|
|
USB gadget: Handle endpoint requests at the function level
Laurent Pinchart
2009-12-11
1
-8
/
+46
|
/
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-12-09
2
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'for-next' into for-linus
Jiri Kosina
2009-12-07
2
-2
/
+2
|
|
\
\
|
|
*
|
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
2
-2
/
+2
|
|
|
/
*
|
|
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2009-12-08
1
-5
/
+20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
omap1: omap_udc: Add clocking and disable vbus sense for omap7xx
Cory Maccarrone
2009-11-22
1
-2
/
+17
|
*
|
Merge branch '7xx-iosplit-plat' with omap-fixes
Tony Lindgren
2009-11-10
1
-3
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
omap: headers: Move remaining headers from include/mach to include/plat
Tony Lindgren
2009-10-20
1
-3
/
+3
*
|
|
usb: amd5536udc: fixed shared interrupt bug and warning oops
Thomas Dahlmann
2009-11-30
1
-19
/
+30
|
/
/
*
|
USB: fsl_udc_core: Fix kernel oops on module removal
Anton Vorontsov
2009-10-30
1
-1
/
+1
*
|
ARM: Fix lubbock defconfig build
Russell King
2009-10-21
1
-0
/
+1
|
/
*
USB: gadget: Fix EEM driver comments and VID/PID
Brian Niebuhr
2009-10-14
1
-7
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2009-10-11
1
-4
/
+4
|
\
|
*
USB: gadget: imx_udc: Use resource size
Tobias Klauser
2009-10-09
1
-4
/
+4
[next]