aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2009-12-03net: initialize vnet_hdr in net_init_tap()Mark McLoughlin
2009-12-03net: check for TUNSETOFFLOAD support before trying to enable offload featuresPierre Riteau
2009-12-03net: fix TAP networking on host kernels without IFF_VNET_HDR supportPierre Riteau
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: move parse_macaddr() to net/util.[ch]Mark McLoughlin
2009-12-03net: convert dump to NetClientInfoMark McLoughlin
2009-12-03net: convert socket to NetClientInfoMark McLoughlin
2009-12-03net: convert vde to NetClientInfoMark McLoughlin
2009-12-03net: convert slirp to NetClientInfoMark McLoughlin
2009-12-03net: convert tap-win32 to NetClientInfoMark McLoughlin
2009-12-03net: convert tap to NetClientInfoMark McLoughlin
2009-12-03net: move dump backend code from net.c to net/dump.cMark McLoughlin
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin
2009-12-03net: move vde code from net.c to net/vde.cMark McLoughlin
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-21Avoid segfault on net_tap_init() failureJuergen Lock
2009-11-21tap-bsd: handle ifname on FreeBSD hostsJuergen Lock
2009-11-21Fix tap breakage on BSD hosts (no IFF_VNET_HDR)Juergen Lock
2009-11-09tap: drain queue in tap_send()Mark McLoughlin
2009-11-09net/queue: queue packets even if sender doesn't supply a callbackMark McLoughlin
2009-11-09tap: disable draining queue in one goMark McLoughlin
2009-10-30Unbreak Linux buildAnthony Liguori
2009-10-30Unbreak tap compilation on OS XAlexander Graf
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin
2009-10-30net: move solaris code to net/tap-solaris.cMark McLoughlin
2009-10-30net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin
2009-10-30net: move tap-linux.h under net/Mark McLoughlin
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin
2009-10-30net: move tap-win32.c under net/Mark McLoughlin
2009-10-30net: move net-checksum.c under net/Mark McLoughlin
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin