summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
Commit message (Expand)AuthorAgeFilesLines
* staging: usbip: removed lines over 80 charactersKurt Kanzenbach2013-03-111-2/+4
* staging: usbip: userspace: fix whitespace errorsStefan Reif2013-03-114-6/+6
* staging: usbip: remove unnecessary bracesStefan Reif2013-03-111-3/+2Star
* staging: usbip: userspace: libsrc: added missing spaceKurt Kanzenbach2013-03-111-1/+1
* staging: usbip: userspace: libsrc: removed assignments in if conditionsKurt Kanzenbach2013-03-111-4/+7
* staging: usbip: userspace: libsrc: replaced lines over 80 charactersKurt Kanzenbach2013-03-115-86/+175
* staging: usbip: userspace: libsrc: (foo*) should be (foo *)Kurt Kanzenbach2013-03-111-1/+1
* staging: usbip: userspace: libsrc: spaces required around that '='Kurt Kanzenbach2013-03-112-4/+4
* staging: usbip: userspace: libsrc: do not init static/globals to 0Kurt Kanzenbach2013-03-112-4/+4
* staging: usbip: userspace: libsrc: fix indentionKurt Kanzenbach2013-03-112-200/+200
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | staging/usbip: Mark local functions as static (fix sparse warnings)Peter Huewe2013-02-161-2/+2
* | staging: Remove unnecessary OOM messagesJoe Perches2013-02-114-11/+3Star
* | staging: usbip: replace the interrupt safe spinlocks with common ones.Harvey Yang2013-01-223-58/+42Star
* | staging: usbip: use interrupt safe spinlock to avoid potential deadlock.Harvey Yang2013-01-223-21/+23
* | Staging: usbip: usbipcommon: Fixed single line bracing issueJake Champlin2013-01-181-2/+1Star
* | staging: Add angle bracket before and after the URLMasanari Iida2013-01-071-1/+1
* | staging: usbip: userspace: suppress a bogus errorIlija Hadzic2013-01-071-2/+13
* | staging: usbip: userspace: add option to turn fortify on or offIlija Hadzic2013-01-071-0/+17
* | staging: usbip: userspace: eliminate glib dependencyIlija Hadzic2013-01-074-50/+57
* | staging: usbip: userspace: add gitignore fileIlija Hadzic2013-01-071-0/+28
* | staging: usbip: userspace: fix build breakage in doc directoryIlija Hadzic2013-01-071-1/+1
|/
* staging: usbip: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* usb: usbip: userspace: remove the port state file when detaching port.Harvey Yang2012-11-161-0/+9
* staging: usbip: put usb_device and kill event handler thread in error cleanups.Harvey Yang2012-11-131-0/+2
* staging: usbip: Avoid superfluous set HC_STATE_RUNNING in vhci_startBernard Blackham2012-10-221-1/+0Star
* staging: usbip: Don't leak struct file.Bernard Blackham2012-10-224-6/+17
* staging: usbip: cleanup of commentsBart Westgeest2012-10-226-55/+12Star
* staging: usbip: make rh_port_disconnect staticBart Westgeest2012-10-222-2/+1Star
* staging: usbip: replaced pointer arithmetic, and strongly type function return.Bart Westgeest2012-10-224-16/+15Star
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-2/+1Star
|\
| * usb: move children to struct usb_portLan Tianyu2012-09-101-2/+1Star
* | staging: usbip: vhci_hcd: Fixed oops during removal of vhci_hcdnavin2012-09-211-3/+6
* | staging: usbip: stub_dev: Fixed oops during removal of usbip_hostnavin2012-09-211-2/+6
* | Staging: remove CONFIG_EXPERIMENTAL dependanciesGreg Kroah-Hartman2012-09-181-2/+2
* | staging: usbip: vhci_hcd: fixed suspend-resume loopnavin patidar2012-09-061-1/+1
* | staging: usbip: avoid deadlock in vhci_device_unlink_cleanup()Bernard Blackham2012-09-061-3/+13
* | staging: usbip: userspace: update man pages for v1.0.0W. Trevor King2012-08-173-72/+52Star
* | staging: usbip: userspace: allow `configure --with-tcp-wrappers`W. Trevor King2012-08-171-6/+6
* | staging: usbip: export usbip_debug_flag as a usbip-core module parameter.W. Trevor King2012-08-171-0/+4
* | staging "usbip" Fix typos.Justin P. Mattock2012-08-142-3/+3
|/
* staging: usbip: cleanup and fix of vhci_hub_statusBart Westgeest2012-06-141-28/+11Star
* staging: usbip: Updated comment describing VHCI_NPORTSBart Westgeest2012-06-121-6/+1Star
* staging: usbip: userspace: include headers in release tarballsNatanael Copa2012-06-111-2/+3
* staging: Fix typo in multiple filesMasanari Iida2012-04-101-1/+1
* staging: usbip: Fix typo in printed textChristopher Harvey2012-04-101-1/+1
* staging: usbip: fix potential segfault because of unchecked return value of s...Christopher Harvey2012-04-101-4/+16
* staging: usbip: fix the usage of kthread_stop()Oleg Nesterov2012-04-104-12/+29
* Staging: usbip: Remove commented code.Santosh Nayak2012-02-242-4/+0Star