1. acedcfb net: fix coding style nit by Michael S. Tsirkin · 15 years ago
  2. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  3. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
  4. f40d753 Include sys-queue.h early to override system queue definitions on BSD by Blue Swirl · 15 years ago
  5. 1d4daa9 monitor: Port handler_3 to use QDict by Luiz Capitulino · 16 years ago
  6. f18c16d monitor: Port handler_2 to use QDict by Luiz Capitulino · 16 years ago
  7. 9da4318 net: Fix send queue ordering by Jan Kiszka · 16 years ago
  8. 7dc3fa0 Add missing linefeed in error message by Stefan Weil · 16 years ago
  9. c3cf0d3 net: Fix do_set_link() return type by Luiz Capitulino · 16 years ago
  10. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 16 years ago
  11. 8fde654 Remove useless Win32 include files and unused function in net.c. by Filip Navara · 16 years ago
  12. bb53fc5 slirp: Fix guestfwd for incoming data by Jan Kiszka · 16 years ago
  13. c1d6eed Add support for fd=name to tap and socket networking by Mark McLoughlin · 16 years ago
  14. eb54b6d qdev: add id= support for pci nics. by Gerd Hoffmann · 16 years ago
  15. 8389e7f slirp: Fix default netmask to 255.255.255.0 by Anthony Liguori · 16 years ago
  16. d026fb6 Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is supplied by Mark McLoughlin · 16 years ago
  17. fc5b81d net: set a default value for sndbuf= by Mark McLoughlin · 16 years ago
  18. 3da6abd Use pstrcpy and pstrcat to avoid OpenBSD linker warning by Blue Swirl · 16 years ago
  19. fc57bc5 slirp: Basic VLAN client info_str by Jan Kiszka · 16 years ago
  20. f13b572 slirp: Make hostfwd_add/remove multi-instance-aware by Jan Kiszka · 16 years ago
  21. 1a60952 net: Provide VLAN client lookup helper by Jan Kiszka · 16 years ago
  22. 2843246 slirp: Enable multi-instance support for the smb service by Jan Kiszka · 16 years ago
  23. 492efab slirp: Improve error handling in slirp_smb by Jan Kiszka · 16 years ago
  24. 09c1892 slirp: Use shell to erase smb directory by Jan Kiszka · 16 years ago
  25. b1c99fc slirp: Enable multiple instances by Jan Kiszka · 16 years ago
  26. ad0d8c4 slirp: Allocate/free stack instance dynamically by Jan Kiszka · 16 years ago
  27. 9f8bd04 slirp: Use internal state in interface by Jan Kiszka · 16 years ago
  28. d6cf84e slirp: Drop redundant checks from slirp_output by Jan Kiszka · 16 years ago
  29. d918f23 slirp: Kill slirp_is_inited by Jan Kiszka · 16 years ago
  30. 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 16 years ago
  31. 6dbe553 slirp: Add info usernet for dumping connection states by Jan Kiszka · 16 years ago
  32. 9c12a6f slirp: Do not allow to remove non-hostfwd sockets by Jan Kiszka · 16 years ago
  33. 3c6a058 slirp: Bind support for host forwarding rules by Jan Kiszka · 16 years ago
  34. f3546de slirp: Rework monitor commands for host forwarding by Jan Kiszka · 16 years ago
  35. c92ef6a slirp: Rework external configuration interface by Jan Kiszka · 16 years ago
  36. ad196a9 slirp: Move smb, redir, tftp and bootp parameters and -net channel by Jan Kiszka · 16 years ago
  37. e15f4a9 Revert "User networking: Show active connections" by Jan Kiszka · 16 years ago
  38. ffe6370 qemu/net: flag to control the number of vectors a nic has by Michael S. Tsirkin · 16 years ago
  39. 783527a net: add packet length to NetPacketSent callback by Mark McLoughlin · 16 years ago
  40. 0df0ff6 net: add '-net tap,sndbuf=nbytes' by Mark McLoughlin · 16 years ago
  41. 4a77b25 net: return TAPState from net_tap_init() by Mark McLoughlin · 16 years ago
  42. 1f7babf net: handle EAGAIN from tapfd write() by Mark McLoughlin · 16 years ago
  43. b664e36 net: add tap_read_poll() helper by Mark McLoughlin · 16 years ago
  44. b9adce2 net: purge queued packets in tap_cleanup() by Mark McLoughlin · 16 years ago
  45. 8cad551 net: add qemu_purge_queued_packets() by Mark McLoughlin · 16 years ago
  46. 5607c38 Support addr=... in option argument of -net nic by Markus Armbruster · 16 years ago
  47. 024431b Add O_BINARY to open call in net_dump_init. by Filip Navara · 16 years ago
  48. 406c8df Make nic option rom loading less painful. by Glauber Costa · 16 years ago
  49. 7050326 Win32: Don't remove const attribute in type casts. by Stefan Weil · 16 years ago
  50. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 16 years ago
  51. 068daed Fix build breakage when using VDE introduced by 4f1c942 by Anthony Liguori · 16 years ago
  52. e19eb22 net: make use of async packet sending API in tap client by Mark McLoughlin · 16 years ago
  53. f3b6c7f net: add qemu_send_packet_async() by Mark McLoughlin · 16 years ago
  54. e94667b net: split out packet queueing and flushing into separate functions by Mark McLoughlin · 16 years ago
  55. 3e021d4 net: return status from qemu_deliver_packet() by Mark McLoughlin · 16 years ago
  56. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  57. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  58. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  59. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  60. 3471b75 net: only read from tapfd when we can send by Mark McLoughlin · 16 years ago
  61. 2e1e064 net: vlan clients with no fd_can_read() can always receive by Mark McLoughlin · 16 years ago
  62. 5b01e88 net: move the tap buffer into TAPState by Mark McLoughlin · 16 years ago
  63. 5a6d881 net: factor tap_read_packet() out of tap_send() by Mark McLoughlin · 16 years ago
  64. b8e8af3 slirp: Reorder initialization by Jan Kiszka · 16 years ago
  65. 10ae5a7 net: Improve parameter error reporting by Jan Kiszka · 16 years ago
  66. c8decae net: fix error reporting for some net parameter checks by Mark McLoughlin · 16 years ago
  67. 0aa7a20 net: Real fix for check_params users by Jan Kiszka · 16 years ago
  68. cda94b2 Revert "Fix output of uninitialized strings" by Mark McLoughlin · 16 years ago
  69. 7c3370d slirp: Avoid zombie processes after fork_exec by Jan Kiszka · 16 years ago
  70. c27ff60 net: Fix and improved ordered packet delivery by Jan Kiszka · 16 years ago
  71. c8aa237 net: Don't deliver to disabled interfaces in qemu_sendv_packet by Jan Kiszka · 16 years ago
  72. 1c6ed9f User networking: Show active connections by Alexander Graf · 16 years ago
  73. c1261d8 User Networking: Enable removal of redirections by Alexander Graf · 16 years ago
  74. 8cf07dc Fix output of uninitialized strings by Kevin Wolf · 16 years ago
  75. 37cb6fc net: Fix dump time stamps by Jan Kiszka · 16 years ago
  76. cc63bb0 Suppress type mismatch warnings in VDE code. by Paul Brook · 16 years ago
  77. ffad411 net: Fix -net socket parameter checks by Jan Kiszka · 16 years ago
  78. 206ab6e net: Avoid gcc'ism in net_host_device_add by Jan Kiszka · 16 years ago
  79. 8d316b0 fix net.c compile warning by Robert Reif · 16 years ago
  80. 8d6249a net: Prevent multiple slirp instances (Jan Kiszka) by aliguori · 16 years ago
  81. d4ebe19 slirp: Enhance host-guest redirection setup (Jan Kiszka) by aliguori · 16 years ago
  82. 764a4d1 net: Untangle nested qemu_send_packet (Jan Kiszka) by aliguori · 16 years ago
  83. 5c8be67 monitor: Improve host_net_add (Jan Kiszka) by aliguori · 16 years ago
  84. bb9ea79 net: Add support for capturing VLANs (Jan Kiszka) by aliguori · 16 years ago
  85. 8e4416a net: Add parameter checks for VLAN clients (Jan Kiszka) by aliguori · 16 years ago
  86. ea053ad net: Fix -net socket,listen (Jan Kiszka) by aliguori · 16 years ago
  87. e8f1f9d net: Check device passed to host_net_remove (Jan Kiszka) by aliguori · 16 years ago
  88. dad3541 Free VLANClientState using qemu_free() (Mark McLoughlin) by aliguori · 16 years ago
  89. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  90. 9036de1 Remove some useless malloc() checking (Mark McLoughlin) by aliguori · 16 years ago
  91. 771f133 Fix error handling in net_client_init() (Mark McLoughlin) by aliguori · 16 years ago
  92. efb816c struct iovec is now universally available (Mark McLoughlin) by aliguori · 16 years ago
  93. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  94. b9e82a5 Fix some win32 compile warnings by blueswir1 · 16 years ago
  95. 7cd0874 host_device_remove: remove incorrect check for device name (Eduardo Habkost) by aliguori · 16 years ago
  96. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  97. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  98. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  99. d40cdb1 Fix BSD breakage from r6736 by blueswir1 · 16 years ago
  100. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago