aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-04-02Fix build on mingw32Anthony Liguori1-0/+5
2010-04-01tap: add API to retrieve vhost net headerMichael S. Tsirkin2-0/+10
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin1-0/+29
2010-04-01tap: add interface to get device fdMichael S. Tsirkin2-0/+9
2010-03-27Fix BSD and win32 buildsBlue Swirl2-0/+2
2010-03-21Revert "tap: invoke downscript when we exit abnormally"Anthony Liguori1-16/+0
2010-03-19tap: invoke downscript when we exit abnormallyAnthony Liguori1-0/+16
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster8-32/+33
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster4-1/+4
2010-03-09slirp: check system() successJuan Quintela1-1/+1
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster5-20/+0
2010-01-27Fix BSD buildBlue Swirl1-0/+3
2010-01-26net/slirp.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-1/+8
2010-01-08net: add API to disable/enable pollingMichael S. Tsirkin1-0/+8
2009-12-13tap: Compilation fix for SolarisAndreas Färber1-0/+1
2009-12-04win32: fix variable use before initializationBlue Swirl1-2/+2
2009-12-03Don't leak file descriptorsKevin Wolf1-4/+4
2009-12-03net: fix vnet_hdr handling in solaris tap codeMark McLoughlin1-0/+11
2009-12-03net: initialize vnet_hdr in net_init_tap()Mark McLoughlin1-1/+1
2009-12-03net: check for TUNSETOFFLOAD support before trying to enable offload featuresPierre Riteau1-0/+5
2009-12-03net: fix TAP networking on host kernels without IFF_VNET_HDR supportPierre Riteau1-0/+2
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin1-3/+3
2009-12-03net: move parse_macaddr() to net/util.[ch]Mark McLoughlin2-0/+92
2009-12-03net: convert dump to NetClientInfoMark McLoughlin1-21/+28
2009-12-03net: convert socket to NetClientInfoMark McLoughlin1-29/+45
2009-12-03net: convert vde to NetClientInfoMark McLoughlin1-17/+28
2009-12-03net: convert slirp to NetClientInfoMark McLoughlin1-24/+37
2009-12-03net: convert tap-win32 to NetClientInfoMark McLoughlin1-16/+23
2009-12-03net: convert tap to NetClientInfoMark McLoughlin1-37/+45
2009-12-03net: move dump backend code from net.c to net/dump.cMark McLoughlin2-0/+184
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin2-0/+594
2009-12-03net: move vde code from net.c to net/vde.cMark McLoughlin2-0/+160
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin2-0/+803
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-5/+2
2009-11-21Avoid segfault on net_tap_init() failureJuergen Lock1-0/+3
2009-11-21tap-bsd: handle ifname on FreeBSD hostsJuergen Lock1-0/+28
2009-11-21Fix tap breakage on BSD hosts (no IFF_VNET_HDR)Juergen Lock1-0/+11
2009-11-09tap: drain queue in tap_send()Mark McLoughlin1-13/+16
2009-11-09net/queue: queue packets even if sender doesn't supply a callbackMark McLoughlin1-3/+3
2009-11-09tap: disable draining queue in one goMark McLoughlin1-16/+13
2009-10-30Unbreak Linux buildAnthony Liguori1-1/+1
2009-10-30Unbreak tap compilation on OS XAlexander Graf3-2/+9
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin6-6/+29
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin6-20/+43
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin6-12/+27
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin6-24/+42
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin2-47/+78
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin2-12/+32
2009-10-30net: move solaris code to net/tap-solaris.cMark McLoughlin3-165/+190
2009-10-30net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin3-46/+68