summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/stub_rx.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-25usbip: move usbip kernel code out of stagingValentina Manea1-594/+0
2014-07-31staging: usbip: remove redundant return statementsMax Vozeler1-1/+0
2014-03-09staging: usbip: let client choose device configurationValentina Manea1-19/+7
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea1-1/+1
2013-11-10staging:usbip:stub_rx.c: Remove warning quoted string split across linesHimangi Saraogi1-8/+12
2013-04-06staging: usbip: removed enumeration of commentsKurt Kanzenbach1-1/+1
2013-04-06staging: usbip: reformat function stub_recv_cmd_unlink()Kurt Kanzenbach1-49/+49
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-1/+0
2013-01-22staging: usbip: use interrupt safe spinlock to avoid potential deadlock.Harvey Yang1-2/+2
2012-10-23staging: usbip: cleanup of commentsBart Westgeest1-3/+2
2012-08-14staging "usbip" Fix typos.Justin P. Mattock1-1/+1
2012-02-09staging: usbip: removed #if 0'd out codeBart Westgeest1-9/+0
2011-12-23staging: usbip: removed dead code from receive functionBart Westgeest1-1/+1
2011-08-24Staging: usbip: Fix braces and spaces to match coding style.Akshay Joshi1-2/+1
2011-08-24Staging: usbip: Remove trailing spaces.Akshay Joshi1-1/+1
2011-06-10Merge Linus's tree into staging-nextGreg Kroah-Hartman1-3/+3
2011-06-08usbip: 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-20staging: 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-07staging: usbip: add break to default case in switch statementsmatt mooney1-1/+1
2011-05-07staging: usbip: stub_rx.c: coding style cleanupmatt mooney1-29/+21
2011-04-07staging: usbip: bugfixes related to kthread conversionArjan Mels1-25/+15
2011-03-03staging/usbip: convert to kthreadArnd Bergmann1-8/+5
2011-01-21staging: 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-21USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-05-18Staging: Use kmemdupJulia Lawall1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+2
2009-09-15Staging: USB-IP code cleanupBrian G. Merrell1-22/+27
2009-04-04Staging: usbip: kmem_cache_alloc/memset -> kmem_cache_zallocWei Yongjun1-3/+1
2009-01-07Staging: usbip: switch to list_for_each_entry()Alexander Beregalov1-4/+1
2009-01-07staging: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-10-11Staging: USB/IP: add host driverTakahiro Hirofuchi1-0/+615