aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/stub_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-22staging: usbip: cleanup of commentsBart Westgeest1-3/+2
2012-08-13staging "usbip" Fix typos.Justin P. Mattock1-1/+1
2012-02-09staging: usbip: removed #if 0'd out codeBart Westgeest1-9/+0
2011-12-22staging: usbip: removed dead code from receive functionBart Westgeest1-1/+1
2011-08-23Staging: usbip: Fix braces and spaces to match coding style.Akshay Joshi1-2/+1
2011-08-23Staging: usbip: Remove trailing spaces.Akshay Joshi1-1/+1
2011-06-09Merge Linus's tree into staging-nextGreg Kroah-Hartman1-3/+3
2011-06-07usbip: simplify lock handling in valid_request()Márton Németh1-3/+3
2011-06-07staging: usbip: bugfix prevent driver unbindArjan Mels1-9/+11
2011-05-19staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney1-12/+11
2011-05-12staging: usbip: fix header includesmatt mooney1-2/+3
2011-05-06staging: usbip: add break to default case in switch statementsmatt mooney1-1/+1
2011-05-06staging: usbip: stub_rx.c: coding style cleanupmatt mooney1-29/+21
2011-04-06staging: usbip: bugfixes related to kthread conversionArjan Mels1-25/+15
2011-03-02staging/usbip: convert to kthreadArnd Bergmann1-8/+5
2011-01-20staging: usbip: stub: update refcounts for devices and interfacesMax Vozeler1-2/+2
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-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-2/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-05-17Staging: Use kmemdupJulia Lawall1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2009-09-15Staging: USB-IP code cleanupBrian G. Merrell1-22/+27
2009-04-03Staging: usbip: kmem_cache_alloc/memset -> kmem_cache_zallocWei Yongjun1-3/+1
2009-01-06Staging: usbip: switch to list_for_each_entry()Alexander Beregalov1-4/+1
2009-01-06staging: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-10-10Staging: USB/IP: add host driverTakahiro Hirofuchi1-0/+615