aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-08-07Fix forcing multicast msgs to loopback on OpenBSD.Brad1-2/+8
2011-08-07Fix network interface tap backendManuel Bouyer1-2/+24
2011-07-25Wrap recv to avoid warningsBlue Swirl1-2/+2
2011-07-23net: Refactor net_client_typesJan Kiszka1-1/+1
2011-07-23slirp: Canonicalize restrict syntaxJan Kiszka1-6/+15
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-3/+3
2011-06-08slirp: fix guestfwd idAlexander Graf1-1/+1
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-04-15Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl1-1/+1
2011-04-15Remove unused sysemu.h include directivesBlue Swirl2-2/+0
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-1/+1
2011-02-25Fixing tap adapter for win32Pavel Dovgaluk1-1/+1
2011-02-25Fixing network over sockets implementation for win32Pavel Dovgaluk1-1/+1
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com1-2/+4
2011-02-01tap: safe sndbuf defaultMichael S. Tsirkin1-4/+9
2010-12-21Add support for OpenBSD to QEMU's tap driver.Brad1-2/+6
2010-12-17Fix warning on mingw32Blue Swirl1-1/+2
2010-12-09net/sock: option to specify local addressMike Ryan1-13/+39
2010-11-16tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin1-1/+5
2010-11-16tap: clear vhost_net backend on cleanupMichael S. Tsirkin1-0/+1
2010-10-13Delete write only variablesBlue Swirl1-3/+2
2010-10-03tap: Add stub for HaikuAndreas Färber1-0/+61
2010-09-29tap: Remove double include of util.hAndreas Färber1-4/+0
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin8-0/+92
2010-09-07tap: generalize code for different vnet header lenMichael S. Tsirkin2-14/+20
2010-07-31Fix a warning on OpenSolarisBlue Swirl1-0/+1
2010-06-22give some useful error messages when tap openMichael Tokarev1-3/+5
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-1/+1
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