summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/userspace
AgeCommit message (Expand)AuthorLines
2014-08-25usbip: move usbip userspace code out of stagingValentina Manea-5625/+0
2014-06-17staging: usbip: usbip_host_driver.c: fix line over 80 charactersWahib Faizi-2/+2
2014-06-17staging: usbip: usbip_host_driver.c: avoid assignment in ifWahib Faizi-1/+2
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+0
2014-05-28USB: usbip: remove CONFIG_USB_DEBUG referenceGreg Kroah-Hartman-1/+0
2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches-1/+1
2014-05-24staging: usbip: Fix bad fuction definitions in usbipPawel Lebioda-5/+5
2014-05-24Staging: usbip: missing a blank lines after declarationsPawel Lebioda-2/+7
2014-04-15staging/usbip: userspace - fix usbipd SIGSEGV from refresh_exported_devices()Shuah Khan-2/+5
2014-03-08staging: usbip: userspace: add hwdata as optional dependency in READMEValentina Manea-0/+4
2014-03-08staging: usbip: userspace: don't throw error when trying to read configuratio...Valentina Manea-2/+15
2014-03-08staging: usbip: trigger driver probing after unbinding from usbip-hostValentina Manea-2/+15
2014-03-08staging: usbip: userspace: increase version to 2.0Valentina Manea-1/+1
2014-03-08staging: usbip: userspace: update dependencies in READMEValentina Manea-2/+2
2014-03-08staging: usbip: userspace: remove libsysfs flag and autoconf checkValentina Manea-6/+0
2014-03-08staging: usbip: userspace: migrate vhci_driver to libudevValentina Manea-116/+44
2014-03-08staging: usbip: userspace: remove class device infrastructure in vhci_driverValentina Manea-187/+0
2014-03-08staging: usbip: userspace: migrate usbip_host_driver to libudevValentina Manea-264/+145
2014-03-08staging: usbip: userspace: move sysfs_utils to libsrcValentina Manea-4/+3
2014-03-08staging: usbip: userspace: add new list APIValentina Manea-0/+136
2014-03-08staging: usbip: userspace: re-add interface information listingValentina Manea-2/+34
2014-03-08staging: usbip: userspace: migrate usbip_list to libudevValentina Manea-83/+50
2014-03-08staging: usbip: userspace: migrate usbip_unbind to libudevValentina Manea-64/+29
2014-03-08staging: usbip: userspace: remove useless libsysfs includesValentina Manea-4/+0
2014-03-08staging: usbip: userspace: migrate usbip_bind to libudevValentina Manea-127/+127
2014-03-04staging/usbip: change usbip userspace to include new uapi usbip.hShuah Khan-17/+1
2014-02-28staging: usbip: userspace: Memory leak in usbip_exported_device_newHeinrich Schuchardt-0/+3
2014-02-27staging: usbip: Fix format string mismatch in usbip_vhci_attach_device2Masanari Iida-1/+1
2014-02-14staging: usbip: prevent possible buffer overflow reading port recordsMark Asselstine-5/+46
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman-4/+4
2014-02-07usbip/userspace/libsrc/names.c: memory leakHeinrich Schuchardt-4/+4
2014-02-07staging/usbip: userspace to use linux header for usb_device_speed enum, missi...Shuah Khan-7/+3
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea-186/+86
2014-01-09staging: usbip: userspace: add support for viewing imported devicesValentina Manea-1/+134
2013-12-17usbip: Fix sscanf handlingAlan-2/+2
2013-09-25staging: usbip: Fix man-pages for usbip userspace utilitiesTobias Polzer-2/+33
2013-09-25staging: usbip: Fix IPv6 support in usbipdDominik Paulus-18/+64
2013-09-25staging: usbip: Fix build on Debian ppcTobias Polzer-0/+4
2013-09-25staging: usbip: Fix build with --with-tcp-wrappersDominik Paulus-1/+0
2013-08-23staging: usbip: fix up alignment in long options listAnthony Foiani-10/+10
2013-08-23staging: usbip: properly handle "-l" / "--log" optionAnthony Foiani-1/+1
2013-08-23staging: usbip: set usbipd server port via "-t" / "--tcp-port" option.Anthony Foiani-12/+55
2013-08-23staging: usbip: add "-P" / "--pid" option to save usbipd process idAnthony Foiani-1/+39
2013-08-21staging: usbip: Fix typo in comments within usbipMasanari Iida-2/+2
2013-07-23staging: usbip: improve error reportingAnthony Foiani-6/+22
2013-07-23staging: usbip: use local variable while setting up socketAnthony Foiani-15/+12
2013-07-23staging: usbip: clean up checkpatch warnings in usbipd.cAnthony Foiani-15/+16
2013-04-05staging: usbip: userspace: show product name in `list -l' commandKurt Kanzenbach-0/+12
2013-04-05staging: usbip: userspace: unified command line argumentsKurt Kanzenbach-10/+10
2013-04-05staging: usbip: userspace: libsrc: cleanup parsingKurt Kanzenbach-449/+67