aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/stub_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-25usbip: move usbip kernel code out of stagingValentina Manea1-525/+0
2014-05-24Staging: usbip: missing a blank lines after declarationsPawel Lebioda1-0/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2014-04-01usbip: don't open-code sockfd_lookup/sockfd_putAl Viro1-4/+4
2014-03-10usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea1-2/+2
2014-03-08staging: usbip: claim ports used by shared devicesValentina Manea1-0/+22
2014-03-08staging: usbip: trigger driver probing after unbinding from usbip-hostValentina Manea1-0/+1
2014-03-08staging: usbip: let client choose device configurationValentina Manea1-9/+1
2014-02-27Staging: usbip: Fix the warning of unchecked sscanf return value.Elena Oat1-1/+4
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea1-97/+53
2013-09-25Staging: usbip: stub_dev: Fixed checkpatch warningsElad Wexler1-11/+15
2013-08-26staging: usbip: use DEVICE_ATTR_RO/RW for sysfs attributesGreg Kroah-Hartman1-3/+3
2013-04-05staging: usbip: simplified cleanup functionKurt Kanzenbach1-7/+1
2013-04-05staging: usbip: simplified errorhandlingKurt Kanzenbach1-10/+12
2013-04-05staging: usbip: removed enumeration of commentsKurt Kanzenbach1-1/+1
2013-03-11staging: usbip: removed lines over 80 charactersKurt Kanzenbach1-2/+4
2013-02-15staging/usbip: Mark local functions as static (fix sparse warnings)Peter Huewe1-2/+2
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-3/+1
2013-01-22staging: usbip: use interrupt safe spinlock to avoid potential deadlock.Harvey Yang1-17/+17
2012-11-13staging: usbip: put usb_device and kill event handler thread in error cleanups.Harvey Yang1-0/+2
2012-10-22staging: usbip: Don't leak struct file.Bernard Blackham1-1/+2
2012-10-22staging: usbip: cleanup of commentsBart Westgeest1-6/+4
2012-09-21staging: usbip: stub_dev: Fixed oops during removal of usbip_hostnavin1-2/+6
2012-04-10staging: usbip: fix the usage of kthread_stop()Oleg Nesterov1-6/+6
2012-02-24Staging: usbip: Remove commented code.Santosh Nayak1-2/+0
2011-12-22staging: usbip: removed unused definitions from headerBart Westgeest1-5/+0
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker1-0/+1
2011-08-23Staging: usbip: Fix braces and spaces to match coding style.Akshay Joshi1-1/+1
2011-08-23Staging: usbip: Remove trailing spaces.Akshay Joshi1-2/+2
2011-07-05drivers/staging/usbip: bugfix prevent driver unbind regression in linux-nextArjan Mels1-1/+20
2011-06-07staging: usbip: stub_dev.c: move stub_driver definition and update driver namematt mooney1-16/+12
2011-06-07staging: usbip: remove unnecessary lines and extra return statementsmatt mooney1-14/+7
2011-05-19staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney1-24/+20
2011-05-12staging: usbip: fix header includesmatt mooney1-1/+1
2011-05-06staging: usbip: remove section dividersmatt mooney1-13/+0
2011-05-06staging: usbip: stub_dev.c: coding style cleanupmatt mooney1-32/+12
2011-04-06staging: usbip: fix shutdown problems.Arjan Mels1-2/+4
2011-03-02staging/usbip: convert to kthreadArnd Bergmann1-6/+6
2011-01-20staging: usbip: stub: update refcounts for devices and interfacesMax Vozeler1-4/+14
2010-08-31staging: usbip: fix memory leakKulikov Vasiliy1-1/+1
2010-07-27Staging: usbip: fix multiple interfacesEndre Kollar1-10/+91
2010-07-22staging: usbip: fix memory leakKulikov Vasiliy1-0/+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-8/+8
2009-01-06staging: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-10Staging: USB/IP: add host driverTakahiro Hirofuchi1-0/+483