summaryrefslogtreecommitdiff
path: root/net/tap.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini1-6/+0
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi1-8/+8
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-10/+10
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi1-2/+2
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek1-5/+4
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek1-1/+1
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek1-2/+5
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino1-3/+2
2012-02-01Add support for net bridgeCorey Bryant1-0/+3
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin1-0/+4
2010-04-01tap: add API to retrieve vhost net headerMichael S. Tsirkin1-0/+3
2010-04-01tap: add interface to get device fdMichael S. Tsirkin1-0/+2
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin1-0/+1
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin1-0/+1
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin1-0/+1
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin1-0/+2
2009-10-30net: move solaris code to net/tap-solaris.cMark McLoughlin1-0/+2
2009-10-30net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin1-0/+2
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin1-0/+42