aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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