summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
Commit message (Expand)AuthorAgeFilesLines
* usbip: move usbip kernel code out of stagingValentina Manea2014-08-2518-5690/+0
* usbip: move usbip userspace code out of stagingValentina Manea2014-08-2537-5625/+0
* staging: usbip: remove redundant return statementsMax Vozeler2014-07-303-4/+0
* staging: usbip: stub_main.c: Cleaning up missing null-terminate in conjunctio...Rickard Strandqvist2014-07-271-7/+3
* staging: usbip: fixed a coding-style warningAlexey Tulia2014-06-181-1/+1
* staging: usbip: usbip_host_driver.c: fix line over 80 charactersWahib Faizi2014-06-171-2/+2
* staging: usbip: usbip_host_driver.c: avoid assignment in ifWahib Faizi2014-06-171-1/+2
* Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-031-1/+0
|\
| * USB: usbip: remove CONFIG_USB_DEBUG referenceGreg Kroah-Hartman2014-05-281-1/+0
* | staging: Convert __FUNCTION__ to __func__Joe Perches2014-05-251-1/+1
* | staging: usbip: use kcalloc instead of kzalloc for array allocationsDjordje Zekovic2014-05-241-1/+1
* | staging: usbip: Fix bad fuction definitions in usbipPawel Lebioda2014-05-244-5/+5
* | Staging: usbip: missing a blank lines after declarationsPawel Lebioda2014-05-247-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/+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