aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: usbip: Renaming pr_warning functionLisa Nguyen1-1/+1
2013-04-05staging: usbip: userspace: show product name in `list -l' commandKurt Kanzenbach1-0/+12
2013-04-05staging: usbip: userspace: unified command line argumentsKurt Kanzenbach3-10/+10
2013-04-05staging: usbip: userspace: libsrc: cleanup parsingKurt Kanzenbach2-449/+67
2013-04-05staging: usbip: userspace: removed unnecessary codeKurt Kanzenbach1-4/+0
2013-04-05staging: usbip: userspace: avoid memory leaksStefan Reif2-3/+8
2013-04-05staging: usbip: simplified cleanup functionKurt Kanzenbach1-7/+1
2013-04-05staging: usbip: removed unnecessary for loopKurt Kanzenbach1-4/+4
2013-04-05staging: usbip: removed unnecessary if-else-statementsKurt Kanzenbach1-13/+13
2013-04-05staging: usbip: simplified errorhandlingKurt Kanzenbach1-10/+12
2013-04-05staging: usbip: simple indent fixStefan Reif1-1/+1
2013-04-05staging: usbip: remove unnused, broken macroStefan Reif1-1/+0
2013-04-05staging: usbip: removed enumeration of commentsKurt Kanzenbach3-3/+3
2013-04-05staging: usbip: reformat function pickup_urb_and_free_privStefan Reif1-25/+29
2013-04-05staging: usbip: reformat function stub_recv_cmd_unlink()Kurt Kanzenbach1-49/+49
2013-04-05staging: usbip: userspace: libsrc: replace numbers by asciiStefan Reif1-2/+2
2013-03-11staging: usbip: removed lines over 80 charactersKurt Kanzenbach1-2/+4
2013-03-11staging: usbip: userspace: fix whitespace errorsStefan Reif4-6/+6
2013-03-11staging: usbip: remove unnecessary bracesStefan Reif1-3/+2
2013-03-11staging: usbip: userspace: libsrc: added missing spaceKurt Kanzenbach1-1/+1
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-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-15staging/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-17Staging: usbip: usbipcommon: Fixed single line bracing issueJake Champlin1-2/+1
2013-01-07staging: Add angle bracket before and after the URLMasanari Iida1-1/+1
2013-01-07staging: usbip: userspace: suppress a bogus errorIlija Hadzic1-2/+13
2013-01-07staging: usbip: userspace: add option to turn fortify on or offIlija Hadzic1-0/+17
2013-01-07staging: usbip: userspace: eliminate glib dependencyIlija Hadzic4-50/+57
2013-01-07staging: usbip: userspace: add gitignore fileIlija Hadzic1-0/+28
2013-01-07staging: usbip: userspace: fix build breakage in doc directoryIlija Hadzic1-1/+1
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