summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip
AgeCommit message (Expand)AuthorFilesLines
2013-03-11staging: usbip: userspace: libsrc: removed assignments in if conditionsKurt Kanzenbach1-4/+7
2013-03-11staging: usbip: userspace: libsrc: replaced lines over 80 charactersKurt Kanzenbach5-86/+175
2013-03-11staging: usbip: userspace: libsrc: (foo*) should be (foo *)Kurt Kanzenbach1-1/+1
2013-03-11staging: usbip: userspace: libsrc: spaces required around that '='Kurt Kanzenbach2-4/+4
2013-03-11staging: usbip: userspace: libsrc: do not init static/globals to 0Kurt Kanzenbach2-4/+4
2013-03-11staging: usbip: userspace: libsrc: fix indentionKurt Kanzenbach2-200/+200
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2013-02-16staging/usbip: Mark local functions as static (fix sparse warnings)Peter Huewe1-2/+2
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches4-11/+3
2013-01-22staging: usbip: replace the interrupt safe spinlocks with common ones.Harvey Yang3-58/+42
2013-01-22staging: usbip: use interrupt safe spinlock to avoid potential deadlock.Harvey Yang3-21/+23
2013-01-18Staging: usbip: usbipcommon: Fixed single line bracing issueJake Champlin1-2/+1
2013-01-08staging: Add angle bracket before and after the URLMasanari Iida1-1/+1
2013-01-08staging: usbip: userspace: suppress a bogus errorIlija Hadzic1-2/+13
2013-01-08staging: usbip: userspace: add option to turn fortify on or offIlija Hadzic1-0/+17
2013-01-08staging: usbip: userspace: eliminate glib dependencyIlija Hadzic4-50/+57
2013-01-08staging: usbip: userspace: add gitignore fileIlija Hadzic1-0/+28
2013-01-08staging: usbip: userspace: fix build breakage in doc directoryIlija Hadzic1-1/+1
2012-11-22staging: usbip: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-16usb: usbip: userspace: remove the port state file when detaching port.Harvey Yang1-0/+9
2012-11-14staging: usbip: put usb_device and kill event handler thread in error cleanups.Harvey Yang1-0/+2
2012-10-23staging: usbip: Avoid superfluous set HC_STATE_RUNNING in vhci_startBernard Blackham1-1/+0
2012-10-23staging: usbip: Don't leak struct file.Bernard Blackham4-6/+17
2012-10-23staging: usbip: cleanup of commentsBart Westgeest6-55/+12
2012-10-23staging: usbip: make rh_port_disconnect staticBart Westgeest2-2/+1
2012-10-23staging: usbip: replaced pointer arithmetic, and strongly type function return.Bart Westgeest4-16/+15
2012-10-02Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+1
2012-09-21staging: usbip: vhci_hcd: Fixed oops during removal of vhci_hcdnavin1-3/+6
2012-09-21staging: usbip: stub_dev: Fixed oops during removal of usbip_hostnavin1-2/+6
2012-09-18Staging: remove CONFIG_EXPERIMENTAL dependanciesGreg Kroah-Hartman1-2/+2
2012-09-10usb: move children to struct usb_portLan Tianyu1-2/+1
2012-09-06staging: usbip: vhci_hcd: fixed suspend-resume loopnavin patidar1-1/+1
2012-09-06staging: usbip: avoid deadlock in vhci_device_unlink_cleanup()Bernard Blackham1-3/+13
2012-08-17staging: usbip: userspace: update man pages for v1.0.0W. Trevor King3-72/+52
2012-08-17staging: usbip: userspace: allow `configure --with-tcp-wrappers`W. Trevor King1-6/+6
2012-08-17staging: usbip: export usbip_debug_flag as a usbip-core module parameter.W. Trevor King1-0/+4
2012-08-14staging "usbip" Fix typos.Justin P. Mattock2-3/+3
2012-06-14staging: usbip: cleanup and fix of vhci_hub_statusBart Westgeest1-28/+11
2012-06-12staging: usbip: Updated comment describing VHCI_NPORTSBart Westgeest1-6/+1
2012-06-11staging: usbip: userspace: include headers in release tarballsNatanael Copa1-2/+3
2012-04-10staging: Fix typo in multiple filesMasanari Iida1-1/+1
2012-04-10staging: usbip: Fix typo in printed textChristopher Harvey1-1/+1
2012-04-10staging: usbip: fix potential segfault because of unchecked return value of s...Christopher Harvey1-4/+16
2012-04-10staging: usbip: fix the usage of kthread_stop()Oleg Nesterov4-12/+29
2012-02-24Staging: usbip: Remove commented code.Santosh Nayak2-4/+0
2012-02-10Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman6-59/+6
2012-02-09staging: usbip: removed #if 0'd out codeBart Westgeest2-48/+0
2012-02-09staging: usbip: changed function return type to voidBart Westgeest3-10/+6
2012-02-09staging: usbip: removed unused structure fieldBart Westgeest1-1/+0