summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
AgeCommit message (Expand)AuthorFilesLines
2014-04-15staging/usbip: fix store_attach() sscanf return value checkShuah Khan1-1/+1
2014-04-15staging/usbip: userspace - fix usbipd SIGSEGV from refresh_exported_devices()Shuah Khan1-2/+5
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-35/+9
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+0
2014-04-01usbip: don't open-code sockfd_lookup/sockfd_putAl Viro5-35/+9
2014-03-20staging: usbip: fix line over 80 charactersCédric Cabessa1-11/+22
2014-03-20staging: usbip: fix quoted string split across linesCédric Cabessa3-16/+14
2014-03-18staging: usbip: Fix quoted string split across lines.Keerthimai Janarthanan1-17/+8
2014-03-10usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea1-2/+2
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: claim ports used by shared devicesValentina Manea1-0/+22
2014-03-08staging: usbip: trigger driver probing after unbinding from usbip-hostValentina Manea4-2/+56
2014-03-08staging: usbip: let client choose device configurationValentina Manea2-28/+8
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-06usbip:usbip_common.c: check return value of sscanfJohn de la Garza1-1/+2
2014-03-06staging: usbip: vhci_sysfs.c: check return value of sscanfJohn de la Garza1-2/+4
2014-03-04staging/usbip: change usbip userspace to include new uapi usbip.hShuah Khan1-17/+1
2014-03-04staging/usbip: change usbip to include new uapi usbip.hShuah Khan1-17/+2
2014-03-04staging/usbip: add uapi header to export usbip kernel interfacesShuah Khan1-0/+26
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-27Staging: usbip: Fix the warning of unchecked sscanf return value.Elena Oat1-1/+4
2014-02-20Merge branch 'master' into for-nextJiri Kosina12-26/+164
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-4/+0
2014-02-14staging: usbip: prevent possible buffer overflow reading port recordsMark Asselstine1-5/+46
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman2-5/+6
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: simplify usbip_dump_usb_device() udev->speed handlingShuah Khan1-20/+2
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea9-288/+144
2014-02-07staging/usbip: Change vhci_hcd store_attach() device information message to i...Shuah Khan1-2/+3
2014-02-07staging/usbip: remove vhci_hcd vhci_hub_status change messageShuah Khan1-2/+0
2014-02-07staging/usbip: Fix vhci_hcd attach failure error message to be informativeShuah Khan1-1/+2
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2014-01-09staging: usbip: userspace: add support for viewing imported devicesValentina Manea6-1/+134
2013-12-19Merge branch 'master' into for-nextJiri Kosina9-42/+120
2013-12-17usbip: Fix sscanf handlingAlan2-2/+2