summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/stub_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-25usbip: move usbip kernel code out of stagingValentina Manea1-335/+0
2014-07-27staging: usbip: stub_main.c: Cleaning up missing null-terminate in conjunctio...Rickard Strandqvist1-7/+3
2014-03-09staging: usbip: trigger driver probing after unbinding from usbip-hostValentina Manea1-0/+39
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea1-3/+3
2013-09-26staging: usbip: stub_main: correctly handle return valuenavin patidar1-2/+2
2013-04-06staging: usbip: removed unnecessary for loopKurt Kanzenbach1-4/+4
2013-04-06staging: usbip: removed unnecessary if-else-statementsKurt Kanzenbach1-13/+13
2012-02-09staging: usbip: fix to prevent potentially using uninitialized spinlockBart Westgeest1-2/+2
2011-08-26staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-06-08staging: usbip: stub_main.c: simplify busid_table initializationmatt mooney1-6/+2
2011-06-08staging: usbip: stub_main.c: use KMEM_CACHE macromatt mooney1-3/+2
2011-06-08staging: usbip: stub_main.c: rename init and exit functionsmatt mooney1-4/+4
2011-06-08staging: usbip: stub_main.c: code cleanupmatt mooney1-74/+73
2011-06-08staging: usbip: stub_main.c: reorder functionsmatt mooney1-24/+24
2011-06-08staging: usbip: remove unnecessary lines and extra return statementsmatt mooney1-13/+0
2011-05-20staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney1-11/+8
2011-05-12staging: usbip: edit Kconfig and rename CONFIG optionsmatt mooney1-1/+1
2011-05-12staging: usbip: fix header includesmatt mooney1-1/+1
2011-05-12staging: usbip: use single version for all modulesmatt mooney1-3/+2
2011-05-07staging: usbip: fixup MODULE_ macrosmatt mooney1-2/+2
2011-05-07staging: usbip: remove section dividersmatt mooney1-10/+0
2011-05-07staging: usbip: stub_main.c: coding style cleanupmatt mooney1-13/+6
2011-03-14staging: usbip: Remove NULL check before kfreeIlia Mirkin1-4/+2
2010-07-27Staging: usbip: fix multiple interfacesEndre Kollar1-13/+52
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-15Staging: USB-IP code cleanupBrian G. Merrell1-4/+4
2009-01-07staging: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-10/+11
2008-10-11Staging: USB/IP: add host driverTakahiro Hirofuchi1-0/+300