aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-04Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2-8/+8
2011-05-02USB: fix regression in usbip by setting has_tt flagAlan Stern1-1/+1
2011-04-25staging: usbip: vhci: fix oops on subsequent attachMax Vozeler2-8/+8
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds6-42/+147
2011-04-06staging: usbip: bugfix for isochronous packets and optimizationArjan Mels4-14/+122
2011-04-06staging: usbip: bugfix add number of packets for isochronous framesArjan Mels1-1/+6
2011-04-06staging: usbip: bugfixes related to kthread conversionArjan Mels1-25/+15
2011-04-06staging: usbip: fix shutdown problems.Arjan Mels1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds14-207/+66
2011-03-14staging: usbip: Remove NULL check before kfreeIlia Mirkin1-4/+2
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-2/+2
2011-03-02staging/usbip: convert to kthreadArnd Bergmann13-203/+64
2011-01-20staging: usbip: vhci: use urb->dev->portnum to find portMax Vozeler2-6/+1
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: refuse to enqueue for dead connectionsMax Vozeler1-2/+13
2011-01-20staging: usbip: vhci: give back URBs from in-flight unlink requestsMax Vozeler3-7/+35
2011-01-20staging: usbip: vhci: update reference count for usb_deviceMax Vozeler1-3/+10
2011-01-20staging: usbip: stub: update refcounts for devices and interfacesMax Vozeler3-6/+17
2011-01-10staging: usbip: remove double giveback of URBMárton Németh1-14/+0
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman5-21/+12
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-1/+1
2010-10-08Staging: usbip: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-3/+3
2010-10-05Staging: usbip: Makefile: cleaned up Makefile cflag linesTracey Dent1-3/+2
2010-09-21staging: usbip: Process event flags without delayMax Vozeler1-13/+3
2010-09-21staging: usbip: Notify usb core of port status changesMax Vozeler1-0/+2
2010-09-16staging: usbip: resolved a space in a commentAgustin March1-1/+1
2010-08-31staging: usbip: fix memory leakKulikov Vasiliy1-1/+1
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-3/+3
2010-08-05Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman5-66/+220
2010-07-27Staging: usbip: fix up build errorGreg Kroah-Hartman1-2/+2
2010-07-27Staging: usbip: Filtering illegal flags from remote driverEndre Kollar1-0/+55
2010-07-27Staging: usbip: simplify get_ep_from_epnumEndre Kollar1-42/+4
2010-07-27Staging: usbip: fix multiple interfacesEndre Kollar3-24/+159
2010-07-22staging: usbip: fix memory leakKulikov Vasiliy1-0/+2
2010-07-08Staging: usbip: fix typos concerning "sequential"Uwe Kleine-König1-1/+1
2010-06-30staging: usbip: usbip_common: kill rx thread on tx thread creation error.Himanshu Chauhan1-13/+33
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman4-5/+5
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-1/+1
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet2-2/+2
2010-05-17Staging: Use kmemdupJulia Lawall1-2/+2
2010-05-11staging: usbip: fix coding style issues in the usbip driverMichael Sprecher1-1/+1
2010-05-11Staging: usbip: fix space before tab in vhci_hcd.cRuslan Pisarev1-1/+1
2010-05-11Staging: usbip: fix space before tab in usbip_common.hRuslan Pisarev1-1/+1
2010-04-30staging: usbip: Fix deadlockEric Lescouet1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-0/+13
2010-03-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman4-91/+16
2010-03-03Staging: usbip: Seperate usbip config debug from CONFIG_USB_DEBUGHimanshu4-6/+13