summaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* Support addr=... in option argument of -net nicMarkus Armbruster2009-06-221-1/+4
* Add O_BINARY to open call in net_dump_init.Filip Navara2009-06-221-1/+1
* Make nic option rom loading less painful.Glauber Costa2009-06-221-0/+20
* Win32: Don't remove const attribute in type casts.Stefan Weil2009-06-131-1/+1
* Fix mingw32 build warningsBlue Swirl2009-06-131-3/+5
* Fix build breakage when using VDE introduced by 4f1c942Anthony Liguori2009-06-101-1/+1
* net: make use of async packet sending API in tap clientMark McLoughlin2009-06-091-4/+20
* net: add qemu_send_packet_async()Mark McLoughlin2009-06-091-21/+62
* net: split out packet queueing and flushing into separate functionsMark McLoughlin2009-06-091-57/+98
* net: return status from qemu_deliver_packet()Mark McLoughlin2009-06-091-3/+17
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-26/+28
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-18/+18
* net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-18/+18
* 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
OpenPOWER on IntegriCloud