summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-235-20/+0
* 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
* tap-bsd: handle ifname on FreeBSD hostsJuergen Lock2009-11-211-0/+28
* Fix tap breakage on BSD hosts (no IFF_VNET_HDR)Juergen Lock2009-11-211-0/+11
* tap: drain queue in tap_send()Mark McLoughlin2009-11-091-13/+16
* net/queue: queue packets even if sender doesn't supply a callbackMark McLoughlin2009-11-091-3/+3
* tap: disable draining queue in one goMark McLoughlin2009-11-091-16/+13
* Unbreak Linux buildAnthony Liguori2009-10-301-1/+1
* Unbreak tap compilation on OS XAlexander Graf2009-10-303-2/+9
* net: move UFO support detection to tap-linux.cMark McLoughlin2009-10-306-6/+29
* net: move tap_set_offload() code into tap-linux.cMark McLoughlin2009-10-306-20/+43
* net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin2009-10-306-12/+27
* net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin2009-10-306-24/+42
* net: move linux code into net/tap-linux.cMark McLoughlin2009-10-302-47/+78
* net: move AIX code into net/tap-aix.cMark McLoughlin2009-10-302-12/+32
* net: move solaris code to net/tap-solaris.cMark McLoughlin2009-10-303-165/+190
* net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin2009-10-303-46/+68
* net: split all the tap code out into net/tap.cMark McLoughlin2009-10-301-0/+759
* net: move tap-linux.h under net/Mark McLoughlin2009-10-301-0/+51
* net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2009-10-302-2/+88
* net: move tap-win32.c under net/Mark McLoughlin2009-10-301-0/+690
* net: move net-checksum.c under net/Mark McLoughlin2009-10-302-0/+114
* net: move net-queue.[ch] under net/Mark McLoughlin2009-10-302-0/+331