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