aboutsummaryrefslogtreecommitdiff
path: root/net.c
AgeCommit message (Expand)Author
2009-06-29slirp: Basic VLAN client info_strJan Kiszka
2009-06-29slirp: Make hostfwd_add/remove multi-instance-awareJan Kiszka
2009-06-29net: Provide VLAN client lookup helperJan Kiszka
2009-06-29slirp: Enable multi-instance support for the smb serviceJan Kiszka
2009-06-29slirp: Improve error handling in slirp_smbJan Kiszka
2009-06-29slirp: Use shell to erase smb directoryJan Kiszka
2009-06-29slirp: Enable multiple instancesJan Kiszka
2009-06-29slirp: Allocate/free stack instance dynamicallyJan Kiszka
2009-06-29slirp: Use internal state in interfaceJan Kiszka
2009-06-29slirp: Drop redundant checks from slirp_outputJan Kiszka
2009-06-29slirp: Kill slirp_is_initedJan Kiszka
2009-06-29slirp: Drop statistic codeJan Kiszka
2009-06-29slirp: Add info usernet for dumping connection statesJan Kiszka
2009-06-29slirp: Do not allow to remove non-hostfwd socketsJan Kiszka
2009-06-29slirp: Bind support for host forwarding rulesJan Kiszka
2009-06-29slirp: Rework monitor commands for host forwardingJan Kiszka
2009-06-29slirp: Rework external configuration interfaceJan Kiszka
2009-06-29slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka
2009-06-29Revert "User networking: Show active connections"Jan Kiszka
2009-06-24qemu/net: flag to control the number of vectors a nic hasMichael S. Tsirkin
2009-06-22net: add packet length to NetPacketSent callbackMark McLoughlin
2009-06-22net: add '-net tap,sndbuf=nbytes'Mark McLoughlin
2009-06-22net: return TAPState from net_tap_init()Mark McLoughlin
2009-06-22net: handle EAGAIN from tapfd write()Mark McLoughlin
2009-06-22net: add tap_read_poll() helperMark McLoughlin
2009-06-22net: purge queued packets in tap_cleanup()Mark McLoughlin
2009-06-22net: add qemu_purge_queued_packets()Mark McLoughlin
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster
2009-06-22Add O_BINARY to open call in net_dump_init.Filip Navara
2009-06-22Make nic option rom loading less painful.Glauber Costa
2009-06-13Win32: Don't remove const attribute in type casts.Stefan Weil
2009-06-13Fix mingw32 build warningsBlue Swirl
2009-06-10Fix build breakage when using VDE introduced by 4f1c942Anthony Liguori
2009-06-09net: make use of async packet sending API in tap clientMark McLoughlin
2009-06-09net: add qemu_send_packet_async()Mark McLoughlin
2009-06-09net: split out packet queueing and flushing into separate functionsMark McLoughlin
2009-06-09net: return status from qemu_deliver_packet()Mark McLoughlin
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin
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