summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
AgeCommit message (Expand)AuthorFilesLines
2011-07-05drivers/staging/usbip: bugfix prevent driver unbind regression in linux-nextArjan Mels1-1/+20
2011-07-05Staging: usbip: vhci-hcd: Do not kill already dead RX/TX kthreadTobias Klauser1-2/+2
2011-07-05staging: usbip: userspace: configure.ac: change package datamatt mooney1-1/+1
2011-07-05staging: usbip: userspace: usbip_network.c: coding style cleanupmatt mooney1-31/+42
2011-07-05staging: usbip: userspace: usbip_host: update function and variable namesmatt mooney2-172/+189
2011-07-05staging: usbip: userspace: rename stub driver filesmatt mooney4-2/+2
2011-07-05staging: usbip: userspace: usbip list: move output headermatt mooney1-6/+11
2011-07-05staging: usbip: userspace: usbip list: edit output messagesmatt mooney1-24/+34
2011-07-05staging: usbip: userspace: usbip_unbind.c: implement using libsysfsmatt mooney1-16/+107
2011-07-05staging: usbip: userspace: usbip_bind.c: major rewrite of the implementationmatt mooney1-145/+158
2011-07-05staging: usbip: userspace: utils.c: rewrite modify_match_busidmatt mooney1-28/+40
2011-07-05staging: usbip: userspace: utils: remove libsysfs circumventionmatt mooney2-263/+18
2011-07-05staging: usbip: userspace: usbip: modify command failurematt mooney1-5/+8
2011-07-05staging: usbip: userspace: libsrc: change all output messages to debugmatt mooney3-83/+80
2011-07-05staging: usbip: userspace: libsrc: remove usbip.hmatt mooney8-35/+21
2011-07-05staging: usbip: userspace: usbip.c: add log optionmatt mooney1-3/+10
2011-07-05staging: usbip: userspace: libsrc: set program name for loggingmatt mooney3-0/+9
2011-07-05staging: usbip: userspace: usbip_common.h: fixup header includesmatt mooney3-10/+11
2011-07-05staging: usbip: userspace: usbip_common.h: move enumsmatt mooney1-26/+24
2011-07-05staging: usbip: userspace: usbip_common.h: cleanup log macrosmatt mooney1-45/+43
2011-07-05staging: usbip: userspace: update cleanup.shmatt mooney1-4/+6
2011-07-05staging: usbip: userspace: cleanup READMEmatt mooney1-150/+133
2011-07-05staging: usbip: userspace: add name to AUTHORSmatt mooney1-0/+1
2011-07-05staging: usbip: userspace: remove usb.ids filematt mooney3-13230/+2
2011-07-05usbip: simplify port status savingMárton Németh1-3/+2
2011-07-05usbip: dump the port status differenceMárton Németh1-8/+22
2011-07-05usbip: only dump valid port statusMárton Németh1-2/+5
2011-07-05Staging: usbip: Fix out-of-tree build for userspaceTobias Klauser1-1/+1
2011-06-28staging: Fix recieve/receive typosJoe Perches2-2/+2
2011-06-09Merge Linus's tree into staging-nextGreg Kroah-Hartman33-1847/+1657
2011-06-07USBIP: Remove unnecessary whitespace before newline characters.Akshay Joshi1-4/+4
2011-06-07usbip: change dev_attr_group to constantMárton Németh2-2/+2
2011-06-07staging: usbip: stub_main.c: simplify busid_table initializationmatt mooney1-6/+2
2011-06-07staging: usbip: userspace: usbip_list.c: cleanup exported device functionsmatt mooney1-48/+42
2011-06-07staging: usbip: userspace: rename usbip device and interfacematt mooney10-41/+44
2011-06-07staging: usbip: userspace: usbip_list.c: refactor local USB device listingmatt mooney1-97/+83
2011-06-07staging: usbip: change the busid sizematt mooney4-14/+14
2011-06-07staging: usbip: userspace: move header includes out utils.hmatt mooney3-23/+11
2011-06-07staging: usbip: userspace: use memset instead of bzeromatt mooney6-14/+13
2011-06-07usbip: remove extra whitespaceMárton Németh1-1/+1
2011-06-07Staging: usbip: vhci.h: remove FSF addressGreg Kroah-Hartman1-9/+0
2011-06-07staging: usbip: README: we need to document the protocolGreg Kroah-Hartman1-0/+1
2011-06-07staging: usbip: userspace: usbip_network: rename and cleanup functionmatt mooney2-65/+45
2011-06-07staging: usbip: userspace: usbipd.c: add header into source filematt mooney1-4/+4
2011-06-07staging: usbip: userspace tools v1.0.0matt mooney12-1341/+1233
2011-06-07staging: usbip: userspace: vhci_driver: parameterize path namesmatt mooney2-6/+18
2011-06-07staging: usbip: userspace: change struct class_device to usbip_class_devicematt mooney3-34/+40
2011-06-07staging: usbip: userspace: set kernel module names in one placematt mooney4-20/+29
2011-06-07usbip: remove check for negative values for an unsigned valueMárton Németh1-1/+1
2011-06-07usbip: simplify lock handling in valid_request()Márton Németh1-3/+3