summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/usbip_common.c
Commit message (Expand)AuthorAgeFilesLines
* staging: usbip: changed function return type to voidBart Westgeest2012-02-091-7/+4
* staging: usbip: removed dead code from receive functionBart Westgeest2011-12-221-44/+17
* staging: Add module.h to more drivers implicitly using it.Paul Gortmaker2011-10-311-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/+6
* staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney2011-05-191-125/+105
* 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/+2
* 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/+0
* 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/+46
* staging: usbip: bugfix for isochronous packets and optimizationArjan Mels2011-04-061-0/+57
* staging: usbip: bugfix add number of packets for isochronous framesArjan Mels2011-04-061-1/+6
* staging/usbip: convert to kthreadArnd Bergmann2011-03-021-105/+0
* 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-031-1/+1
* Staging: usbip: Remove dead codeHimanshu Chauhan2010-03-031-54/+0
* Staging: usbip: use print_hex_dump() instead of open coding it.Himanshu Chauhan2010-03-031-27/+2
* Staging: usbip: minor code cleanupHimanshu Chauhan2010-03-031-4/+1
* Staging: USB-IP code cleanupBrian G. Merrell2009-09-151-117/+109
* Fix staging drivers after smp_lock.h reduxJean Delvare2009-07-131-0/+1
* Staging: usbip: usbip_start_threads(): handle kernel_thread failureRoel Kluin2009-01-281-2/+14
* Staging: remove remaining uses of __FUNCTION__Harvey Harrison2008-10-221-1/+1
* Staging: USB/IP: add common functions neededTakahiro Hirofuchi2008-10-101-0/+997