summaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-10/+11
* net: only read from tapfd when we can sendMark McLoughlin2009-06-091-1/+8
* net: vlan clients with no fd_can_read() can always receiveMark McLoughlin2009-06-091-6/+10
* net: move the tap buffer into TAPStateMark McLoughlin2009-06-091-3/+3
* net: factor tap_read_packet() out of tap_send()Mark McLoughlin2009-06-091-9/+19
* slirp: Reorder initializationJan Kiszka2009-06-091-41/+98
* net: Improve parameter error reportingJan Kiszka2009-06-091-62/+69
* net: fix error reporting for some net parameter checksMark McLoughlin2009-06-091-6/+6
* net: Real fix for check_params usersJan Kiszka2009-06-091-11/+12
* Revert "Fix output of uninitialized strings"Mark McLoughlin2009-06-091-10/+20
* slirp: Avoid zombie processes after fork_execJan Kiszka2009-06-091-26/+34
* net: Fix and improved ordered packet deliveryJan Kiszka2009-06-091-15/+42
* net: Don't deliver to disabled interfaces in qemu_sendv_packetJan Kiszka2009-06-091-1/+1
* User networking: Show active connectionsAlexander Graf2009-05-281-0/+44
* User Networking: Enable removal of redirectionsAlexander Graf2009-05-271-1/+42
* Fix output of uninitialized stringsKevin Wolf2009-05-271-20/+10
* net: Fix dump time stampsJan Kiszka2009-05-221-2/+2
* Suppress type mismatch warnings in VDE code.Paul Brook2009-05-031-3/+3
* net: Fix -net socket parameter checksJan Kiszka2009-05-011-10/+10
* net: Avoid gcc'ism in net_host_device_addJan Kiszka2009-05-011-1/+1
* fix net.c compile warningRobert Reif2009-04-271-1/+1
* net: Prevent multiple slirp instances (Jan Kiszka)aliguori2009-04-211-1/+13
* slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori2009-04-211-14/+21
* net: Untangle nested qemu_send_packet (Jan Kiszka)aliguori2009-04-211-6/+30
* monitor: Improve host_net_add (Jan Kiszka)aliguori2009-04-211-1/+3
* net: Add support for capturing VLANs (Jan Kiszka)aliguori2009-04-211-2/+113
* net: Add parameter checks for VLAN clients (Jan Kiszka)aliguori2009-04-211-0/+83
* net: Fix -net socket,listen (Jan Kiszka)aliguori2009-04-211-1/+1
* net: Check device passed to host_net_remove (Jan Kiszka)aliguori2009-04-211-2/+8
* Free VLANClientState using qemu_free() (Mark McLoughlin)aliguori2009-04-171-1/+1
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-21/+50
* Remove some useless malloc() checking (Mark McLoughlin)aliguori2009-04-171-13/+3
* Fix error handling in net_client_init() (Mark McLoughlin)aliguori2009-04-171-10/+16
* struct iovec is now universally available (Mark McLoughlin)aliguori2009-04-171-4/+0
* Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir12009-04-131-3/+3
* Fix some win32 compile warningsblueswir12009-04-051-1/+1
* host_device_remove: remove incorrect check for device name (Eduardo Habkost)aliguori2009-03-281-5/+0
* Fix windows build and clean up use of <windows.h>aliguori2009-03-081-0/+1
* Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir12009-03-081-3/+3
* Support for DragonFly BSD (Hasso Tepper)blueswir12009-03-071-1/+1
* Fix BSD breakage from r6736blueswir12009-03-071-0/+3
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-16/+16
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-15/+15
* net socket verify packet size (Dustin Kirkland)aliguori2009-02-271-4/+13
* specify vmchannel as a net option (Gleb Natapov)aliguori2009-02-161-0/+41
* qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori2009-02-111-0/+56
* qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti)aliguori2009-02-111-0/+21
* qemu: net/drive add/remove tweaks (Marcelo Tosatti)aliguori2009-02-111-1/+1
* qemu: dynamic nic info index allocation (Marcelo Tosatti)aliguori2009-02-111-3/+15
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-14/+0
OpenPOWER on IntegriCloud