1. cfb75cb Merge branch 'usb.65' of git://git.kraxel.org/qemu by Aurelien Jarno · 12 years ago
  2. 190563f net: fix usbnet_receive() packet drops by Stefan Hajnoczi · 13 years ago
  3. f237ddb net: clean up usbnet_receive() by Stefan Hajnoczi · 13 years ago
  4. 72a04d0 uhci: Don't queue up packets after one with the SPD flag set by Hans de Goede · 12 years ago
  5. 35efba2 usb-redir: Revert usb-redir part of commit 93bfef4c by Hans de Goede · 12 years ago
  6. 09054d1 usb-redir: Add chardev open / close debug logging by Hans de Goede · 12 years ago
  7. fc3f6e1 usb-redir: Add support for migration by Hans de Goede · 12 years ago
  8. 3f4be32 usb-redir: Store max_packet_size in endp_data by Hans de Goede · 12 years ago
  9. 9a8d406 usb-redir: Add an already_in_flight packet-id queue by Hans de Goede · 12 years ago
  10. 8e60452 usb-redir: Change cancelled packet code into a generic packet-id queue by Hans de Goede · 12 years ago
  11. ceab6f9 ehci: Walk async schedule before and after migration by Hans de Goede · 12 years ago
  12. 8f5457e ehci: Don't set seen to 0 when removing unseen queue-heads by Hans de Goede · 12 years ago
  13. 8f74ed1 ehci: Don't process too much frames in 1 timer tick (v2) by Hans de Goede · 12 years ago
  14. ffa1f2e ehci: Fix interrupts stopping when Interrupt Threshold Control is 8 by Hans de Goede · 12 years ago
  15. 3e4f910 ehci: switch to new-style memory ops by Gerd Hoffmann · 12 years ago
  16. 63587e3 usb-host: allow emulated (non-async) control requests without USBPacket by Gerd Hoffmann · 12 years ago
  17. 6ee021d xhci: allow bytewise capability register reads by Gerd Hoffmann · 12 years ago
  18. 1b06756 xhci: kill xhci_mem_{read,write} dispatcher functions by Gerd Hoffmann · 12 years ago
  19. fa8ee89 xhci: support multiple interrupters by Gerd Hoffmann · 12 years ago
  20. 2d1de85 xhci: pick target interrupter by Gerd Hoffmann · 13 years ago
  21. 43d9d60 xhci: prepare xhci_runtime_{read,write} for multiple interrupters by Gerd Hoffmann · 13 years ago
  22. 962d11e xhci: add XHCIInterrupter by Gerd Hoffmann · 13 years ago
  23. 2cae411 xhci: move register update into xhci_intr_raise by Gerd Hoffmann · 13 years ago
  24. 4c47f80 xhci: add msix support by Gerd Hoffmann · 13 years ago
  25. 4c4abe7 xhci: rework interrupt handling by Gerd Hoffmann · 13 years ago
  26. c5e9b02 xhci: fix & cleanup msi. by Gerd Hoffmann · 13 years ago
  27. 79b4045 usb-storage: usb3 support by Gerd Hoffmann · 13 years ago
  28. 2077469 usb3: bos decriptor by Gerd Hoffmann · 13 years ago
  29. b43a285 usb3: superspeed endpoint companion by Gerd Hoffmann · 13 years ago
  30. 6d51b2b usb3: superspeed descriptors by Gerd Hoffmann · 13 years ago
  31. 0846e63 xhci: update port handling by Gerd Hoffmann · 13 years ago
  32. 106b214 xhci: update register layout by Gerd Hoffmann · 13 years ago
  33. 8e9f18b xhci: fix runtime write tracepoint by Gerd Hoffmann · 13 years ago
  34. d829fde xhci: add trace_usb_xhci_ep_set_dequeue by Gerd Hoffmann · 13 years ago
  35. 873123f xhci: trace cc codes in cleartext by Gerd Hoffmann · 13 years ago
  36. 3d13968 xhci: iso xfer support by Gerd Hoffmann · 13 years ago
  37. 01546fa xhci: implement mfindex by Gerd Hoffmann · 13 years ago
  38. 5c08106 xhci: move device lookup into xhci_setup_packet by Gerd Hoffmann · 13 years ago
  39. d5a1581 xhci: drop buffering by Gerd Hoffmann · 13 years ago
  40. 331e940 xhci: rip out background transfer code by Gerd Hoffmann · 13 years ago
  41. 2bbd086 usb-audio: fix usb version by Gerd Hoffmann · 13 years ago
  42. 2964cd9 Better name usb braille device by Samuel Thibault · 13 years ago
  43. 6c67446 usb-redir: Enable pipelining for bulk endpoints by Hans de Goede · 13 years ago
  44. a508cc4 usb-redir: Ensure our peer has the necessary caps when redirecting to XHCI by Hans de Goede · 13 years ago
  45. 910c1e6 usb-redir: Add a usbredir_reject_device helper function by Hans de Goede · 13 years ago
  46. 0fde3b7 usb-redir: Set ep max_packet_size if available by Hans de Goede · 13 years ago
  47. be4a892 usb-redir: Convert to new libusbredirparser 0.5 API by Hans de Goede · 13 years ago
  48. 2979a36 usb-redir: Return babble when getting more bulk data then requested by Hans de Goede · 13 years ago
  49. de550a6 usb-redir: Move to core packet id and queue handling by Hans de Goede · 13 years ago
  50. 206e7f2 usb-redir: Get rid of unused async-struct dev member by Hans de Goede · 13 years ago
  51. 104981d usb-redir: Get rid of local shadow copy of packet headers by Hans de Goede · 13 years ago
  52. cb89711 usb-redir: Get rid of async-struct get member by Hans de Goede · 13 years ago
  53. ed9873b usb-redir: Don't delay handling of open events to a bottom half by Hans de Goede · 13 years ago
  54. 1811334 usb-redir: Never return USB_RET_NAK for async handled packets by Hans de Goede · 13 years ago
  55. cf1f816 ehci: Correct a comment in fetchqtd packet processing by Hans de Goede · 13 years ago
  56. eff6dce ehci: Handle USB_RET_PROCERR in ehci_fill_queue by Hans de Goede · 13 years ago
  57. ef5b234 ehci: Fix memory leak in handling of NAK-ed packets by Hans de Goede · 13 years ago
  58. 3a8ca08 ehci: Add some additional ehci_trace_guest_bug() calls by Hans de Goede · 13 years ago
  59. 1defcbd ehci: add doorbell trace events by Gerd Hoffmann · 13 years ago
  60. 5c51468 ehci: trace guest bugs by Gerd Hoffmann · 13 years ago
  61. 616789c ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packet by Gerd Hoffmann · 13 years ago
  62. 4b63a0d ehci: Properly report completed but not yet processed packets to the guest by Hans de Goede · 13 years ago
  63. 0e79535 ehci: Properly cleanup packets on cancel by Hans de Goede · 13 years ago
  64. 522079d ehci: Update copyright headers to reflect recent work by Hans de Goede · 13 years ago
  65. dafe31f ehci: Validate qh is not changed unexpectedly by the guest by Hans de Goede · 13 years ago
  66. 66f092d Revert "ehci: don't flush cache on doorbell rings." by Hans de Goede · 13 years ago
  67. 9c1f676 usb-core: Allow the first packet of a pipelined ep to complete immediately by Hans de Goede · 13 years ago
  68. c13a9e6 usb-core: Add a usb_ep_find_packet_by_id() helper function by Hans de Goede · 13 years ago
  69. cc40997 usb-core: Don't set packet state to complete on a nak by Hans de Goede · 13 years ago
  70. 45b339b usb: controllers do not need to check for babble themselves by Hans de Goede · 13 years ago
  71. 347e40f uas: move transfer kickoff by Gerd Hoffmann · 13 years ago
  72. adf4783 ehci: Fix interrupt endpoints no longer working by Hans de Goede · 13 years ago
  73. 287fd3f ehci: handle TD deactivation of inflight packets by Gerd Hoffmann · 13 years ago
  74. c7cdca3 ehci: add ehci_cancel_queue() by Gerd Hoffmann · 13 years ago
  75. 574ef17 ehci: simplify ehci_state_executing by Hans de Goede · 13 years ago
  76. 53dd6f7 ehci: Remove unnecessary ehci_flush_qh call by Hans de Goede · 13 years ago
  77. a1c3e4b ehci: Schedule async-bh when IAAD bit gets set by Hans de Goede · 13 years ago
  78. 7ce86aa ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream active by Hans de Goede · 13 years ago
  79. e983395 usb: unique packet ids by Gerd Hoffmann · 13 years ago
  80. 0132b4b usb: Halt ep queue en cancel pending packets on a packet error by Hans de Goede · 13 years ago
  81. 47d073c ehci: Fix setting of halt bit from usbcmd register updates by Hans de Goede · 13 years ago
  82. 6d3b6d3 ehci: fix Interrupt Threshold Control implementation by Gerd Hoffmann · 13 years ago
  83. 0daf530 usb: update uas product id by Gerd Hoffmann · 13 years ago
  84. c19537a usb: async control xfer fixup by Gerd Hoffmann · 13 years ago
  85. df6839c ehci: fix assertion typo by Alejandro Martinez Ruiz · 13 years ago
  86. 5441421 usb-storage: fix SYNCHRONIZE_CACHE by Gerd Hoffmann · 13 years ago
  87. 06f9847 usb-storage: improve debug logging by Gerd Hoffmann · 13 years ago
  88. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  89. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  90. 5e59b02 Merge branch pci into master by Michael S. Tsirkin · 13 years ago
  91. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  92. dfe1ce5 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  93. 911525d hw/block-common: Factor out fall back to legacy -drive serial=... by Markus Armbruster · 13 years ago
  94. afb7a0b ehci: improve expire time calculation by Gerd Hoffmann · 13 years ago
  95. 7efc17a ehci: implement Interrupt Threshold Control support by Gerd Hoffmann · 13 years ago
  96. f0ad01f ehci: raise irq in the frame timer by Gerd Hoffmann · 13 years ago
  97. 75f151c uhci: initialize expire_time when loading v1 vmstate by Gerd Hoffmann · 13 years ago
  98. 0f58f68 usb: add usb attached scsi emulation by Gerd Hoffmann · 13 years ago
  99. 23797df Merge remote-tracking branch 'mjt/mjt-iov2' into staging by Anthony Liguori · 13 years ago
  100. c32da15 usb-host: add trace events for iso xfers by Gerd Hoffmann · 13 years ago