1. 37cb6fc net: Fix dump time stamps by Jan Kiszka · 16 years ago
  2. cc63bb0 Suppress type mismatch warnings in VDE code. by Paul Brook · 16 years ago
  3. ffad411 net: Fix -net socket parameter checks by Jan Kiszka · 16 years ago
  4. 206ab6e net: Avoid gcc'ism in net_host_device_add by Jan Kiszka · 16 years ago
  5. 8d316b0 fix net.c compile warning by Robert Reif · 16 years ago
  6. 8d6249a net: Prevent multiple slirp instances (Jan Kiszka) by aliguori · 16 years ago
  7. d4ebe19 slirp: Enhance host-guest redirection setup (Jan Kiszka) by aliguori · 16 years ago
  8. 764a4d1 net: Untangle nested qemu_send_packet (Jan Kiszka) by aliguori · 16 years ago
  9. 5c8be67 monitor: Improve host_net_add (Jan Kiszka) by aliguori · 16 years ago
  10. bb9ea79 net: Add support for capturing VLANs (Jan Kiszka) by aliguori · 16 years ago
  11. 8e4416a net: Add parameter checks for VLAN clients (Jan Kiszka) by aliguori · 16 years ago
  12. ea053ad net: Fix -net socket,listen (Jan Kiszka) by aliguori · 16 years ago
  13. e8f1f9d net: Check device passed to host_net_remove (Jan Kiszka) by aliguori · 16 years ago
  14. dad3541 Free VLANClientState using qemu_free() (Mark McLoughlin) by aliguori · 16 years ago
  15. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  16. 9036de1 Remove some useless malloc() checking (Mark McLoughlin) by aliguori · 16 years ago
  17. 771f133 Fix error handling in net_client_init() (Mark McLoughlin) by aliguori · 16 years ago
  18. efb816c struct iovec is now universally available (Mark McLoughlin) by aliguori · 16 years ago
  19. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  20. b9e82a5 Fix some win32 compile warnings by blueswir1 · 16 years ago
  21. 7cd0874 host_device_remove: remove incorrect check for device name (Eduardo Habkost) by aliguori · 16 years ago
  22. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  23. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  24. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  25. d40cdb1 Fix BSD breakage from r6736 by blueswir1 · 16 years ago
  26. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  27. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  28. abcd2ba net socket verify packet size (Dustin Kirkland) by aliguori · 16 years ago
  29. 8ca9217 specify vmchannel as a net option (Gleb Natapov) by aliguori · 16 years ago
  30. 6f338c3 qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti) by aliguori · 16 years ago
  31. 8b13c4a qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti) by aliguori · 16 years ago
  32. 4d73cd3 qemu: net/drive add/remove tweaks (Marcelo Tosatti) by aliguori · 16 years ago
  33. 7697079 qemu: dynamic nic info index allocation (Marcelo Tosatti) by aliguori · 16 years ago
  34. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  35. e0e7877 Handle link status in qemu_sendv_packet() (Mark McLoughlin) by aliguori · 16 years ago
  36. 973cbd3 Fix tap downscript argument (Mark McLoughlin) by aliguori · 16 years ago
  37. d07f22c Add qemu_check_nic_model() and qemu_check_nic_model_list() (Mark McLoughlin) by aliguori · 16 years ago
  38. dd5de37 Make the set_link cmd handle multiple nics. by edgar_igl · 16 years ago
  39. 34b25ca Allow devices be notified of link status change (Mark McLoughlin) by aliguori · 16 years ago
  40. 436e5e5 Add 'set_link' monitor command (Mark McLoughlin) by aliguori · 16 years ago
  41. 49ec9b4 Add "restrict" and "ip" option to "user" net option (Gleb Natapov) by aliguori · 16 years ago
  42. a9ba3a8 Add slirp_restrict option (Gleb Natapov) by aliguori · 16 years ago
  43. 4dda406 Add model field to nic info (Mark McLoughlin) by aliguori · 16 years ago
  44. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  45. 7cb7434 Add qemu_format_nic_info_str() (Mark McLoughlin) by aliguori · 16 years ago
  46. 676cff2 Assign a name to each VLAN client (Mark McLoughlin) by aliguori · 16 years ago
  47. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  48. f54825c consolidate definition for tap script and smb support by aurel32 · 16 years ago
  49. b535b7b Add support for tap vectored send by aliguori · 16 years ago
  50. fbe78f4 virtio-net support by aliguori · 16 years ago
  51. 69d6451 Fix some new warnings introduced after r5022 by blueswir1 · 16 years ago
  52. 47398b9 Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger by blueswir1 · 16 years ago
  53. b29fe3e Preliminary AIX support by malc · 16 years ago
  54. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  55. 559b90f Move the things that aren't target specific to libqemu_common.a. by aliguori · 16 years ago
  56. de9a95f Revert commits 5685 to 5688 committed by mistake by aurel32 · 16 years ago
  57. 3587f82 qemu: generate signals on tap I/O by aurel32 · 16 years ago
  58. 24646c7 Fix some build issues for BSD. by blueswir1 · 16 years ago
  59. 63a01ef Move network redirection code out of vl.c and into net.c by aliguori · 16 years ago