1. ab79237 net: tap: use qemu_set_nonblock by Li Qiang · 6 years ago
  2. 323e7c1 tap: fix memory leak on success to create a tap device by Yunjian Wang · 7 years ago
  3. d542800 tap: set vhostfd passed from qemu cli to non-blocking by Brijesh Singh · 7 years ago
  4. 442da40 net: Get rid of 'vlan' terminology and use 'hub' instead in the source files by Thomas Huth · 7 years ago
  5. 46d4d36 tap: setting error appropriately when calling net_init_tap_one() by Jay Zhou · 7 years ago
  6. db655a9 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 8 years ago
  7. fac7d7b tap: fix memory leak on failure in net_init_tap() by Peter Maydell · 8 years ago
  8. c471ad0 vhost_net: device IOTLB support by Jason Wang · 8 years ago
  9. 584613e tap: Allow specifying a bridge by Alexey Kardashevskiy · 8 years ago
  10. e6bcb1b vhost-user: keep vhost_net after a disconnection by Marc-André Lureau · 8 years ago
  11. 3b2e679 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into staging by Peter Maydell · 8 years ago
  12. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 8 years ago
  13. cebea51 net: use Netdev instead of NetClientOptions in client init by Kővágó, Zoltán · 8 years ago
  14. 091a6b2 tap: fix memory leak on failure to create a multiqueue tap device by Paolo Bonzini · 8 years ago
  15. 9e32ff3 tap: use an exit notifier to call down_script by Marc-André Lureau · 8 years ago
  16. 69e87b3 tap: vhost busy polling support by Jason Wang · 8 years ago
  17. 11196e9 net/tap: Allocating Large sized arrays to heap by Zhou Jie · 9 years ago
  18. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  19. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  20. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  21. 3a2d44f net: simplify net_init_tap_one logic by Paolo Bonzini · 9 years ago
  22. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  23. 8d0bcba net: Convert to new qapi union layout by Eric Blake · 9 years ago
  24. 89e9429 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  25. 1e7398a vhost: enable vhost without without MSI-X by Pankaj Gupta · 10 years ago
  26. c80cd6b tap: add VNET_LE/VNET_BE operations by Greg Kurz · 10 years ago
  27. 82e1cc4 Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler by Fam Zheng · 10 years ago
  28. a90a742 tap: Drop tap_can_send by Fam Zheng · 10 years ago
  29. a308817 tap: Improve -netdev/netdev_add/-net/... tap error reporting by Markus Armbruster · 10 years ago
  30. 95c35a7 tap: Finish conversion of tap_open() to Error by Markus Armbruster · 10 years ago
  31. 468dd82 tap: Permit incremental conversion of tap_open() to Error by Markus Armbruster · 10 years ago
  32. ac4fcf5 tap: Convert launch_script() to Error by Markus Armbruster · 10 years ago
  33. 445f116 tap: Convert net_init_tap_one() to Error by Markus Armbruster · 10 years ago
  34. 80b832c tap: Convert tap_set_sndbuf() to Error by Markus Armbruster · 10 years ago
  35. a8a21be tap: Improve -netdev/netdev_add/-net/... bridge error reporting by Markus Armbruster · 10 years ago
  36. da4a4ea tap: net_tap_fd_init() can't fail, drop dead error handling by Markus Armbruster · 10 years ago
  37. a30ecde net: Permit incremental conversion of init functions to Error by Markus Armbruster · 10 years ago
  38. 1677f4c monitor: Clean up around monitor_handle_fd_param() by Markus Armbruster · 10 years ago
  39. 756ae78 tap: fix vcpu long time io blocking on tap by Wangkai (Kevin,C) · 10 years ago
  40. 84f8f3d tap: fix possible fd leak in net_init_tap by Gonglei · 10 years ago
  41. d0caa3e tap: do not close(fd) in net_init_tap_one by Gonglei · 10 years ago
  42. 1a1bfac Add vhost-backend and VhostBackendType by Nikolay Nikolaev · 11 years ago
  43. 81647a6 vhost_net_init will use VhostNetOptions to get all its arguments by Nikolay Nikolaev · 11 years ago
  44. 13a12f8 tap: Avoid extra iterations while closing file fd by Pankaj Gupta · 11 years ago
  45. 68e5ec6 tap: avoid deadlocking rx by Stefan Hajnoczi · 11 years ago
  46. 3bac80d net: make tap offloading callbacks static by Vincenzo Maffione · 11 years ago
  47. 2e753bc net: TAP uses NetClientInfo offloading callbacks by Vincenzo Maffione · 11 years ago
  48. e96dfd1 net: change vnet-hdr TAP prototypes by Vincenzo Maffione · 11 years ago
  49. c87826a tap: fix NULL dereference when passing invalid parameters to tap by Jason Wang · 12 years ago
  50. 7873df4 tap: properly initialize vhostfds by Jason Wang · 12 years ago
  51. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  52. d32fcad net: increase buffer size to accommodate Jumbo frame pkts by Scott Feldman · 12 years ago
  53. 085d813 Fix typos and misspellings by Peter Maydell · 12 years ago
  54. ce675a7 tap: forbid creating multiqueue tap when hub is used by Jason Wang · 12 years ago
  55. 02cd809 tap: unbreak -netdev tap,fd=X by Anthony Liguori · 12 years ago
  56. 264986e tap: multiqueue support by Jason Wang · 12 years ago
  57. 16dbaf9 tap: support enabling or disabling a queue by Jason Wang · 12 years ago
  58. 5193e5f tap: factor out common tap initialization by Jason Wang · 12 years ago
  59. ec45f08 net: tap: using bool instead of bitfield by Jason Wang · 12 years ago
  60. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  61. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  62. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  63. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  64. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  65. 58ddcd5 tap: reset vnet header size on open by Michael S. Tsirkin · 12 years ago
  66. a245fc1 net: consolidate NetClientState header files into one by Paolo Bonzini · 12 years ago
  67. a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 12 years ago
  68. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 12 years ago
  69. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 12 years ago
  70. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 12 years ago
  71. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 12 years ago
  72. f79b51b convert net_init_bridge() to NetClientOptions by Laszlo Ersek · 12 years ago
  73. 08c573a convert net_init_tap() to NetClientOptions by Laszlo Ersek · 12 years ago
  74. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 12 years ago
  75. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 12 years ago
  76. 37003ad qmp: include monitor.h when needed by Paolo Bonzini · 13 years ago
  77. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  78. a7c36ee Add support for net bridge by Corey Bryant · 13 years ago
  79. 885660b network scripts: don't block SIGCHLD before forking by Michael Roth · 13 years ago
  80. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  81. 5430a28 vhost: force vhost off for non-MSI guests by mst@redhat.com · 14 years ago
  82. 27a6375 tap: make set_offload a nop after netdev cleanup by Michael S. Tsirkin · 14 years ago
  83. 4384942 tap: clear vhost_net backend on cleanup by Michael S. Tsirkin · 14 years ago
  84. 445d892 tap: add APIs for vnet header length by Michael S. Tsirkin · 14 years ago
  85. ef4252b tap: generalize code for different vnet header len by Michael S. Tsirkin · 14 years ago
  86. 9678d95 Remove dead assignments in various common files, spotted by clang analyzer by Blue Swirl · 15 years ago
  87. b202554 tap: add API to retrieve vhost net header by Michael S. Tsirkin · 15 years ago
  88. 82b0d80 tap: add vhost/vhostfd options by Michael S. Tsirkin · 15 years ago
  89. 95d528a tap: add interface to get device fd by Michael S. Tsirkin · 15 years ago
  90. 31dc63d Revert "tap: invoke downscript when we exit abnormally" by Anthony Liguori · 15 years ago
  91. 8af8ce4 tap: invoke downscript when we exit abnormally by Anthony Liguori · 15 years ago
  92. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  93. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  94. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  95. ceb6961 net: add API to disable/enable polling by Michael S. Tsirkin · 15 years ago
  96. df6c2a0 net: initialize vnet_hdr in net_init_tap() by Mark McLoughlin · 15 years ago
  97. 665a3b0 net: remove VLANClientState members now in NetClientInfo by Mark McLoughlin · 15 years ago
  98. 3e35ba9 net: convert tap to NetClientInfo by Mark McLoughlin · 15 years ago
  99. 929fe49 Avoid segfault on net_tap_init() failure by Juergen Lock · 15 years ago
  100. 5819c91 tap: drain queue in tap_send() by Mark McLoughlin · 15 years ago