summaryrefslogtreecommitdiffstats
path: root/net/vde.c
Commit message (Expand)AuthorAgeFilesLines
* net: increase buffer size to accommodate Jumbo frame pktsScott Feldman2013-03-251-1/+1
* net: add missing include fileLiming Wang2012-12-221-0/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0
* net: consolidate NetClientState header files into onePaolo Bonzini2012-10-081-2/+1
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-6/+6
* net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Use hubs for the vlan featureStefan Hajnoczi2012-08-011-4/+4
* remove unused QemuOpts parameter from net init functionsLaszlo Ersek2012-07-231-2/+2
* convert net_init_vde() to NetClientOptionsLaszlo Ersek2012-07-231-10/+7
* convert net_client_init() to OptsVisitorLaszlo Ersek2012-07-231-1/+2
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
* net: purge the monitor object from all init functionsLuiz Capitulino2012-06-041-1/+1
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-191-4/+0
* net: convert vde to NetClientInfoMark McLoughlin2009-12-031-17/+28
* net: move vde code from net.c to net/vde.cMark McLoughlin2009-12-031-0/+124
OpenPOWER on IntegriCloud