aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-11-01net: tap-linux: Fix unhelpful error messageLuiz Capitulino
2011-09-03Allow overriding the location of Samba's smbd.Brad
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Fix forcing multicast msgs to loopback on OpenBSD.Brad
2011-08-07Fix network interface tap backendManuel Bouyer
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-23net: Refactor net_client_typesJan Kiszka
2011-07-23slirp: Canonicalize restrict syntaxJan Kiszka
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-06-08slirp: fix guestfwd idAlexander Graf
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-04-15Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-02-25Fixing tap adapter for win32Pavel Dovgaluk
2011-02-25Fixing network over sockets implementation for win32Pavel Dovgaluk
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com
2011-02-01tap: safe sndbuf defaultMichael S. Tsirkin
2010-12-21Add support for OpenBSD to QEMU's tap driver.Brad
2010-12-17Fix warning on mingw32Blue Swirl
2010-12-09net/sock: option to specify local addressMike Ryan
2010-11-16tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin
2010-11-16tap: clear vhost_net backend on cleanupMichael S. Tsirkin
2010-10-13Delete write only variablesBlue Swirl
2010-10-03tap: Add stub for HaikuAndreas Färber
2010-09-29tap: Remove double include of util.hAndreas Färber
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin
2010-09-07tap: generalize code for different vnet header lenMichael S. Tsirkin
2010-07-31Fix a warning on OpenSolarisBlue Swirl
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