summaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Bind support for host forwarding rulesJan Kiszka2009-06-291-14/+36
* slirp: Rework monitor commands for host forwardingJan Kiszka2009-06-291-17/+20
* slirp: Rework external configuration interfaceJan Kiszka2009-06-291-77/+239
* slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka2009-06-291-46/+129
* Revert "User networking: Show active connections"Jan Kiszka2009-06-291-44/+0
* qemu/net: flag to control the number of vectors a nic hasMichael S. Tsirkin2009-06-241-1/+17
* net: add packet length to NetPacketSent callbackMark McLoughlin2009-06-221-2/+2
* net: add '-net tap,sndbuf=nbytes'Mark McLoughlin2009-06-221-4/+22
* net: return TAPState from net_tap_init()Mark McLoughlin2009-06-221-11/+16
* net: handle EAGAIN from tapfd write()Mark McLoughlin2009-06-221-2/+25
* net: add tap_read_poll() helperMark McLoughlin2009-06-221-7/+23
* net: purge queued packets in tap_cleanup()Mark McLoughlin2009-06-221-0/+2
* net: add qemu_purge_queued_packets()Mark McLoughlin2009-06-221-0/+16
* 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
OpenPOWER on IntegriCloud