1. 1a1bfac Add vhost-backend and VhostBackendType by Nikolay Nikolaev · 11 years ago
  2. 81647a6 vhost_net_init will use VhostNetOptions to get all its arguments by Nikolay Nikolaev · 11 years ago
  3. 13a12f8 tap: Avoid extra iterations while closing file fd by Pankaj Gupta · 11 years ago
  4. 68e5ec6 tap: avoid deadlocking rx by Stefan Hajnoczi · 11 years ago
  5. 3bac80d net: make tap offloading callbacks static by Vincenzo Maffione · 11 years ago
  6. 2e753bc net: TAP uses NetClientInfo offloading callbacks by Vincenzo Maffione · 11 years ago
  7. e96dfd1 net: change vnet-hdr TAP prototypes by Vincenzo Maffione · 11 years ago
  8. c87826a tap: fix NULL dereference when passing invalid parameters to tap by Jason Wang · 12 years ago
  9. 7873df4 tap: properly initialize vhostfds by Jason Wang · 12 years ago
  10. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  11. d32fcad net: increase buffer size to accommodate Jumbo frame pkts by Scott Feldman · 12 years ago
  12. 085d813 Fix typos and misspellings by Peter Maydell · 12 years ago
  13. ce675a7 tap: forbid creating multiqueue tap when hub is used by Jason Wang · 12 years ago
  14. 02cd809 tap: unbreak -netdev tap,fd=X by Anthony Liguori · 12 years ago
  15. 264986e tap: multiqueue support by Jason Wang · 12 years ago
  16. 16dbaf9 tap: support enabling or disabling a queue by Jason Wang · 12 years ago
  17. 5193e5f tap: factor out common tap initialization by Jason Wang · 12 years ago
  18. ec45f08 net: tap: using bool instead of bitfield by Jason Wang · 12 years ago
  19. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  20. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  21. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  22. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  23. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  24. 58ddcd5 tap: reset vnet header size on open by Michael S. Tsirkin · 12 years ago
  25. a245fc1 net: consolidate NetClientState header files into one by Paolo Bonzini · 13 years ago
  26. a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 13 years ago
  27. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  28. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
  29. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 13 years ago
  30. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 13 years ago
  31. f79b51b convert net_init_bridge() to NetClientOptions by Laszlo Ersek · 13 years ago
  32. 08c573a convert net_init_tap() to NetClientOptions by Laszlo Ersek · 13 years ago
  33. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 13 years ago
  34. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  35. 37003ad qmp: include monitor.h when needed by Paolo Bonzini · 13 years ago
  36. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  37. a7c36ee Add support for net bridge by Corey Bryant · 13 years ago
  38. 885660b network scripts: don't block SIGCHLD before forking by Michael Roth · 13 years ago
  39. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  40. 5430a28 vhost: force vhost off for non-MSI guests by mst@redhat.com · 14 years ago
  41. 27a6375 tap: make set_offload a nop after netdev cleanup by Michael S. Tsirkin · 14 years ago
  42. 4384942 tap: clear vhost_net backend on cleanup by Michael S. Tsirkin · 14 years ago
  43. 445d892 tap: add APIs for vnet header length by Michael S. Tsirkin · 15 years ago
  44. ef4252b tap: generalize code for different vnet header len by Michael S. Tsirkin · 15 years ago
  45. 9678d95 Remove dead assignments in various common files, spotted by clang analyzer by Blue Swirl · 15 years ago
  46. b202554 tap: add API to retrieve vhost net header by Michael S. Tsirkin · 15 years ago
  47. 82b0d80 tap: add vhost/vhostfd options by Michael S. Tsirkin · 15 years ago
  48. 95d528a tap: add interface to get device fd by Michael S. Tsirkin · 15 years ago
  49. 31dc63d Revert "tap: invoke downscript when we exit abnormally" by Anthony Liguori · 15 years ago
  50. 8af8ce4 tap: invoke downscript when we exit abnormally by Anthony Liguori · 15 years ago
  51. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  52. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  53. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  54. ceb6961 net: add API to disable/enable polling by Michael S. Tsirkin · 15 years ago
  55. df6c2a0 net: initialize vnet_hdr in net_init_tap() by Mark McLoughlin · 15 years ago
  56. 665a3b0 net: remove VLANClientState members now in NetClientInfo by Mark McLoughlin · 15 years ago
  57. 3e35ba9 net: convert tap to NetClientInfo by Mark McLoughlin · 15 years ago
  58. 929fe49 Avoid segfault on net_tap_init() failure by Juergen Lock · 15 years ago
  59. 5819c91 tap: drain queue in tap_send() by Mark McLoughlin · 15 years ago
  60. be1636b tap: disable draining queue in one go by Mark McLoughlin · 15 years ago
  61. 71f4eff Unbreak tap compilation on OS X by Alexander Graf · 15 years ago
  62. 9c28271 net: move UFO support detection to tap-linux.c by Mark McLoughlin · 15 years ago
  63. 1faac1f net: move tap_set_offload() code into tap-linux.c by Mark McLoughlin · 15 years ago
  64. dc69004 net: move tap_probe_vnet_hdr() to tap-linux.c by Mark McLoughlin · 15 years ago
  65. 15ac913 net: move tap_set_sndbuf() to tap-linux.c by Mark McLoughlin · 15 years ago
  66. c28b1c1 net: move linux code into net/tap-linux.c by Mark McLoughlin · 15 years ago
  67. 88b3ec0 net: move AIX code into net/tap-aix.c by Mark McLoughlin · 15 years ago
  68. 966ea5e net: move solaris code to net/tap-solaris.c by Mark McLoughlin · 15 years ago
  69. e7e9232 net: split BSD tap_open() out into net/tap-bsd.c by Mark McLoughlin · 15 years ago
  70. 5281d75 net: split all the tap code out into net/tap.c by Mark McLoughlin · 15 years ago