summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip
AgeCommit message (Expand)AuthorFilesLines
2011-12-09staging: usbip: bugfix for deadlockBart Westgeest1-4/+6
2011-08-05Staging: usbip: vhci-hcd: Do not kill already dead RX/TX kthreadTobias Klauser1-2/+2
2011-06-07staging: usbip: bugfix prevent driver unbindArjan Mels2-9/+32
2011-05-23Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds45-828/+19845
2011-05-20staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney11-306/+220
2011-05-20staging: usbip: userspace: bind-driver.c: mark remote_host as unusedmatt mooney1-1/+1
2011-05-20staging: usbip: userspace: stub_driver.c: update kernel module namematt mooney1-1/+2
2011-05-18staging: usbip: userspace: modify project gcc flagsmatt mooney1-1/+1
2011-05-18staging: usbip: userspace: move common cflags to configure.acmatt mooney3-3/+3
2011-05-18staging: usbip: userspace: remove gcc warningsmatt mooney3-3/+5
2011-05-18staging: usbip: userspace: remove revision $Id$matt mooney5-9/+2
2011-05-18staging: usbip: userspace: set libusbip version in configure.acmatt mooney2-1/+6
2011-05-18staging: usbip: userspace: cleanup makefilesmatt mooney3-30/+18
2011-05-18staging: usbip: userspace: configure.ac: major overhaulmatt mooney1-70/+74
2011-05-18staging: usbip: userspace: update module name referencesmatt mooney5-13/+13
2011-05-18staging: usbip: userspace: whitespace cleanupmatt mooney8-40/+40
2011-05-18staging: usbip: userspace: remove unused filesmatt mooney2-1/+0
2011-05-18staging: usbip: userspace: rename source directoriesmatt mooney20-5/+6
2011-05-18staging: usbip: userspace: move manpages to separate directorymatt mooney5-2/+2
2011-05-18staging: 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-12staging: usbip: vhci.h: reorganizematt mooney1-3/+5
2011-05-12staging: usbip: stub.h: reorganizematt mooney1-9/+10
2011-05-12staging: usbip: use single version for all modulesmatt mooney4-9/+8
2011-05-12staging: usbip: change debug configuration optionmatt mooney4-10/+9
2011-05-07staging: usbip: fixup MODULE_ macrosmatt mooney3-9/+10
2011-05-07staging: usbip: remove section dividersmatt mooney10-80/+0
2011-05-07staging: usbip: add break to default case in switch statementsmatt mooney5-5/+16
2011-05-07staging: usbip: vhci_tx.c: coding style cleanupmatt mooney1-21/+11
2011-05-07staging: usbip: vhci_sysfs.c: coding style cleanupmatt mooney1-9/+6
2011-05-07staging: usbip: vhci_rx.c: coding style cleanupmatt mooney1-31/+13
2011-05-07staging: usbip: vhci_hcd.c: coding style cleanupmatt mooney1-111/+76
2011-05-07staging: usbip: vhci.h: coding style cleanupmatt mooney1-14/+7
2011-05-07staging: usbip: stub.h: coding style cleanupmatt mooney1-2/+0
2011-05-07staging: usbip: usbip_event.c: coding style cleanupmatt mooney1-12/+6
2011-05-07staging: usbip: usbip_common.c: coding style cleanupmatt mooney1-61/+46
2011-05-07staging: usbip: usbip_common.h: coding style cleanupmatt mooney1-46/+29
2011-05-07staging: usbip: stub_tx.c: coding style cleanupmatt mooney1-33/+23
2011-05-07staging: usbip: stub_rx.c: coding style cleanupmatt mooney1-29/+21
2011-05-07staging: usbip: stub_main.c: coding style cleanupmatt mooney1-13/+6
2011-05-07staging: usbip: stub_dev.c: coding style cleanupmatt mooney1-32/+12
2011-05-05Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+8
2011-05-03USB: fix regression in usbip by setting has_tt flagAlan Stern1-1/+1
2011-04-26staging: 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-07staging: usbip: bugfix for isochronous packets and optimizationArjan Mels4-14/+122
2011-04-07staging: usbip: bugfix add number of packets for isochronous framesArjan Mels1-1/+6
2011-04-07staging: usbip: bugfixes related to kthread conversionArjan Mels1-25/+15