summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Allow overriding the location of Samba's smbd.Brad2011-09-031-1/+1
* char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-203-21/+21
* Fix forcing multicast msgs to loopback on OpenBSD.Brad2011-08-071-2/+8
* Fix network interface tap backendManuel Bouyer2011-08-071-2/+24
* Wrap recv to avoid warningsBlue Swirl2011-07-251-2/+2
* net: Refactor net_client_typesJan Kiszka2011-07-231-1/+1
* slirp: Canonicalize restrict syntaxJan Kiszka2011-07-231-6/+15
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-241-3/+3
* slirp: fix guestfwd idAlexander Graf2011-06-081-1/+1
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl2011-04-151-1/+1
* Remove unused sysemu.h include directivesBlue Swirl2011-04-152-2/+0
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
* Fixing tap adapter for win32Pavel Dovgaluk2011-02-251-1/+1
* Fixing network over sockets implementation for win32Pavel Dovgaluk2011-02-251-1/+1
* vhost: force vhost off for non-MSI guestsmst@redhat.com2011-02-011-2/+4
* tap: safe sndbuf defaultMichael S. Tsirkin2011-02-011-4/+9
* Add support for OpenBSD to QEMU's tap driver.Brad2010-12-211-2/+6
* Fix warning on mingw32Blue Swirl2010-12-171-1/+2
* net/sock: option to specify local addressMike Ryan2010-12-091-13/+39
* tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin2010-11-161-1/+5
* tap: clear vhost_net backend on cleanupMichael S. Tsirkin2010-11-161-0/+1
* Delete write only variablesBlue Swirl2010-10-131-3/+2
* tap: Add stub for HaikuAndreas Färber2010-10-031-0/+61
* tap: Remove double include of util.hAndreas Färber2010-09-291-4/+0
* tap: add APIs for vnet header lengthMichael S. Tsirkin2010-09-078-0/+92
* tap: generalize code for different vnet header lenMichael S. Tsirkin2010-09-072-14/+20
* Fix a warning on OpenSolarisBlue Swirl2010-07-311-0/+1
* 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
OpenPOWER on IntegriCloud