summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/usbip_common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | Staging: usbip: usbipcommon: Fixed single line bracing issueJake Champlin2013-01-181-2/+1Star
|/
* staging: usbip: Don't leak struct file.Bernard Blackham2012-10-221-1/+3
* staging: usbip: cleanup of commentsBart Westgeest2012-10-221-12/+1Star
* staging: usbip: replaced pointer arithmetic, and strongly type function return.Bart Westgeest2012-10-221-13/+10Star
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-2/+1Star
|\
| * usb: move children to struct usb_portLan Tianyu2012-09-101-2/+1Star
* | staging: usbip: export usbip_debug_flag as a usbip-core module parameter.W. Trevor King2012-08-171-0/+4
|/
* staging: usbip: changed function return type to voidBart Westgeest2012-02-091-7/+4Star
* staging: usbip: removed dead code from receive functionBart Westgeest2011-12-221-44/+17Star
* staging: Add module.h to more drivers implicitly using it.Paul Gortmaker2011-11-011-0/+1
* USBIP: Remove unnecessary whitespace before newline characters.Akshay Joshi2011-06-071-4/+4
* staging: usbip: usbip_common.c: rename init and exit functionsmatt mooney2011-06-071-4/+4
* staging: usbip: usbip_common.c: fix misspelled function namematt mooney2011-06-071-3/+3
* staging: usbip: remove unnecessary lines and extra return statementsmatt mooney2011-06-071-7/+6Star
* staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney2011-05-201-125/+105Star
* staging: usbip: fix wrong endian conversionDavid Chang2011-05-171-1/+1
* staging: usbip: edit Kconfig and rename CONFIG optionsmatt mooney2011-05-121-2/+2
* staging: usbip: fix header includesmatt mooney2011-05-121-4/+4
* staging: usbip: use single version for all modulesmatt mooney2011-05-111-3/+2Star
* staging: usbip: change debug configuration optionmatt mooney2011-05-111-1/+1
* staging: usbip: fixup MODULE_ macrosmatt mooney2011-05-061-5/+6
* staging: usbip: remove section dividersmatt mooney2011-05-061-11/+0Star
* staging: usbip: add break to default case in switch statementsmatt mooney2011-05-061-3/+10
* staging: usbip: usbip_common.c: coding style cleanupmatt mooney2011-05-061-61/+46Star
* staging: usbip: bugfix for isochronous packets and optimizationArjan Mels2011-04-071-0/+57
* staging: usbip: bugfix add number of packets for isochronous framesArjan Mels2011-04-071-1/+6
* staging/usbip: convert to kthreadArnd Bergmann2011-03-021-105/+0Star
* staging: usbip: resolved a space in a commentAgustin March2010-09-161-1/+1
* staging: usbip: usbip_common: kill rx thread on tx thread creation error.Himanshu Chauhan2010-06-301-13/+33
* USB: remove URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: usbip: Seperate usbip config debug from CONFIG_USB_DEBUGHimanshu2010-03-041-1/+1
* Staging: usbip: Remove dead codeHimanshu Chauhan2010-03-041-54/+0Star
* Staging: usbip: use print_hex_dump() instead of open coding it.Himanshu Chauhan2010-03-041-27/+2Star
* Staging: usbip: minor code cleanupHimanshu Chauhan2010-03-041-4/+1Star
* Staging: USB-IP code cleanupBrian G. Merrell2009-09-151-117/+109Star
* Fix staging drivers after smp_lock.h reduxJean Delvare2009-07-131-0/+1
* Staging: usbip: usbip_start_threads(): handle kernel_thread failureRoel Kluin2009-01-291-2/+14
* Staging: remove remaining uses of __FUNCTION__Harvey Harrison2008-10-221-1/+1
* Staging: USB/IP: add common functions neededTakahiro Hirofuchi2008-10-111-0/+997