aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* give some useful error messages when tap openMichael Tokarev2010-06-221-3/+5
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* Fix build on mingw32Anthony Liguori2010-04-021-0/+5
* tap: add API to retrieve vhost net headerMichael S. Tsirkin2010-04-012-0/+10
* tap: add vhost/vhostfd optionsMichael S. Tsirkin2010-04-011-0/+29
* tap: add interface to get device fdMichael S. Tsirkin2010-04-012-0/+9
* Fix BSD and win32 buildsBlue Swirl2010-03-272-0/+2
* Revert "tap: invoke downscript when we exit abnormally"Anthony Liguori2010-03-211-16/+0
* tap: invoke downscript when we exit abnormallyAnthony Liguori2010-03-191-0/+16
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-168-32/+33
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-164-1/+4
* slirp: check system() successJuan Quintela2010-03-091-1/+1
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-195-20/+0
* Fix BSD buildBlue Swirl2010-01-271-0/+3
* net/slirp.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-1/+8
* net: add API to disable/enable pollingMichael S. Tsirkin2010-01-081-0/+8
* tap: Compilation fix for SolarisAndreas Färber2009-12-131-0/+1
* win32: fix variable use before initializationBlue Swirl2009-12-041-2/+2
* Don't leak file descriptorsKevin Wolf2009-12-031-4/+4
* net: fix vnet_hdr handling in solaris tap codeMark McLoughlin2009-12-031-0/+11
* net: initialize vnet_hdr in net_init_tap()Mark McLoughlin2009-12-031-1/+1
* net: check for TUNSETOFFLOAD support before trying to enable offload featuresPierre Riteau2009-12-031-0/+5
* net: fix TAP networking on host kernels without IFF_VNET_HDR supportPierre Riteau2009-12-031-0/+2
* net: remove VLANClientState members now in NetClientInfoMark McLoughlin2009-12-031-3/+3
* net: move parse_macaddr() to net/util.[ch]Mark McLoughlin2009-12-032-0/+92
* net: convert dump to NetClientInfoMark McLoughlin2009-12-031-21/+28
* net: convert socket to NetClientInfoMark McLoughlin2009-12-031-29/+45
* net: convert vde to NetClientInfoMark McLoughlin2009-12-031-17/+28
* net: convert slirp to NetClientInfoMark McLoughlin2009-12-031-24/+37
* net: convert tap-win32 to NetClientInfoMark McLoughlin2009-12-031-16/+23
* net: convert tap to NetClientInfoMark McLoughlin2009-12-031-37/+45
* net: move dump backend code from net.c to net/dump.cMark McLoughlin2009-12-032-0/+184
* net: move socket backend code from net.c to net/socket.cMark McLoughlin2009-12-032-0/+594
* net: move vde code from net.c to net/vde.cMark McLoughlin2009-12-032-0/+160
* net: move slirp code from net.c to net/slirp.cMark McLoughlin2009-12-032-0/+803
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-5/+2
* Avoid segfault on net_tap_init() failureJuergen Lock2009-11-211-0/+3
* tap-bsd: handle ifname on FreeBSD hostsJuergen Lock2009-11-211-0/+28
* Fix tap breakage on BSD hosts (no IFF_VNET_HDR)Juergen Lock2009-11-211-0/+11
* tap: drain queue in tap_send()Mark McLoughlin2009-11-091-13/+16
* net/queue: queue packets even if sender doesn't supply a callbackMark McLoughlin2009-11-091-3/+3
* tap: disable draining queue in one goMark McLoughlin2009-11-091-16/+13
* Unbreak Linux buildAnthony Liguori2009-10-301-1/+1
* Unbreak tap compilation on OS XAlexander Graf2009-10-303-2/+9
* net: move UFO support detection to tap-linux.cMark McLoughlin2009-10-306-6/+29
* net: move tap_set_offload() code into tap-linux.cMark McLoughlin2009-10-306-20/+43
* net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin2009-10-306-12/+27
* net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin2009-10-306-24/+42
* net: move linux code into net/tap-linux.cMark McLoughlin2009-10-302-47/+78
* net: move AIX code into net/tap-aix.cMark McLoughlin2009-10-302-12/+32