summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/usbip_common.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-25usbip: move usbip kernel code out of stagingValentina Manea1-776/+0
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-25/+0
2014-04-02usbip: don't open-code sockfd_lookup/sockfd_putAl Viro1-25/+0
2014-03-20staging: usbip: fix quoted string split across linesCédric Cabessa1-6/+4
2014-03-07usbip:usbip_common.c: check return value of sscanfJohn de la Garza1-1/+2
2014-02-07staging/usbip: simplify usbip_dump_usb_device() udev->speed handlingShuah Khan1-20/+2
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2013-12-16staging: usbip: Remove double initialization of msg_namelen variableSankha Narayan Guria1-1/+0
2013-11-10staging:usbip:usbip_common.c: Join quoted string split accross linesHimangi Saraogi1-2/+3
2013-08-26staging: usbip: use DEVICE_ATTR_RO/RW for sysfs attributesGreg Kroah-Hartman1-5/+6
2013-04-06staging: usbip: simple indent fixStefan Reif1-1/+1
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2013-01-18Staging: usbip: usbipcommon: Fixed single line bracing issueJake Champlin1-2/+1
2012-10-23staging: usbip: Don't leak struct file.Bernard Blackham1-1/+3
2012-10-23staging: usbip: cleanup of commentsBart Westgeest1-12/+1
2012-10-23staging: usbip: replaced pointer arithmetic, and strongly type function return.Bart Westgeest1-13/+10
2012-10-02Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+1
2012-09-10usb: move children to struct usb_portLan Tianyu1-2/+1
2012-08-17staging: usbip: export usbip_debug_flag as a usbip-core module parameter.W. Trevor King1-0/+4
2012-02-09staging: usbip: changed function return type to voidBart Westgeest1-7/+4
2011-12-23staging: usbip: removed dead code from receive functionBart Westgeest1-44/+17
2011-11-01staging: Add module.h to more drivers implicitly using it.Paul Gortmaker1-0/+1
2011-06-08USBIP: Remove unnecessary whitespace before newline characters.Akshay Joshi1-4/+4
2011-06-08staging: usbip: usbip_common.c: rename init and exit functionsmatt mooney1-4/+4
2011-06-08staging: usbip: usbip_common.c: fix misspelled function namematt mooney1-3/+3
2011-06-08staging: usbip: remove unnecessary lines and extra return statementsmatt mooney1-7/+6
2011-05-20staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney1-125/+105
2011-05-17staging: usbip: fix wrong endian conversionDavid Chang1-1/+1
2011-05-12staging: usbip: edit Kconfig and rename CONFIG optionsmatt mooney1-2/+2
2011-05-12staging: usbip: fix header includesmatt mooney1-4/+4
2011-05-12staging: usbip: use single version for all modulesmatt mooney1-3/+2
2011-05-12staging: usbip: change debug configuration optionmatt mooney1-1/+1
2011-05-07staging: usbip: fixup MODULE_ macrosmatt mooney1-5/+6
2011-05-07staging: usbip: remove section dividersmatt mooney1-11/+0
2011-05-07staging: usbip: add break to default case in switch statementsmatt mooney1-3/+10
2011-05-07staging: usbip: usbip_common.c: coding style cleanupmatt mooney1-61/+46
2011-04-07staging: usbip: bugfix for isochronous packets and optimizationArjan Mels1-0/+57
2011-04-07staging: usbip: bugfix add number of packets for isochronous framesArjan Mels1-1/+6
2011-03-03staging/usbip: convert to kthreadArnd Bergmann1-105/+0
2010-09-16staging: usbip: resolved a space in a commentAgustin March1-1/+1
2010-06-30staging: usbip: usbip_common: kill rx thread on tx thread creation error.Himanshu Chauhan1-13/+33
2010-05-21USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-04Staging: usbip: Seperate usbip config debug from CONFIG_USB_DEBUGHimanshu1-1/+1
2010-03-04Staging: usbip: Remove dead codeHimanshu Chauhan1-54/+0
2010-03-04Staging: usbip: use print_hex_dump() instead of open coding it.Himanshu Chauhan1-27/+2
2010-03-04Staging: usbip: minor code cleanupHimanshu Chauhan1-4/+1
2009-09-15Staging: USB-IP code cleanupBrian G. Merrell1-117/+109
2009-07-13Fix staging drivers after smp_lock.h reduxJean Delvare1-0/+1