summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/vhci_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-25usbip: move usbip kernel code out of stagingValentina Manea1-252/+0
2014-04-15staging/usbip: fix store_attach() sscanf return value checkShuah Khan1-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2014-04-01usbip: don't open-code sockfd_lookup/sockfd_putAl Viro1-3/+3
2014-03-20staging: usbip: fix quoted string split across linesCédric Cabessa1-2/+2
2014-03-06staging: usbip: vhci_sysfs.c: check return value of sscanfJohn de la Garza1-2/+4
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman1-1/+2
2014-02-07staging/usbip: Change vhci_hcd store_attach() device information message to i...Shuah Khan1-2/+3
2014-02-07staging/usbip: Fix vhci_hcd attach failure error message to be informativeShuah Khan1-1/+2
2013-08-26staging: usbip: use DEVICE_ATTR_RO/RW for sysfs attributesGreg Kroah-Hartman1-2/+2
2012-10-22staging: usbip: Don't leak struct file.Bernard Blackham1-1/+5
2012-04-10staging: usbip: fix the usage of kthread_stop()Oleg Nesterov1-2/+2
2011-06-07usbip: change dev_attr_group to constantMárton Németh1-1/+1
2011-06-07usbip: remove extra whitespaceMárton Németh1-1/+1
2011-06-07usbip: remove check for negative values for an unsigned valueMárton Németh1-1/+1
2011-05-23Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-18/+15
2011-05-19staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney1-7/+7
2011-05-12staging: usbip: fix header includesmatt mooney1-2/+3
2011-05-06staging: usbip: vhci_sysfs.c: coding style cleanupmatt mooney1-9/+6
2011-04-25staging: usbip: vhci: fix oops on subsequent attachMax Vozeler1-3/+4
2011-03-02staging/usbip: convert to kthreadArnd Bergmann1-6/+3
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-1/+1
2009-09-15Staging: USB-IP code cleanupBrian G. Merrell1-11/+11
2009-04-03Staging: BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-01-06staging: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-10Staging: USB/IP: add client driverTakahiro Hirofuchi1-0/+250