1. 9a77a0f usb: split packet result into actual_length + status by Hans de Goede · 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. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  5. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  6. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  7. 4559a1d net: net_client_init(): use error_set() by Luiz Capitulino · 13 years ago
  8. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  9. 9d55d1a usb: add serial number generator by Gerd Hoffmann · 13 years ago
  10. f1ae32a usb: the big rename by Gerd Hoffmann · 13 years ago[Renamed (99%) from hw/usb-net.c]
  11. 3741715 usb: Resolve warnings about unassigned bus on usb device creation by Jan Kiszka · 13 years ago
  12. 7718564 Merge remote-tracking branch 'kraxel/usb.38' into staging by Anthony Liguori · 13 years ago
  13. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  14. 079d0b7 usb: Set USBEndpoint in usb_packet_setup(). by Gerd Hoffmann · 13 years ago
  15. 7f74a56 usb: kill handle_packet callback by Gerd Hoffmann · 13 years ago
  16. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  17. ba02430 usb: separate out legacy usb registration from type registration by Anthony Liguori · 13 years ago
  18. 62aed76 usb: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  19. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  20. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  21. b870472 usb: add audio device model by H. Peter Anvin · 14 years ago
  22. 1de14d4 usb: track altsetting in USBDevice by Gerd Hoffmann · 14 years ago
  23. 98d2370 hw/usb-net.c: Fix precedence bug when checking rndis_state by Peter Maydell · 13 years ago
  24. 371572d Revert bugfix e7852674d5 until tested or until after the release. by Andrzej Zaborowski · 13 years ago
  25. e785267 hw/usb-net.c: Fix precedence bug when checking rndis_state by Peter Maydell · 13 years ago
  26. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  27. 4f4321c usb: use iovecs in USBPacket by Gerd Hoffmann · 14 years ago
  28. 4ab0ba9 usb-net doesn't support migration by Gerd Hoffmann · 14 years ago
  29. 007fd62 usb: Pass the packet to the device's handle_control callback by Hans de Goede · 14 years ago
  30. ed5a83d usb: move remote wakeup handling to common code by Gerd Hoffmann · 14 years ago
  31. a980a06 usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code by Gerd Hoffmann · 14 years ago
  32. 41c6abb usb: move USB_REQ_SET_ADDRESS handling to common code by Gerd Hoffmann · 14 years ago
  33. 30c7d32 usb network: use new descriptor infrastructure. by Gerd Hoffmann · 14 years ago
  34. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  35. 779206d Introduce fw_name field to DeviceInfo structure. by Gleb Natapov · 14 years ago
  36. d59f8ba Out off array access in usb-net by Gleb Natapov · 14 years ago
  37. 3329f07 QemuOpts: make most qemu_*_opts static by Gerd Hoffmann · 15 years ago
  38. d4c4e6f usb: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  39. f3571b1 usb: class specific interface requests by Max Reitz · 15 years ago
  40. 8212c64 qemu-option: Move the implied first name into QemuOptsList by Markus Armbruster · 15 years ago
  41. d44168f Fix -usbdevice crash by Paul Brook · 15 years ago
  42. beb6f0d Fix QEMU_WARN_UNUSED_RESULT by Kevin Wolf · 15 years ago
  43. 42be86c usb-net: use qdev for -usbdevice by Gerd Hoffmann · 15 years ago
  44. 556cd09 qdev: Replace device names containing whitespace by Markus Armbruster · 15 years ago
  45. 0638469 qdev: Separate USB product description from qdev name by Markus Armbruster · 15 years ago
  46. e0394b8b5 net: convert usb-net to NICState by Mark McLoughlin · 15 years ago
  47. e13b10b net: remove NICInfo::vc by Mark McLoughlin · 15 years ago
  48. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  49. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  50. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  51. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  52. 806b602 qdev/usb: add usb bus support to qdev, convert drivers. by Gerd Hoffmann · 16 years ago
  53. ae50b27 Don't leak VLANClientState on PCI hot remove by Mark McLoughlin · 16 years ago
  54. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  55. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  56. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  57. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  58. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  59. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  60. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  61. 7cb7434b Add qemu_format_nic_info_str() (Mark McLoughlin) by aliguori · 16 years ago
  62. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  63. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  64. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  65. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  66. eb38c52 Fix most warnings that would be caused by gcc flag -Wundef by blueswir1 · 16 years ago
  67. 363a37d Fix OpenBSD linker warnings by blueswir1 · 17 years ago
  68. ccf21c3 Move audio/sys-queue.h => sys-queue.h by aliguori · 17 years ago
  69. dcf414d Remove the NIC from vlan on usb destroy. by balrog · 17 years ago
  70. 6c9f886 Add CDC-Ethernet usb NIC (original patch from Thomas Sailer). by balrog · 17 years ago