1. ecf3701 usb: wusbcore: read actual_length bytes isoc in segments by Thomas Pugliese · 11 years ago
  2. e500d52 usb: wusbcore: add a convenience function for completing a transfer segment by Thomas Pugliese · 11 years ago
  3. 5da43af usb: wusbcore: prevent urb dequeue and giveback race by Thomas Pugliese · 11 years ago
  4. acfadce usb: wusbcore: fix stranded URB after HWA unplug by Thomas Pugliese · 11 years ago
  5. 618836cc usb: wusbcore: fix kernel panic on HWA unplug by Thomas Pugliese · 11 years ago
  6. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 12 years ago
  7. 226b3a2 usb: wusbcore: add isochronous IN support to HWA by Thomas Pugliese · 12 years ago
  8. 756a2ee usb: wusbcore: set packet count correctly on isoc transfers by Thomas Pugliese · 12 years ago
  9. ea1af42 usb: wusbcore: move isoc_frame_index from wa_xfer to wa_seg by Thomas Pugliese · 12 years ago
  10. 7005234 usb: wusbcore: fix short transfers by Thomas Pugliese · 12 years ago
  11. e05a1fd usb: wusbcore: return -ENOENT for unlinked URBs. by Thomas Pugliese · 12 years ago
  12. bbfc3420 usb: wusbcore: add more info to debug prints in urb_unlink path by Thomas Pugliese · 12 years ago
  13. b374487 usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_ep, and by Thomas Pugliese · 12 years ago
  14. f74b75e usb: wusbcore: change WA_SEGS_MAX to a legal value by Thomas Pugliese · 12 years ago
  15. f07ddb9 usb: wusbcore: add a quirk for Alereon HWA device isoc behavior by Thomas Pugliese · 12 years ago
  16. 2101242 usb: wusbcore: combine multiple isoc frames in a single transfer request. by Thomas Pugliese · 12 years ago
  17. 679ee47 usb: wusbcore: serialize access to the HWA data out endpoint by Thomas Pugliese · 12 years ago
  18. afc3cba usb: wusbcore: fix string formatting warnings on 64-bit builds by Thomas Pugliese · 12 years ago
  19. 7a32d9b usb: wusbcore: add support for isoc out transfers by Thomas Pugliese · 12 years ago
  20. 33186c4 usb: wusbcore: avoid stack overflow in URB enqueue error path by Thomas Pugliese · 12 years ago
  21. cccd3a25 usb: wusbcore: fix build warning on 64-bit builds by Thomas Pugliese · 12 years ago
  22. 14e1d2d usb: wusbcore: clean up urb dequeue process by Thomas Pugliese · 12 years ago
  23. b9c84be usb: wusbcore: include the xfer_id in debug prints by Thomas Pugliese · 12 years ago
  24. fdd160c usb: wusbcore: fix endianess issues when using dwTransferID by Thomas Pugliese · 12 years ago
  25. 6741448 usb: wusbcore: set pointers to NULL after freeing in error cases by Thomas Pugliese · 12 years ago
  26. d5b5c9f usb: wusbcore: clean up the sg list that was created for out transfers by Thomas Pugliese · 12 years ago
  27. ffd6d17 usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segs by Thomas Pugliese · 12 years ago
  28. d993670 usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfers by Thomas Pugliese · 12 years ago
  29. 0367eef usb: wusbcore: rename fields in struct wahc by Thomas Pugliese · 12 years ago
  30. 09d94cb usb: wusbcore: rename urb to tr_urb in struct wa_seg by Thomas Pugliese · 12 years ago
  31. 8eb4129 USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  32. bd479f2 Merge 3.11-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  33. 66591015d USB: WUSBCORE: Use usb_init_urb instead of creating the URB manually by Thomas Pugliese · 12 years ago
  34. 79731cb USB: WUSBCORE: fix leak of urb in wa_xfer_destroy. by Thomas Pugliese · 12 years ago
  35. 11b1bf8 USB: WUSBCORE: fix resource cleanup in error path in __wa_xfer_setup_segs by Thomas Pugliese · 12 years ago
  36. 6d33f7b USB: WUSBCORE: clear RPIPE stall for control endpoints by Thomas Pugliese · 12 years ago
  37. ec58fad wusbcore: fix kernel panic when disconnecting a wireless USB->serial device by Thomas Pugliese · 12 years ago
  38. e9a088f wusbcore: clean up list locking in urb enqueue by Thomas Pugliese · 12 years ago
  39. 2b81c08 usb: wire adapter: add scatter gather support by Thomas Pugliese · 12 years ago
  40. f07af4b USB: wusbcore/wa-xfer: error handling fixes in setup_segs() by Dan Carpenter · 13 years ago
  41. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 14 years ago
  42. 9708cd2 wusb: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 14 years ago
  43. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  44. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  45. 0ede76f USB: remove uses of URB_NO_SETUP_DMA_MAP by Alan Stern · 15 years ago
  46. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  47. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  48. f77f13e Fix comment and Kconfig typos for 'require' and 'fragment' by Gilles Espinasse · 15 years ago
  49. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 16 years ago
  50. 49fa092 USB: wusbcore/wa-xfer, fix lock imbalance by Jiri Slaby · 16 years ago
  51. bce8369 uwb: use dev_dbg() for debug messages by David Vrabel · 17 years ago
  52. 92c4d9b uwb: use kcalloc where appropriate by David Vrabel · 17 years ago
  53. df36542 wusb: add the Wire Adapter (WA) core by Inaky Perez-Gonzalez · 17 years ago