aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30staging: usbip: remove redundant return statementsMax Vozeler3-4/+0
2014-07-27staging: usbip: stub_main.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-7/+3
2014-06-18staging: usbip: fixed a coding-style warningAlexey Tulia1-1/+1
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/gregkh/usb into nextLinus 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: use kcalloc instead of kzalloc for array allocationsDjordje Zekovic1-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 Lebioda7-2/+13
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/viro/vfsLinus Torvalds5-35/+9
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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 configuration specific attributesValentina 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