summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/stub_dev.c
Commit message (Expand)AuthorAgeFilesLines
* usbip: move usbip kernel code out of stagingValentina Manea2014-08-251-525/+0
* Staging: usbip: missing a blank lines after declarationsPawel Lebioda2014-05-241-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-4/+4
|\
| * usbip: don't open-code sockfd_lookup/sockfd_putAl Viro2014-04-011-4/+4
* | usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea2014-03-101-2/+2
* | staging: usbip: claim ports used by shared devicesValentina Manea2014-03-081-0/+22
* | staging: usbip: trigger driver probing after unbinding from usbip-hostValentina Manea2014-03-081-0/+1
* | staging: usbip: let client choose device configurationValentina Manea2014-03-081-9/+1
* | Staging: usbip: Fix the warning of unchecked sscanf return value.Elena Oat2014-02-271-1/+4
* | staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea2014-02-071-97/+53
|/
* Staging: usbip: stub_dev: Fixed checkpatch warningsElad Wexler2013-09-251-11/+15
* staging: usbip: use DEVICE_ATTR_RO/RW for sysfs attributesGreg Kroah-Hartman2013-08-261-3/+3
* staging: usbip: simplified cleanup functionKurt Kanzenbach2013-04-051-7/+1
* staging: usbip: simplified errorhandlingKurt Kanzenbach2013-04-051-10/+12
* staging: usbip: removed enumeration of commentsKurt Kanzenbach2013-04-051-1/+1
* staging: usbip: removed lines over 80 charactersKurt Kanzenbach2013-03-111-2/+4
* staging/usbip: Mark local functions as static (fix sparse warnings)Peter Huewe2013-02-151-2/+2
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-3/+1
* staging: usbip: use interrupt safe spinlock to avoid potential deadlock.Harvey Yang2013-01-221-17/+17
* staging: usbip: put usb_device and kill event handler thread in error cleanups.Harvey Yang2012-11-131-0/+2
* staging: usbip: Don't leak struct file.Bernard Blackham2012-10-221-1/+2
* staging: usbip: cleanup of commentsBart Westgeest2012-10-221-6/+4
* staging: usbip: stub_dev: Fixed oops during removal of usbip_hostnavin2012-09-211-2/+6
* staging: usbip: fix the usage of kthread_stop()Oleg Nesterov2012-04-101-6/+6
* Staging: usbip: Remove commented code.Santosh Nayak2012-02-241-2/+0
* staging: usbip: removed unused definitions from headerBart Westgeest2011-12-221-5/+0
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-251-0/+1
* Staging: usbip: Fix braces and spaces to match coding style.Akshay Joshi2011-08-231-1/+1
* Staging: usbip: Remove trailing spaces.Akshay Joshi2011-08-231-2/+2
* drivers/staging/usbip: bugfix prevent driver unbind regression in linux-nextArjan Mels2011-07-051-1/+20
* staging: usbip: stub_dev.c: move stub_driver definition and update driver namematt mooney2011-06-071-16/+12
* staging: usbip: remove unnecessary lines and extra return statementsmatt mooney2011-06-071-14/+7
* staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney2011-05-191-24/+20
* staging: usbip: fix header includesmatt mooney2011-05-121-1/+1
* staging: usbip: remove section dividersmatt mooney2011-05-061-13/+0
* staging: usbip: stub_dev.c: coding style cleanupmatt mooney2011-05-061-32/+12
* staging: usbip: fix shutdown problems.Arjan Mels2011-04-061-2/+4
* staging/usbip: convert to kthreadArnd Bergmann2011-03-021-6/+6
* staging: usbip: stub: update refcounts for devices and interfacesMax Vozeler2011-01-201-4/+14
* staging: usbip: fix memory leakKulikov Vasiliy2010-08-311-1/+1
* Staging: usbip: fix multiple interfacesEndre Kollar2010-07-271-10/+91
* staging: usbip: fix memory leakKulikov Vasiliy2010-07-221-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+2
* Staging: USB-IP code cleanupBrian G. Merrell2009-09-151-8/+8
* staging: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* Staging: USB/IP: add host driverTakahiro Hirofuchi2008-10-101-0/+483