aboutsummaryrefslogtreecommitdiff
path: root/net.c
AgeCommit message (Expand)Author
2009-06-09net: only read from tapfd when we can sendMark McLoughlin
2009-06-09net: vlan clients with no fd_can_read() can always receiveMark McLoughlin
2009-06-09net: move the tap buffer into TAPStateMark McLoughlin
2009-06-09net: factor tap_read_packet() out of tap_send()Mark McLoughlin
2009-06-09slirp: Reorder initializationJan Kiszka
2009-06-09net: Improve parameter error reportingJan Kiszka
2009-06-09net: fix error reporting for some net parameter checksMark McLoughlin
2009-06-09net: Real fix for check_params usersJan Kiszka
2009-06-09Revert "Fix output of uninitialized strings"Mark McLoughlin
2009-06-09slirp: Avoid zombie processes after fork_execJan Kiszka
2009-06-09net: Fix and improved ordered packet deliveryJan Kiszka
2009-06-09net: Don't deliver to disabled interfaces in qemu_sendv_packetJan Kiszka
2009-05-28User networking: Show active connectionsAlexander Graf
2009-05-27User Networking: Enable removal of redirectionsAlexander Graf
2009-05-27Fix output of uninitialized stringsKevin Wolf
2009-05-22net: Fix dump time stampsJan Kiszka
2009-05-03Suppress type mismatch warnings in VDE code.Paul Brook
2009-05-01net: Fix -net socket parameter checksJan Kiszka
2009-05-01net: Avoid gcc'ism in net_host_device_addJan Kiszka
2009-04-27fix net.c compile warningRobert Reif
2009-04-21net: Prevent multiple slirp instances (Jan Kiszka)aliguori
2009-04-21slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori
2009-04-21net: Untangle nested qemu_send_packet (Jan Kiszka)aliguori
2009-04-21monitor: Improve host_net_add (Jan Kiszka)aliguori
2009-04-21net: Add support for capturing VLANs (Jan Kiszka)aliguori
2009-04-21net: Add parameter checks for VLAN clients (Jan Kiszka)aliguori
2009-04-21net: Fix -net socket,listen (Jan Kiszka)aliguori
2009-04-21net: Check device passed to host_net_remove (Jan Kiszka)aliguori
2009-04-17Free VLANClientState using qemu_free() (Mark McLoughlin)aliguori
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-04-17Remove some useless malloc() checking (Mark McLoughlin)aliguori
2009-04-17Fix error handling in net_client_init() (Mark McLoughlin)aliguori
2009-04-17struct iovec is now universally available (Mark McLoughlin)aliguori
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir1
2009-04-05Fix some win32 compile warningsblueswir1
2009-03-28host_device_remove: remove incorrect check for device name (Eduardo Habkost)aliguori
2009-03-08Fix windows build and clean up use of <windows.h>aliguori
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir1
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir1
2009-03-07Fix BSD breakage from r6736blueswir1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-02-27net socket verify packet size (Dustin Kirkland)aliguori
2009-02-16specify vmchannel as a net option (Gleb Natapov)aliguori
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori
2009-02-11qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti)aliguori
2009-02-11qemu: net/drive add/remove tweaks (Marcelo Tosatti)aliguori
2009-02-11qemu: dynamic nic info index allocation (Marcelo Tosatti)aliguori
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26Handle link status in qemu_sendv_packet() (Mark McLoughlin)aliguori