aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/usbip_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-17Staging: usbip: usbipcommon: Fixed single line bracing issueJake Champlin1-2/+1
2012-10-22staging: usbip: Don't leak struct file.Bernard Blackham1-1/+3
2012-10-22staging: usbip: cleanup of commentsBart Westgeest1-12/+1
2012-10-22staging: usbip: replaced pointer arithmetic, and strongly type function return.Bart Westgeest1-13/+10
2012-10-01Merge 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-22staging: usbip: removed dead code from receive functionBart Westgeest1-44/+17
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker1-0/+1
2011-06-07USBIP: Remove unnecessary whitespace before newline characters.Akshay Joshi1-4/+4
2011-06-07staging: usbip: usbip_common.c: rename init and exit functionsmatt mooney1-4/+4
2011-06-07staging: usbip: usbip_common.c: fix misspelled function namematt mooney1-3/+3
2011-06-07staging: usbip: remove unnecessary lines and extra return statementsmatt mooney1-7/+6
2011-05-19staging: 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-11staging: usbip: use single version for all modulesmatt mooney1-3/+2
2011-05-11staging: usbip: change debug configuration optionmatt mooney1-1/+1
2011-05-06staging: usbip: fixup MODULE_ macrosmatt mooney1-5/+6
2011-05-06staging: usbip: remove section dividersmatt mooney1-11/+0
2011-05-06staging: usbip: add break to default case in switch statementsmatt mooney1-3/+10
2011-05-06staging: usbip: usbip_common.c: coding style cleanupmatt mooney1-61/+46
2011-04-06staging: usbip: bugfix for isochronous packets and optimizationArjan Mels1-0/+57
2011-04-06staging: usbip: bugfix add number of packets for isochronous framesArjan Mels1-1/+6
2011-03-02staging/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-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: usbip: Seperate usbip config debug from CONFIG_USB_DEBUGHimanshu1-1/+1
2010-03-03Staging: usbip: Remove dead codeHimanshu Chauhan1-54/+0
2010-03-03Staging: usbip: use print_hex_dump() instead of open coding it.Himanshu Chauhan1-27/+2
2010-03-03Staging: 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
2009-01-28Staging: usbip: usbip_start_threads(): handle kernel_thread failureRoel Kluin1-2/+14
2008-10-22Staging: remove remaining uses of __FUNCTION__Harvey Harrison1-1/+1
2008-10-10Staging: USB/IP: add common functions neededTakahiro Hirofuchi1-0/+997