summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
Commit message (Expand)AuthorAgeFilesLines
...
* | staging: usbip: userspace: libsrc: remove usbip.hmatt mooney2011-07-058-35/+21
* | staging: usbip: userspace: usbip.c: add log optionmatt mooney2011-07-051-3/+10
* | staging: usbip: userspace: libsrc: set program name for loggingmatt mooney2011-07-053-0/+9
* | staging: usbip: userspace: usbip_common.h: fixup header includesmatt mooney2011-07-053-10/+11
* | staging: usbip: userspace: usbip_common.h: move enumsmatt mooney2011-07-051-26/+24
* | staging: usbip: userspace: usbip_common.h: cleanup log macrosmatt mooney2011-07-051-45/+43
* | staging: usbip: userspace: update cleanup.shmatt mooney2011-07-051-4/+6
* | staging: usbip: userspace: cleanup READMEmatt mooney2011-07-051-150/+133
* | staging: usbip: userspace: add name to AUTHORSmatt mooney2011-07-051-0/+1
* | staging: usbip: userspace: remove usb.ids filematt mooney2011-07-053-13230/+2
* | usbip: simplify port status savingMárton Németh2011-07-051-3/+2
* | usbip: dump the port status differenceMárton Németh2011-07-051-8/+22
* | usbip: only dump valid port statusMárton Németh2011-07-051-2/+5
* | Staging: usbip: Fix out-of-tree build for userspaceTobias Klauser2011-07-051-1/+1
* | staging: Fix recieve/receive typosJoe Perches2011-06-282-2/+2
* | Merge Linus's tree into staging-nextGreg Kroah-Hartman2011-06-0933-1847/+1657
|\ \ | |/ |/|
| * USBIP: Remove unnecessary whitespace before newline characters.Akshay Joshi2011-06-071-4/+4
| * usbip: change dev_attr_group to constantMárton Németh2011-06-072-2/+2
| * staging: usbip: stub_main.c: simplify busid_table initializationmatt mooney2011-06-071-6/+2
| * staging: usbip: userspace: usbip_list.c: cleanup exported device functionsmatt mooney2011-06-071-48/+42
| * staging: usbip: userspace: rename usbip device and interfacematt mooney2011-06-0710-41/+44
| * staging: usbip: userspace: usbip_list.c: refactor local USB device listingmatt mooney2011-06-071-97/+83
| * staging: usbip: change the busid sizematt mooney2011-06-074-14/+14
| * staging: usbip: userspace: move header includes out utils.hmatt mooney2011-06-073-23/+11
| * staging: usbip: userspace: use memset instead of bzeromatt mooney2011-06-076-14/+13
| * usbip: remove extra whitespaceMárton Németh2011-06-071-1/+1
| * Staging: usbip: vhci.h: remove FSF addressGreg Kroah-Hartman2011-06-071-9/+0
| * staging: usbip: README: we need to document the protocolGreg Kroah-Hartman2011-06-071-0/+1
| * staging: usbip: userspace: usbip_network: rename and cleanup functionmatt mooney2011-06-072-65/+45
| * staging: usbip: userspace: usbipd.c: add header into source filematt mooney2011-06-071-4/+4
| * staging: usbip: userspace tools v1.0.0matt mooney2011-06-0712-1341/+1233
| * staging: usbip: userspace: vhci_driver: parameterize path namesmatt mooney2011-06-072-6/+18
| * staging: usbip: userspace: change struct class_device to usbip_class_devicematt mooney2011-06-073-34/+40
| * staging: usbip: userspace: set kernel module names in one placematt mooney2011-06-074-20/+29
| * usbip: remove check for negative values for an unsigned valueMárton Németh2011-06-071-1/+1
| * usbip: simplify lock handling in valid_request()Márton Németh2011-06-071-3/+3
| * staging: usbip: vhci_hcd.c: rename init and exit functionsmatt mooney2011-06-071-4/+4
| * staging: usbip: usbip_common.c: rename init and exit functionsmatt mooney2011-06-071-4/+4
| * staging: usbip: userspace: bind_driver.c: update kernel module namematt mooney2011-06-071-2/+2
| * staging: usbip: stub_dev.c: move stub_driver definition and update driver namematt mooney2011-06-071-16/+12
| * staging: usbip: usbip_common.h: reorganize and document request headersmatt mooney2011-06-071-115/+121
| * staging: usbip: usbip_common.c: fix misspelled function namematt mooney2011-06-071-3/+3
| * staging: usbip: stub_main.c: use KMEM_CACHE macromatt mooney2011-06-071-3/+2
| * staging: usbip: stub_main.c: rename init and exit functionsmatt mooney2011-06-071-4/+4
| * staging: usbip: stub_main.c: code cleanupmatt mooney2011-06-071-74/+73
| * staging: usbip: stub_main.c: reorder functionsmatt mooney2011-06-071-24/+24
| * staging: usbip: remove unnecessary lines and extra return statementsmatt mooney2011-06-078-50/+24
* | staging: usbip: bugfix prevent driver unbindArjan Mels2011-06-072-9/+32
|/
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-2345-828/+19845
|\
| * staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney2011-05-1911-306/+220