1. 068daed Fix build breakage when using VDE introduced by 4f1c942 by Anthony Liguori · 16 years ago
  2. e19eb22 net: make use of async packet sending API in tap client by Mark McLoughlin · 16 years ago
  3. f3b6c7f net: add qemu_send_packet_async() by Mark McLoughlin · 16 years ago
  4. e94667b net: split out packet queueing and flushing into separate functions by Mark McLoughlin · 16 years ago
  5. 3e021d4 net: return status from qemu_deliver_packet() by Mark McLoughlin · 16 years ago
  6. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  7. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  8. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  9. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  10. 3471b75 net: only read from tapfd when we can send by Mark McLoughlin · 16 years ago
  11. 2e1e064 net: vlan clients with no fd_can_read() can always receive by Mark McLoughlin · 16 years ago
  12. 5b01e88 net: move the tap buffer into TAPState by Mark McLoughlin · 16 years ago
  13. 5a6d881 net: factor tap_read_packet() out of tap_send() by Mark McLoughlin · 16 years ago
  14. b8e8af3 slirp: Reorder initialization by Jan Kiszka · 16 years ago
  15. 10ae5a7 net: Improve parameter error reporting by Jan Kiszka · 16 years ago
  16. c8decae net: fix error reporting for some net parameter checks by Mark McLoughlin · 16 years ago
  17. 0aa7a20 net: Real fix for check_params users by Jan Kiszka · 16 years ago
  18. cda94b2 Revert "Fix output of uninitialized strings" by Mark McLoughlin · 16 years ago
  19. 7c3370d slirp: Avoid zombie processes after fork_exec by Jan Kiszka · 16 years ago
  20. c27ff60 net: Fix and improved ordered packet delivery by Jan Kiszka · 16 years ago
  21. c8aa237 net: Don't deliver to disabled interfaces in qemu_sendv_packet by Jan Kiszka · 16 years ago
  22. 1c6ed9f User networking: Show active connections by Alexander Graf · 16 years ago
  23. c1261d8 User Networking: Enable removal of redirections by Alexander Graf · 16 years ago
  24. 8cf07dc Fix output of uninitialized strings by Kevin Wolf · 16 years ago
  25. 37cb6fc net: Fix dump time stamps by Jan Kiszka · 16 years ago
  26. cc63bb0 Suppress type mismatch warnings in VDE code. by Paul Brook · 16 years ago
  27. ffad411 net: Fix -net socket parameter checks by Jan Kiszka · 16 years ago
  28. 206ab6e net: Avoid gcc'ism in net_host_device_add by Jan Kiszka · 16 years ago
  29. 8d316b0 fix net.c compile warning by Robert Reif · 16 years ago
  30. 8d6249a net: Prevent multiple slirp instances (Jan Kiszka) by aliguori · 16 years ago
  31. d4ebe19 slirp: Enhance host-guest redirection setup (Jan Kiszka) by aliguori · 16 years ago
  32. 764a4d1 net: Untangle nested qemu_send_packet (Jan Kiszka) by aliguori · 16 years ago
  33. 5c8be67 monitor: Improve host_net_add (Jan Kiszka) by aliguori · 16 years ago
  34. bb9ea79 net: Add support for capturing VLANs (Jan Kiszka) by aliguori · 16 years ago
  35. 8e4416a net: Add parameter checks for VLAN clients (Jan Kiszka) by aliguori · 16 years ago
  36. ea053ad net: Fix -net socket,listen (Jan Kiszka) by aliguori · 16 years ago
  37. e8f1f9d net: Check device passed to host_net_remove (Jan Kiszka) by aliguori · 16 years ago
  38. dad3541 Free VLANClientState using qemu_free() (Mark McLoughlin) by aliguori · 16 years ago
  39. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  40. 9036de1 Remove some useless malloc() checking (Mark McLoughlin) by aliguori · 16 years ago
  41. 771f133 Fix error handling in net_client_init() (Mark McLoughlin) by aliguori · 16 years ago
  42. efb816c struct iovec is now universally available (Mark McLoughlin) by aliguori · 16 years ago
  43. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  44. b9e82a5 Fix some win32 compile warnings by blueswir1 · 16 years ago
  45. 7cd0874 host_device_remove: remove incorrect check for device name (Eduardo Habkost) by aliguori · 16 years ago
  46. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  47. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  48. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  49. d40cdb1 Fix BSD breakage from r6736 by blueswir1 · 16 years ago
  50. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  51. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  52. abcd2ba net socket verify packet size (Dustin Kirkland) by aliguori · 16 years ago
  53. 8ca9217 specify vmchannel as a net option (Gleb Natapov) by aliguori · 16 years ago
  54. 6f338c3 qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti) by aliguori · 16 years ago
  55. 8b13c4a qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti) by aliguori · 16 years ago
  56. 4d73cd3 qemu: net/drive add/remove tweaks (Marcelo Tosatti) by aliguori · 16 years ago
  57. 7697079 qemu: dynamic nic info index allocation (Marcelo Tosatti) by aliguori · 16 years ago
  58. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  59. e0e7877 Handle link status in qemu_sendv_packet() (Mark McLoughlin) by aliguori · 16 years ago
  60. 973cbd3 Fix tap downscript argument (Mark McLoughlin) by aliguori · 16 years ago
  61. d07f22c Add qemu_check_nic_model() and qemu_check_nic_model_list() (Mark McLoughlin) by aliguori · 16 years ago
  62. dd5de37 Make the set_link cmd handle multiple nics. by edgar_igl · 16 years ago
  63. 34b25ca Allow devices be notified of link status change (Mark McLoughlin) by aliguori · 16 years ago
  64. 436e5e5 Add 'set_link' monitor command (Mark McLoughlin) by aliguori · 16 years ago
  65. 49ec9b4 Add "restrict" and "ip" option to "user" net option (Gleb Natapov) by aliguori · 16 years ago
  66. a9ba3a8 Add slirp_restrict option (Gleb Natapov) by aliguori · 16 years ago
  67. 4dda406 Add model field to nic info (Mark McLoughlin) by aliguori · 16 years ago
  68. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  69. 7cb7434b Add qemu_format_nic_info_str() (Mark McLoughlin) by aliguori · 16 years ago
  70. 676cff2 Assign a name to each VLAN client (Mark McLoughlin) by aliguori · 16 years ago
  71. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  72. f54825c consolidate definition for tap script and smb support by aurel32 · 16 years ago
  73. b535b7b Add support for tap vectored send by aliguori · 16 years ago
  74. fbe78f4 virtio-net support by aliguori · 16 years ago
  75. 69d6451 Fix some new warnings introduced after r5022 by blueswir1 · 16 years ago
  76. 47398b9 Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger by blueswir1 · 16 years ago
  77. b29fe3e Preliminary AIX support by malc · 16 years ago
  78. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  79. 559b90f Move the things that aren't target specific to libqemu_common.a. by aliguori · 16 years ago
  80. de9a95f Revert commits 5685 to 5688 committed by mistake by aurel32 · 16 years ago
  81. 3587f82 qemu: generate signals on tap I/O by aurel32 · 16 years ago
  82. 24646c7 Fix some build issues for BSD. by blueswir1 · 16 years ago
  83. 63a01ef Move network redirection code out of vl.c and into net.c by aliguori · 16 years ago