summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-031-1/+0Star
|\
| * USB: usbip: remove CONFIG_USB_DEBUG referenceGreg Kroah-Hartman2014-05-281-1/+0Star
* | staging: Convert __FUNCTION__ to __func__Joe Perches2014-05-251-1/+1
* | staging: usbip: use kcalloc instead of kzalloc for array allocationsDjordje Zekovic2014-05-231-1/+1
* | staging: usbip: Fix bad fuction definitions in usbipPawel Lebioda2014-05-234-5/+5
* | Staging: usbip: missing a blank lines after declarationsPawel Lebioda2014-05-237-2/+13
|/
* 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/+9Star
|\
| * usbip: don't open-code sockfd_lookup/sockfd_putAl Viro2014-04-025-35/+9Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-031-4/+0Star
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2014-02-2012-26/+164
| |\|
| * | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-201-4/+0Star
* | | 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/+14Star
* | | staging: usbip: Fix quoted string split across lines.Keerthimai Janarthanan2014-03-181-17/+8Star
* | | 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-091-0/+4
* | | staging: usbip: userspace: don't throw error when trying to read configuratio...Valentina Manea2014-03-091-2/+15
* | | staging: usbip: claim ports used by shared devicesValentina Manea2014-03-091-0/+22
* | | staging: usbip: trigger driver probing after unbinding from usbip-hostValentina Manea2014-03-094-2/+56
* | | staging: usbip: let client choose device configurationValentina Manea2014-03-092-28/+8Star
* | | staging: usbip: userspace: increase version to 2.0Valentina Manea2014-03-091-1/+1
* | | staging: usbip: userspace: update dependencies in READMEValentina Manea2014-03-091-2/+2
* | | staging: usbip: userspace: remove libsysfs flag and autoconf checkValentina Manea2014-03-091-6/+0Star
* | | staging: usbip: userspace: migrate vhci_driver to libudevValentina Manea2014-03-093-116/+44Star
* | | staging: usbip: userspace: remove class device infrastructure in vhci_driverValentina Manea2014-03-092-187/+0Star
* | | staging: usbip: userspace: migrate usbip_host_driver to libudevValentina Manea2014-03-096-264/+145Star
* | | staging: usbip: userspace: move sysfs_utils to libsrcValentina Manea2014-03-094-4/+3Star
* | | staging: usbip: userspace: add new list APIValentina Manea2014-03-091-0/+136
* | | staging: usbip: userspace: re-add interface information listingValentina Manea2014-03-092-2/+34
* | | staging: usbip: userspace: migrate usbip_list to libudevValentina Manea2014-03-091-83/+50Star
* | | staging: usbip: userspace: migrate usbip_unbind to libudevValentina Manea2014-03-091-64/+29Star
* | | staging: usbip: userspace: remove useless libsysfs includesValentina Manea2014-03-093-4/+0Star
* | | staging: usbip: userspace: migrate usbip_bind to libudevValentina Manea2014-03-097-127/+127
* | | usbip:usbip_common.c: check return value of sscanfJohn de la Garza2014-03-071-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-051-17/+1Star
* | | staging/usbip: change usbip to include new uapi usbip.hShuah Khan2014-03-051-17/+2Star
* | | staging/usbip: add uapi header to export usbip kernel interfacesShuah Khan2014-03-051-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-281-1/+1
* | | Staging: usbip: Fix the warning of unchecked sscanf return value.Elena Oat2014-02-281-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/+3Star
* | | staging/usbip: simplify usbip_dump_usb_device() udev->speed handlingShuah Khan2014-02-071-20/+2Star
* | | staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea2014-02-079-288/+144Star