aboutsummaryrefslogtreecommitdiffstats
path: root/net.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-22net: add packet length to NetPacketSent callbackMark McLoughlin1-2/+2
2009-06-22net: add '-net tap,sndbuf=nbytes'Mark McLoughlin1-4/+22
2009-06-22net: return TAPState from net_tap_init()Mark McLoughlin1-11/+16
2009-06-22net: handle EAGAIN from tapfd write()Mark McLoughlin1-2/+25
2009-06-22net: add tap_read_poll() helperMark McLoughlin1-7/+23
2009-06-22net: purge queued packets in tap_cleanup()Mark McLoughlin1-0/+2
2009-06-22net: add qemu_purge_queued_packets()Mark McLoughlin1-0/+16
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster1-1/+4
2009-06-22Add O_BINARY to open call in net_dump_init.Filip Navara1-1/+1
2009-06-22Make nic option rom loading less painful.Glauber Costa1-0/+20
2009-06-13Win32: Don't remove const attribute in type casts.Stefan Weil1-1/+1
2009-06-13Fix mingw32 build warningsBlue Swirl1-3/+5
2009-06-10Fix build breakage when using VDE introduced by 4f1c942Anthony Liguori1-1/+1
2009-06-09net: make use of async packet sending API in tap clientMark McLoughlin1-4/+20
2009-06-09net: add qemu_send_packet_async()Mark McLoughlin1-21/+62
2009-06-09net: split out packet queueing and flushing into separate functionsMark McLoughlin1-57/+98
2009-06-09net: return status from qemu_deliver_packet()Mark McLoughlin1-3/+17
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-26/+28
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-18/+18
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-18/+18
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin1-10/+11
2009-06-09net: only read from tapfd when we can sendMark McLoughlin1-1/+8
2009-06-09net: vlan clients with no fd_can_read() can always receiveMark McLoughlin1-6/+10
2009-06-09net: move the tap buffer into TAPStateMark McLoughlin1-3/+3
2009-06-09net: factor tap_read_packet() out of tap_send()Mark McLoughlin1-9/+19
2009-06-09slirp: Reorder initializationJan Kiszka1-41/+98
2009-06-09net: Improve parameter error reportingJan Kiszka1-62/+69
2009-06-09net: fix error reporting for some net parameter checksMark McLoughlin1-6/+6
2009-06-09net: Real fix for check_params usersJan Kiszka1-11/+12
2009-06-09Revert "Fix output of uninitialized strings"Mark McLoughlin1-10/+20
2009-06-09slirp: Avoid zombie processes after fork_execJan Kiszka1-26/+34
2009-06-09net: Fix and improved ordered packet deliveryJan Kiszka1-15/+42
2009-06-09net: Don't deliver to disabled interfaces in qemu_sendv_packetJan Kiszka1-1/+1
2009-05-28User networking: Show active connectionsAlexander Graf1-0/+44
2009-05-27User Networking: Enable removal of redirectionsAlexander Graf1-1/+42
2009-05-27Fix output of uninitialized stringsKevin Wolf1-20/+10
2009-05-22net: Fix dump time stampsJan Kiszka1-2/+2
2009-05-03Suppress type mismatch warnings in VDE code.Paul Brook1-3/+3
2009-05-01net: Fix -net socket parameter checksJan Kiszka1-10/+10
2009-05-01net: Avoid gcc'ism in net_host_device_addJan Kiszka1-1/+1
2009-04-27fix net.c compile warningRobert Reif1-1/+1
2009-04-21net: Prevent multiple slirp instances (Jan Kiszka)aliguori1-1/+13
2009-04-21slirp: Enhance host-guest redirection setup (Jan Kiszka)aliguori1-14/+21
2009-04-21net: Untangle nested qemu_send_packet (Jan Kiszka)aliguori1-6/+30
2009-04-21monitor: Improve host_net_add (Jan Kiszka)aliguori1-1/+3
2009-04-21net: Add support for capturing VLANs (Jan Kiszka)aliguori1-2/+113
2009-04-21net: Add parameter checks for VLAN clients (Jan Kiszka)aliguori1-0/+83
2009-04-21net: Fix -net socket,listen (Jan Kiszka)aliguori1-1/+1
2009-04-21net: Check device passed to host_net_remove (Jan Kiszka)aliguori1-2/+8
2009-04-17Free VLANClientState using qemu_free() (Mark McLoughlin)aliguori1-1/+1