aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21staging: usbip: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15usb: usbip: userspace: remove the port state file when detaching port.Harvey Yang1-0/+9
2012-11-13staging: usbip: put usb_device and kill event handler thread in error cleanups.Harvey Yang1-0/+2
2012-10-22staging: usbip: Avoid superfluous set HC_STATE_RUNNING in vhci_startBernard Blackham1-1/+0
2012-10-22staging: usbip: Don't leak struct file.Bernard Blackham4-6/+17
2012-10-22staging: usbip: cleanup of commentsBart Westgeest6-55/+12
2012-10-22staging: usbip: make rh_port_disconnect staticBart Westgeest2-2/+1
2012-10-22staging: usbip: replaced pointer arithmetic, and strongly type function return.Bart Westgeest4-16/+15
2012-10-01Merge 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-17Staging: 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-13staging "usbip" Fix typos.Justin P. Mattock2-3/+3
2012-06-13staging: usbip: cleanup and fix of vhci_hub_statusBart Westgeest1-28/+11
2012-06-11staging: 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 strchr.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
2012-02-08staging: usbip: fix to prevent potentially using uninitialized spinlockBart Westgeest1-2/+2
2011-12-22staging: usbip: removed unused definitions from headerBart Westgeest2-19/+0
2011-12-22staging: usbip: removed dead code from receive functionBart Westgeest4-48/+20
2011-11-26staging: usbip: bugfix for deadlockBart Westgeest1-4/+6
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker1-0/+1
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker1-0/+1
2011-09-19staging: usbip: fix up api changes that broke windows clientsAlexander Thomas2-14/+14
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker2-0/+2
2011-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/lwfinger/r8192E into staging-nextGreg Kroah-Hartman1-0/+1
2011-08-23drivers/staging/usbip/userspace/libsrc/vhci_driver.c: test the just-initialized valueJulia Lawall1-1/+1
2011-08-23staging: usbip: Add header guards to stub.h and vhci.hTobias Klauser2-0/+10
2011-08-23staging: usbip: add a usbip protocol documentMárton Németh1-0/+358
2011-08-23staging: usbip: userspace: Check return value for mkdir()Tobias Klauser1-1/+3
2011-08-23Staging: usbip: Fix braces and spaces to match coding style.Akshay Joshi2-3/+2
2011-08-23Staging: usbip: Remove trailing spaces.Akshay Joshi2-3/+3
2011-08-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Larry Finger1-25/+0
2011-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Larry Finger1-0/+26
2011-07-08staging: usbip: userspace: usbip-utils 1.1.1matt mooney1-2/+2
2011-07-08staging: usbip: userspace: README: update example outputmatt mooney1-25/+28