Age | Commit message (Expand) | Author | Files | Lines |
2010-11-16 | tap: make set_offload a nop after netdev cleanup | Michael S. Tsirkin | 1 | -1/+5 |
2010-11-16 | tap: clear vhost_net backend on cleanup | Michael S. Tsirkin | 1 | -0/+1 |
2010-10-13 | Delete write only variables | Blue Swirl | 1 | -3/+2 |
2010-10-03 | tap: Add stub for Haiku | Andreas Färber | 1 | -0/+61 |
2010-09-29 | tap: Remove double include of util.h | Andreas Färber | 1 | -4/+0 |
2010-09-07 | tap: add APIs for vnet header length | Michael S. Tsirkin | 8 | -0/+92 |
2010-09-07 | tap: generalize code for different vnet header len | Michael S. Tsirkin | 2 | -14/+20 |
2010-07-31 | Fix a warning on OpenSolaris | Blue Swirl | 1 | -0/+1 |
2010-06-22 | give some useful error messages when tap open | Michael Tokarev | 1 | -3/+5 |
2010-04-25 | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl | 1 | -1/+1 |
2010-04-02 | Fix build on mingw32 | Anthony Liguori | 1 | -0/+5 |
2010-04-01 | tap: add API to retrieve vhost net header | Michael S. Tsirkin | 2 | -0/+10 |
2010-04-01 | tap: add vhost/vhostfd options | Michael S. Tsirkin | 1 | -0/+29 |
2010-04-01 | tap: add interface to get device fd | Michael S. Tsirkin | 2 | -0/+9 |
2010-03-27 | Fix BSD and win32 builds | Blue Swirl | 2 | -0/+2 |
2010-03-21 | Revert "tap: invoke downscript when we exit abnormally" | Anthony Liguori | 1 | -16/+0 |
2010-03-19 | tap: invoke downscript when we exit abnormally | Anthony Liguori | 1 | -0/+16 |
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster | 8 | -32/+33 |
2010-03-16 | error: Move qemu_error & friends into their own header | Markus Armbruster | 4 | -1/+4 |
2010-03-09 | slirp: check system() success | Juan Quintela | 1 | -1/+1 |
2010-02-19 | net: Fix bogus "Warning: vlan 0 with no nics" with -device | Markus Armbruster | 5 | -20/+0 |
2010-01-27 | Fix BSD build | Blue Swirl | 1 | -0/+3 |
2010-01-26 | net/slirp.c: fix warning with _FORTIFY_SOURCE | Kirill A. Shutemov | 1 | -1/+8 |
2010-01-08 | net: add API to disable/enable polling | Michael S. Tsirkin | 1 | -0/+8 |
2009-12-13 | tap: Compilation fix for Solaris | Andreas Färber | 1 | -0/+1 |
2009-12-04 | win32: fix variable use before initialization | Blue Swirl | 1 | -2/+2 |
2009-12-03 | Don't leak file descriptors | Kevin Wolf | 1 | -4/+4 |
2009-12-03 | net: fix vnet_hdr handling in solaris tap code | Mark McLoughlin | 1 | -0/+11 |
2009-12-03 | net: initialize vnet_hdr in net_init_tap() | Mark McLoughlin | 1 | -1/+1 |
2009-12-03 | net: check for TUNSETOFFLOAD support before trying to enable offload features | Pierre Riteau | 1 | -0/+5 |
2009-12-03 | net: fix TAP networking on host kernels without IFF_VNET_HDR support | Pierre Riteau | 1 | -0/+2 |
2009-12-03 | net: remove VLANClientState members now in NetClientInfo | Mark McLoughlin | 1 | -3/+3 |
2009-12-03 | net: move parse_macaddr() to net/util.[ch] | Mark McLoughlin | 2 | -0/+92 |
2009-12-03 | net: convert dump to NetClientInfo | Mark McLoughlin | 1 | -21/+28 |
2009-12-03 | net: convert socket to NetClientInfo | Mark McLoughlin | 1 | -29/+45 |
2009-12-03 | net: convert vde to NetClientInfo | Mark McLoughlin | 1 | -17/+28 |
2009-12-03 | net: convert slirp to NetClientInfo | Mark McLoughlin | 1 | -24/+37 |
2009-12-03 | net: convert tap-win32 to NetClientInfo | Mark McLoughlin | 1 | -16/+23 |
2009-12-03 | net: convert tap to NetClientInfo | Mark McLoughlin | 1 | -37/+45 |
2009-12-03 | net: move dump backend code from net.c to net/dump.c | Mark McLoughlin | 2 | -0/+184 |
2009-12-03 | net: move socket backend code from net.c to net/socket.c | Mark McLoughlin | 2 | -0/+594 |
2009-12-03 | net: move vde code from net.c to net/vde.c | Mark McLoughlin | 2 | -0/+160 |
2009-12-03 | net: move slirp code from net.c to net/slirp.c | Mark McLoughlin | 2 | -0/+803 |
2009-11-29 | Add support for GNU/kFreeBSD | Aurelien Jarno | 1 | -5/+2 |
2009-11-21 | Avoid segfault on net_tap_init() failure | Juergen Lock | 1 | -0/+3 |
2009-11-21 | tap-bsd: handle ifname on FreeBSD hosts | Juergen Lock | 1 | -0/+28 |
2009-11-21 | Fix tap breakage on BSD hosts (no IFF_VNET_HDR) | Juergen Lock | 1 | -0/+11 |
2009-11-09 | tap: drain queue in tap_send() | Mark McLoughlin | 1 | -13/+16 |
2009-11-09 | net/queue: queue packets even if sender doesn't supply a callback | Mark McLoughlin | 1 | -3/+3 |
2009-11-09 | tap: disable draining queue in one go | Mark McLoughlin | 1 | -16/+13 |