1. 987a9b4 net: notify iothread after flushing queue by Paolo Bonzini · 13 years ago
  2. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  3. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  4. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  5. dcf6f5e change iov_* function prototypes to be more appropriate by Michael Tokarev · 13 years ago
  6. 2a633c4 virtio: check virtio_load return code by Orit Wassermann · 13 years ago
  7. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  8. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  9. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  10. 81e34a2 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  11. b52dfd7 virtio-net: don't use vdev after virtio_cleanup by Amit Shah · 14 years ago
  12. 348e7b8 iov: Update parameter usage in iov_(to|from)_buf() by Hannes Reinecke · 14 years ago
  13. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  14. b46d97f virtio-net: Fix lduw_p() pointer argument of wrong size by Stefan Hajnoczi · 14 years ago
  15. 3299369 vhost: disable on tap link down by Michael S. Tsirkin · 14 years ago
  16. 5430a28 vhost: force vhost off for non-MSI guests by mst@redhat.com · 14 years ago
  17. 44b15bc virtio-net: fix cross-endianness support by Aurelien Jarno · 14 years ago
  18. 85cf2a8 virtio: move vmstate change tracking to core by Michael S. Tsirkin · 14 years ago
  19. b254b0d Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  20. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  21. 783e770 virtio-net: stop/start bh when appropriate by Michael S. Tsirkin · 14 years ago
  22. 9547732 virtio-net: don't dma while vm is stopped by Michael S. Tsirkin · 14 years ago
  23. e7b43f7 virtio-net: Convert fprintf() to error_report() by Stefan Hajnoczi · 14 years ago
  24. afbaa7b virtio-net: unify vhost-net start/stop by Michael S. Tsirkin · 14 years ago
  25. a697a33 virtio-net: Introduce a new bottom half packet TX by Alex Williamson · 15 years ago
  26. 4b4b8d3 virtio-net: Rename tx_timer_active to tx_waiting by Alex Williamson · 15 years ago
  27. e3f3048 virtio-net: Limit number of packets sent per TX flush by Alex Williamson · 15 years ago
  28. f0c07c7 virtio-net: Make tx_timer timeout configurable by Alex Williamson · 15 years ago
  29. 279a425 virtio-net: correct packet length math by Michael S. Tsirkin · 15 years ago
  30. 01657c8 virtio-net: Incorporate a DeviceState pointer and let savevm track instances by Alex Williamson · 15 years ago
  31. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  32. 940cda9 virtio-net: truncating packet by Michael S. Tsirkin · 15 years ago
  33. 7f97448 virtio-net: stop vhost backend on vmstop by Michael S. Tsirkin · 15 years ago
  34. 57c3229 virtio-net: return with value in void function by Michael S. Tsirkin · 15 years ago
  35. e4d5639 iov: Introduce a new file for helpers around iovs, add iov_from_buf() by Amit Shah · 15 years ago
  36. dc14a39 vhost: fix features ack by David L Stevens · 15 years ago
  37. 9bc6304 virtio-net: vhost net support by Michael S. Tsirkin · 15 years ago
  38. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  39. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  40. 06b1297 virtio-net: fix network stall under load by Tom Lendacky · 15 years ago
  41. 22c253d virtio: net: remove dead assignment by Amit Shah · 15 years ago
  42. c9f79a3 virtio-net: mac property is mandatory by Michael S. Tsirkin · 15 years ago
  43. 8172539 virtio: add features as qdev properties by Michael S. Tsirkin · 15 years ago
  44. 704a76f virtio: rename features -> guest_features by Michael S. Tsirkin · 15 years ago
  45. 665a3b0 net: remove VLANClientState members now in NetClientInfo by Mark McLoughlin · 15 years ago
  46. eb6b6c1 net: convert virtio to NICState by Mark McLoughlin · 15 years ago
  47. 184bd04 whitelist host virtio networking features by Dustin Kirkland · 15 years ago
  48. cdd5cc1 virtio-net: split the has_buffers() logic from can_receive() by Mark McLoughlin · 15 years ago
  49. 3cbe04c virtio-net: fix macaddr config regression by Mark McLoughlin · 15 years ago
  50. a8ed73f net: move more stuff into net/tap-win32.c, add net/tap.h by Mark McLoughlin · 15 years ago
  51. 7200ac3 net: move net-checksum.c under net/ by Mark McLoughlin · 15 years ago
  52. 0ce0e8f virtio-net: add tap_has_ufo flag to saved state by Mark McLoughlin · 15 years ago
  53. 6c9f58b Enable UFO on virtio-net and tap devices by Sridhar Samudrala · 15 years ago
  54. 1d41b0c Work around dhclient brokenness by Anthony Liguori · 15 years ago
  55. f5436dd virtio-net: enable tap offload if guest supports it by Mark McLoughlin · 15 years ago
  56. 3a33013 virtio-net: add vnet_hdr support by Mark McLoughlin · 15 years ago
  57. 97b1562 virtio: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
  58. a61d1f6 notify io_thread at the end of rx handling by Glauber Costa · 16 years ago
  59. ffe6370 qemu/net: flag to control the number of vectors a nic has by Michael S. Tsirkin · 16 years ago
  60. 566e2d3 qemu/net: request 3 vectors in virtio-net by Michael S. Tsirkin · 16 years ago
  61. 6243375 virtio-net: implement async packet sending by Mark McLoughlin · 16 years ago
  62. e16044e virtio-net: enable mergeable receive buffers by Mark McLoughlin · 16 years ago
  63. 4ffb17f virtio-net: Increase filter and control limits by Alex Williamson · 16 years ago
  64. 015cb16 virtio-net: Add new RX filter controls by Alex Williamson · 16 years ago
  65. 2d9aba3 virtio-net: MAC filter optimization by Alex Williamson · 16 years ago
  66. 8fd2a2f virtio-net: Fix MAC filter overflow handling by Alex Williamson · 16 years ago
  67. bbe2f39 virtio-net: reorganize receive_filter() by Alex Williamson · 16 years ago
  68. f10c592 virtio-net: Use a byte to store RX mode flags by Alex Williamson · 16 years ago
  69. 6c042c1 virtio-net: Add version_id 7 placeholder for vnet header support by Alex Williamson · 16 years ago
  70. 8aeff62 virtio-net: implement rx packet queueing by Mark McLoughlin · 16 years ago
  71. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  72. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  73. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  74. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  75. 53c25ce Separate virtio PCI code by Paul Brook · 16 years ago
  76. cf21e10 Virtio-net qdev conversion by Paul Brook · 16 years ago
  77. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  78. 559a8f4 Remove stray GSO code from virtio_net (Mark McLoughlin) by aliguori · 16 years ago
  79. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  80. 8eca6b1 Fix oops on 2.6.25 guest (Rusty Russell) by aliguori · 16 years ago
  81. c6bb9a3 qemu:virtio-net: Check return size on the correct sg list (Alex Williamson) by aliguori · 16 years ago
  82. c6ba7bb virtio: Remove malloc failure checks (Jan Kiszka) by aliguori · 16 years ago
  83. 72da420 qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti) by aliguori · 16 years ago
  84. f21c0ed qemu:virtio-net: Add VLAN filtering (Alex Williamson) by aliguori · 16 years ago
  85. b6503ed qemu:virtio-net: Add additional MACs via a filter table (Alex Williamson) by aliguori · 16 years ago
  86. 3831ab2 qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmulti (Alex Williamson) by aliguori · 16 years ago
  87. 002437c qemu:virtio-net: Add promiscuous and all-multicast mode bits (Alex Williamson) by aliguori · 16 years ago
  88. 3d11d36 qemu:virtio-net: Add a virtqueue for control commands from the guest (Alex Williamson) by aliguori · 16 years ago
  89. 7967406 qemu:virtio-net: Define ETH_ALEN for use when manipulating MAC addresses (Alex Williamson) by aliguori · 16 years ago
  90. 0f03eca qemu:virtio-net: Allow setting the MAC address via set_config (Alex Williamson) by aliguori · 16 years ago
  91. 9d6271b qemu:virtio-net: Save status and add some save infrastructure (Alex Williamson) by aliguori · 16 years ago
  92. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  93. 99b3718 Use the default subsystem vendor ID for virtio devices (Mark McLoughlin) by aliguori · 16 years ago
  94. a7c4996 Use macros for virtio-net PCI vendor/device IDs (Mark McLoughlin) by aliguori · 16 years ago
  95. 291c6ff Make virtio_net_init() return void (Mark McLoughlin) by aliguori · 16 years ago
  96. 554c97d Implement virtio_net link status (Mark McLoughlin) by aliguori · 16 years ago
  97. e46cb38 virtio-net migration fix (Mark McLoughlin) by aliguori · 16 years ago
  98. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  99. 96d5e20 add missing MAC address to info_str for some NICs (Mark McLoughlin) by aliguori · 16 years ago
  100. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago