aboutsummaryrefslogtreecommitdiff
path: root/net/vde.c
AgeCommit message (Expand)Author
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman
2012-12-22net: add missing include fileLiming Wang
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek
2012-07-23convert net_init_vde() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster
2009-12-03net: convert vde to NetClientInfoMark McLoughlin
2009-12-03net: move vde code from net.c to net/vde.cMark McLoughlin