aboutsummaryrefslogtreecommitdiffstats
path: root/net/tap-linux.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-4/+4
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-0/+1
2009-12-03net: check for TUNSETOFFLOAD support before trying to enable offload featuresPierre Riteau1-0/+5
2009-12-03net: fix TAP networking on host kernels without IFF_VNET_HDR supportPierre Riteau1-0/+2
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin1-0/+12
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin1-0/+26
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin1-0/+12
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin1-0/+23
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin1-0/+78