summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
Commit message (Expand)AuthorAgeFilesLines
* staging/usbip: fix store_attach() sscanf return value checkShuah Khan2014-04-151-1/+1
* staging/usbip: userspace - fix usbipd SIGSEGV from refresh_exported_devices()Shuah Khan2014-04-151-2/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-125-35/+9
|\
| * usbip: don't open-code sockfd_lookup/sockfd_putAl Viro2014-04-015-35/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-4/+0
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2014-02-2012-26/+164
| |\ \ | | |/
| * | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-201-4/+0
* | | staging: usbip: fix line over 80 charactersCédric Cabessa2014-03-201-11/+22
* | | staging: usbip: fix quoted string split across linesCédric Cabessa2014-03-203-16/+14
* | | staging: usbip: Fix quoted string split across lines.Keerthimai Janarthanan2014-03-181-17/+8
* | | usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea2014-03-101-2/+2
* | | staging: usbip: userspace: add hwdata as optional dependency in READMEValentina Manea2014-03-081-0/+4
* | | staging: usbip: userspace: don't throw error when trying to read configuratio...Valentina Manea2014-03-081-2/+15
* | | 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-084-2/+56
* | | staging: usbip: let client choose device configurationValentina Manea2014-03-082-28/+8
* | | staging: usbip: userspace: increase version to 2.0Valentina Manea2014-03-081-1/+1
* | | staging: usbip: userspace: update dependencies in READMEValentina Manea2014-03-081-2/+2
* | | staging: usbip: userspace: remove libsysfs flag and autoconf checkValentina Manea2014-03-081-6/+0
* | | staging: usbip: userspace: migrate vhci_driver to libudevValentina Manea2014-03-083-116/+44
* | | staging: usbip: userspace: remove class device infrastructure in vhci_driverValentina Manea2014-03-082-187/+0
* | | staging: usbip: userspace: migrate usbip_host_driver to libudevValentina Manea2014-03-086-264/+145
* | | staging: usbip: userspace: move sysfs_utils to libsrcValentina Manea2014-03-084-4/+3
* | | staging: usbip: userspace: add new list APIValentina Manea2014-03-081-0/+136
* | | staging: usbip: userspace: re-add interface information listingValentina Manea2014-03-082-2/+34
* | | staging: usbip: userspace: migrate usbip_list to libudevValentina Manea2014-03-081-83/+50
* | | staging: usbip: userspace: migrate usbip_unbind to libudevValentina Manea2014-03-081-64/+29
* | | staging: usbip: userspace: remove useless libsysfs includesValentina Manea2014-03-083-4/+0
* | | staging: usbip: userspace: migrate usbip_bind to libudevValentina Manea2014-03-087-127/+127
* | | usbip:usbip_common.c: check return value of sscanfJohn de la Garza2014-03-061-1/+2
* | | staging: usbip: vhci_sysfs.c: check return value of sscanfJohn de la Garza2014-03-061-2/+4
* | | staging/usbip: change usbip userspace to include new uapi usbip.hShuah Khan2014-03-041-17/+1
* | | staging/usbip: change usbip to include new uapi usbip.hShuah Khan2014-03-041-17/+2
* | | staging/usbip: add uapi header to export usbip kernel interfacesShuah Khan2014-03-041-0/+26
* | | staging: usbip: userspace: Memory leak in usbip_exported_device_newHeinrich Schuchardt2014-02-281-0/+3
* | | staging: usbip: Fix format string mismatch in usbip_vhci_attach_device2Masanari Iida2014-02-271-1/+1
* | | Staging: usbip: Fix the warning of unchecked sscanf return value.Elena Oat2014-02-271-1/+4
* | | staging: usbip: prevent possible buffer overflow reading port recordsMark Asselstine2014-02-141-5/+46
* | | Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman2014-02-082-5/+6
|\ \ \ | | |/ | |/|
| * | usbip/userspace/libsrc/names.c: memory leakHeinrich Schuchardt2014-02-071-4/+4
| * | staging/usbip: Fix vhci_hcd attach failure error message to be informativeShuah Khan2014-02-071-1/+2
* | | staging/usbip: userspace to use linux header for usb_device_speed enum, missi...Shuah Khan2014-02-072-7/+3
* | | staging/usbip: simplify usbip_dump_usb_device() udev->speed handlingShuah Khan2014-02-071-20/+2
* | | staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea2014-02-079-288/+144
* | | staging/usbip: Change vhci_hcd store_attach() device information message to i...Shuah Khan2014-02-071-2/+3
* | | staging/usbip: remove vhci_hcd vhci_hub_status change messageShuah Khan2014-02-071-2/+0
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-221-1/+0
|\ \ | |/
| * Merge branch 'master' into for-nextJiri Kosina2013-12-199-42/+120
| |\
| * | staging: usbip: Remove double initialization of msg_namelen variableSankha Narayan Guria2013-12-161-1/+0
* | | staging: usbip: userspace: add support for viewing imported devicesValentina Manea2014-01-096-1/+134
OpenPOWER on IntegriCloud