summaryrefslogtreecommitdiff
path: root/net/vde.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman1-1/+1
2012-12-22net: add missing include fileLiming Wang1-0/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini1-1/+0
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini1-2/+1
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-6/+6
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi1-1/+1
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi1-4/+4
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek1-2/+2
2012-07-23convert net_init_vde() to NetClientOptionsLaszlo Ersek1-10/+7
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek1-1/+2
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-1/+1
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino1-1/+1
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster1-4/+0
2009-12-03net: convert vde to NetClientInfoMark McLoughlin1-17/+28
2009-12-03net: move vde code from net.c to net/vde.cMark McLoughlin1-0/+124