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