aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/usbip
AgeCommit message (Expand)AuthorFilesLines
2011-05-17staging: usbip: userspace: modify project gcc flagsmatt mooney1-1/+1
2011-05-17staging: usbip: userspace: move common cflags to configure.acmatt mooney3-3/+3
2011-05-17staging: usbip: userspace: remove gcc warningsmatt mooney3-3/+5
2011-05-17staging: usbip: userspace: remove revision $Id$matt mooney5-9/+2
2011-05-17staging: usbip: userspace: set libusbip version in configure.acmatt mooney2-1/+6
2011-05-17staging: usbip: userspace: cleanup makefilesmatt mooney3-30/+18
2011-05-17staging: usbip: userspace: configure.ac: major overhaulmatt mooney1-70/+74
2011-05-17staging: usbip: userspace: update module name referencesmatt mooney5-13/+13
2011-05-17staging: usbip: userspace: whitespace cleanupmatt mooney8-40/+40
2011-05-17staging: usbip: userspace: remove unused filesmatt mooney2-1/+0
2011-05-17staging: usbip: userspace: rename source directoriesmatt mooney20-5/+6
2011-05-17staging: usbip: userspace: move manpages to separate directorymatt mooney5-2/+2
2011-05-17staging: usbip: add userspace codeTakahiro Hirofuchi32-0/+19318
2011-05-17staging: usbip: fix wrong endian conversionDavid Chang1-1/+1
2011-05-12staging: usbip: edit Kconfig and rename CONFIG optionsmatt mooney5-35/+37
2011-05-12staging: usbip: fix header includesmatt mooney13-26/+42
2011-05-11staging: usbip: vhci.h: reorganizematt mooney1-3/+5
2011-05-11staging: usbip: stub.h: reorganizematt mooney1-9/+10
2011-05-11staging: usbip: use single version for all modulesmatt mooney4-9/+8
2011-05-11staging: usbip: change debug configuration optionmatt mooney4-10/+9
2011-05-06staging: usbip: fixup MODULE_ macrosmatt mooney3-9/+10
2011-05-06staging: usbip: remove section dividersmatt mooney10-80/+0
2011-05-06staging: usbip: add break to default case in switch statementsmatt mooney5-5/+16
2011-05-06staging: usbip: vhci_tx.c: coding style cleanupmatt mooney1-21/+11
2011-05-06staging: usbip: vhci_sysfs.c: coding style cleanupmatt mooney1-9/+6
2011-05-06staging: usbip: vhci_rx.c: coding style cleanupmatt mooney1-31/+13
2011-05-06staging: usbip: vhci_hcd.c: coding style cleanupmatt mooney1-111/+76
2011-05-06staging: usbip: vhci.h: coding style cleanupmatt mooney1-14/+7
2011-05-06staging: usbip: stub.h: coding style cleanupmatt mooney1-2/+0
2011-05-06staging: usbip: usbip_event.c: coding style cleanupmatt mooney1-12/+6
2011-05-06staging: usbip: usbip_common.c: coding style cleanupmatt mooney1-61/+46
2011-05-06staging: usbip: usbip_common.h: coding style cleanupmatt mooney1-46/+29
2011-05-06staging: usbip: stub_tx.c: coding style cleanupmatt mooney1-33/+23
2011-05-06staging: usbip: stub_rx.c: coding style cleanupmatt mooney1-29/+21
2011-05-06staging: usbip: stub_main.c: coding style cleanupmatt mooney1-13/+6
2011-05-06staging: usbip: stub_dev.c: coding style cleanupmatt mooney1-32/+12
2011-05-04Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+8
2011-05-02USB: fix regression in usbip by setting has_tt flagAlan Stern1-1/+1
2011-04-25staging: usbip: vhci: fix oops on subsequent attachMax Vozeler2-8/+8
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-42/+147
2011-04-06staging: usbip: bugfix for isochronous packets and optimizationArjan Mels4-14/+122
2011-04-06staging: usbip: bugfix add number of packets for isochronous framesArjan Mels1-1/+6
2011-04-06staging: usbip: bugfixes related to kthread conversionArjan Mels1-25/+15
2011-04-06staging: usbip: fix shutdown problems.Arjan Mels1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-207/+66
2011-03-14staging: usbip: Remove NULL check before kfreeIlia Mirkin1-4/+2
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-2/+2
2011-03-02staging/usbip: convert to kthreadArnd Bergmann13-203/+64