aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-06-22give some useful error messages when tap openMichael Tokarev
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-02Fix build on mingw32Anthony Liguori
2010-04-01tap: add API to retrieve vhost net headerMichael S. Tsirkin
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin
2010-04-01tap: add interface to get device fdMichael S. Tsirkin
2010-03-27Fix BSD and win32 buildsBlue Swirl
2010-03-21Revert "tap: invoke downscript when we exit abnormally"Anthony Liguori
2010-03-19tap: invoke downscript when we exit abnormallyAnthony Liguori
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-03-09slirp: check system() successJuan Quintela
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster
2010-01-27Fix BSD buildBlue Swirl
2010-01-26net/slirp.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-08net: add API to disable/enable pollingMichael S. Tsirkin
2009-12-13tap: Compilation fix for SolarisAndreas Färber
2009-12-04win32: fix variable use before initializationBlue Swirl
2009-12-03Don't leak file descriptorsKevin Wolf
2009-12-03net: fix vnet_hdr handling in solaris tap codeMark McLoughlin
2009-12-03net: initialize vnet_hdr in net_init_tap()Mark McLoughlin
2009-12-03net: check for TUNSETOFFLOAD support before trying to enable offload featuresPierre Riteau
2009-12-03net: fix TAP networking on host kernels without IFF_VNET_HDR supportPierre Riteau
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: move parse_macaddr() to net/util.[ch]Mark McLoughlin
2009-12-03net: convert dump to NetClientInfoMark McLoughlin
2009-12-03net: convert socket to NetClientInfoMark McLoughlin
2009-12-03net: convert vde to NetClientInfoMark McLoughlin
2009-12-03net: convert slirp to NetClientInfoMark McLoughlin
2009-12-03net: convert tap-win32 to NetClientInfoMark McLoughlin
2009-12-03net: convert tap to NetClientInfoMark McLoughlin
2009-12-03net: move dump backend code from net.c to net/dump.cMark McLoughlin
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin
2009-12-03net: move vde code from net.c to net/vde.cMark McLoughlin
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-21Avoid segfault on net_tap_init() failureJuergen Lock
2009-11-21tap-bsd: handle ifname on FreeBSD hostsJuergen Lock
2009-11-21Fix tap breakage on BSD hosts (no IFF_VNET_HDR)Juergen Lock
2009-11-09tap: drain queue in tap_send()Mark McLoughlin
2009-11-09net/queue: queue packets even if sender doesn't supply a callbackMark McLoughlin
2009-11-09tap: disable draining queue in one goMark McLoughlin
2009-10-30Unbreak Linux buildAnthony Liguori
2009-10-30Unbreak tap compilation on OS XAlexander Graf
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin