aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/vhci_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-09staging: usbip: changed function return type to voidBart Westgeest1-2/+1
2011-12-22staging: usbip: removed dead code from receive functionBart Westgeest1-1/+1
2011-11-26staging: usbip: bugfix for deadlockBart Westgeest1-4/+6
2011-06-07staging: usbip: remove unnecessary lines and extra return statementsmatt mooney1-2/+0
2011-05-19staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney1-17/+16
2011-05-12staging: usbip: fix header includesmatt mooney1-1/+1
2011-05-06staging: usbip: remove section dividersmatt mooney1-2/+0
2011-05-06staging: usbip: add break to default case in switch statementsmatt mooney1-1/+2
2011-05-06staging: usbip: vhci_rx.c: coding style cleanupmatt mooney1-31/+13
2011-04-06staging: usbip: bugfix for isochronous packets and optimizationArjan Mels1-0/+3
2011-03-02staging/usbip: convert to kthreadArnd Bergmann1-10/+6
2011-01-20staging: usbip: vhci: handle EAGAIN from SO_RCVTIMEOMax Vozeler1-1/+20
2011-01-20staging: usbip: vhci: friendly log messages for connection errorsMax Vozeler1-2/+14
2011-01-20staging: usbip: vhci: give back URBs from in-flight unlink requestsMax Vozeler1-6/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2009-09-15Staging: USB-IP code cleanupBrian G. Merrell1-19/+22
2008-10-22Staging: usbip: fix build warning on 64bit kernelsGreg Kroah-Hartman1-1/+1
2008-10-10Staging: USB/IP: add client driverTakahiro Hirofuchi1-0/+251