aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/wa-xfer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-29usb: wusbcore: change WA_SEGS_MAX to a legal valueThomas Pugliese1-2/+3
2013-10-29usb: wusbcore: add a quirk for Alereon HWA device isoc behaviorThomas Pugliese1-12/+37
2013-10-29usb: wusbcore: combine multiple isoc frames in a single transfer request.Thomas Pugliese1-111/+255
2013-10-19usb: wusbcore: serialize access to the HWA data out endpointThomas Pugliese1-15/+139
2013-10-07usb: wusbcore: fix string formatting warnings on 64-bit buildsThomas Pugliese1-2/+2
2013-10-05usb: wusbcore: add support for isoc out transfersThomas Pugliese1-102/+391
2013-10-03usb: wusbcore: avoid stack overflow in URB enqueue error pathThomas Pugliese1-13/+38
2013-09-30usb: wusbcore: fix build warning on 64-bit buildsThomas Pugliese1-1/+1
2013-09-30usb: wusbcore: clean up urb dequeue processThomas Pugliese1-35/+87
2013-09-30usb: wusbcore: include the xfer_id in debug printsThomas Pugliese1-45/+49
2013-09-30usb: wusbcore: fix endianess issues when using dwTransferIDThomas Pugliese1-9/+11
2013-09-26usb: wusbcore: set pointers to NULL after freeing in error casesThomas Pugliese1-0/+2
2013-09-26usb: wusbcore: clean up the sg list that was created for out transfersThomas Pugliese1-0/+4
2013-09-26usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segsThomas Pugliese1-54/+67
2013-09-26usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfersThomas Pugliese1-2/+8
2013-09-26usb: wusbcore: rename fields in struct wahcThomas Pugliese1-9/+9
2013-09-26usb: wusbcore: rename urb to tr_urb in struct wa_segThomas Pugliese1-14/+16
2013-09-25USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-2/+7
2013-08-15USB: WUSBCORE: Use usb_init_urb instead of creating the URB manuallyThomas Pugliese1-6/+9
2013-08-15USB: WUSBCORE: fix leak of urb in wa_xfer_destroy.Thomas Pugliese1-5/+4
2013-08-15USB: WUSBCORE: fix resource cleanup in error path in __wa_xfer_setup_segsThomas Pugliese1-2/+4
2013-08-15USB: WUSBCORE: clear RPIPE stall for control endpointsThomas Pugliese1-10/+74
2013-08-12wusbcore: fix kernel panic when disconnecting a wireless USB->serial deviceThomas Pugliese1-2/+7
2013-08-12wusbcore: clean up list locking in urb enqueueThomas Pugliese1-10/+15
2013-06-17usb: wire adapter: add scatter gather supportThomas Pugliese1-15/+166
2013-02-06USB: wusbcore/wa-xfer: error handling fixes in setup_segs()Dan Carpenter1-3/+3
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-07-01wusb: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-4/+3
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-2/+0
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-2/+0
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-0/+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-29Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-03-17USB: wusbcore/wa-xfer, fix lock imbalanceJiri Slaby1-1/+3
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel1-137/+43
2008-10-15uwb: use kcalloc where appropriateDavid Vrabel1-1/+1
2008-09-17wusb: add the Wire Adapter (WA) coreInaky Perez-Gonzalez1-0/+1709