aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-3/+3
2010-08-05Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman5-66/+220
2010-07-27Staging: usbip: fix up build errorGreg Kroah-Hartman1-2/+2
2010-07-27Staging: usbip: Filtering illegal flags from remote driverEndre Kollar1-0/+55
2010-07-27Staging: usbip: simplify get_ep_from_epnumEndre Kollar1-42/+4
2010-07-27Staging: usbip: fix multiple interfacesEndre Kollar3-24/+159
2010-07-22staging: usbip: fix memory leakKulikov Vasiliy1-0/+2
2010-07-08Staging: usbip: fix typos concerning "sequential"Uwe Kleine-König1-1/+1
2010-06-30staging: usbip: usbip_common: kill rx thread on tx thread creation error.Himanshu Chauhan1-13/+33
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman4-5/+5
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-1/+1
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet2-2/+2
2010-05-17Staging: Use kmemdupJulia Lawall1-2/+2
2010-05-11staging: usbip: fix coding style issues in the usbip driverMichael Sprecher1-1/+1
2010-05-11Staging: usbip: fix space before tab in vhci_hcd.cRuslan Pisarev1-1/+1
2010-05-11Staging: usbip: fix space before tab in usbip_common.hRuslan Pisarev1-1/+1
2010-04-30staging: usbip: Fix deadlockEric Lescouet1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-0/+13
2010-03-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman4-91/+16
2010-03-03Staging: usbip: Seperate usbip config debug from CONFIG_USB_DEBUGHimanshu4-6/+13
2010-03-03Staging: usbip: Remove dead codeHimanshu Chauhan1-54/+0
2010-03-03Staging: usbip: use print_hex_dump() instead of open coding it.Himanshu Chauhan1-27/+2
2010-03-03Staging: usbip: minor code cleanupHimanshu Chauhan1-4/+1
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-1/+1
2009-12-11Staging: usbip: Fix typo "Contoroller".Robert P. J. Day1-1/+1
2009-09-15Staging: usb-ip: vhci_hdc:Fix the returned error valueShan Wei1-2/+2
2009-09-15Staging: USB-IP code cleanupBrian G. Merrell12-337/+360
2009-07-13Fix staging drivers after smp_lock.h reduxJean Delvare1-0/+1
2009-04-03Staging: BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-04-03Staging: usbip: kmem_cache_alloc/memset -> kmem_cache_zallocWei Yongjun1-3/+1
2009-01-28Staging: usbip: usbip_start_threads(): handle kernel_thread failureRoel Kluin1-2/+14
2009-01-06Staging: usbip: switch to list_for_each_entry()Alexander Beregalov1-4/+1
2009-01-06Staging: usbip: cleanup kerneldocQinghuang Feng1-1/+0
2009-01-06staging: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers6-16/+17
2008-11-07Staging: make usbip depend on CONFIG_NETGreg Kroah-Hartman1-1/+1
2008-10-22Staging: usbip: fix build warning on 64bit kernelsGreg Kroah-Hartman1-1/+1
2008-10-22Staging: remove remaining uses of __FUNCTION__Harvey Harrison1-1/+1
2008-10-10Staging: USB/IP: add host driverTakahiro Hirofuchi7-0/+1878
2008-10-10Staging: USB/IP: add client driverTakahiro Hirofuchi7-0/+2171
2008-10-10Staging: USB/IP: add common functions neededTakahiro Hirofuchi6-0/+1570