summaryrefslogtreecommitdiffstats
path: root/net/tap.c
Commit message (Expand)AuthorAgeFilesLines
* tap: properly initialize vhostfdsJason Wang2013-05-031-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* net: increase buffer size to accommodate Jumbo frame pktsScott Feldman2013-03-251-6/+1
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* tap: forbid creating multiqueue tap when hub is usedJason Wang2013-02-271-0/+7
* tap: unbreak -netdev tap,fd=XAnthony Liguori2013-02-011-1/+1
* tap: multiqueue supportJason Wang2013-02-011-35/+123
* tap: support enabling or disabling a queueJason Wang2013-02-011-3/+40
* tap: factor out common tap initializationJason Wang2013-02-011-57/+73
* net: tap: using bool instead of bitfieldJason Wang2013-02-011-20/+18
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-3/+3
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0
* tap: reset vnet header size on openMichael S. Tsirkin2012-11-201-0/+7
* net: consolidate NetClientState header files into onePaolo Bonzini2012-10-081-1/+2
* monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger2012-09-071-2/+2
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-19/+19
* 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-6/+6
* remove unused QemuOpts parameter from net init functionsLaszlo Ersek2012-07-231-4/+4
* convert net_init_bridge() to NetClientOptionsLaszlo Ersek2012-07-231-11/+12
* convert net_init_tap() to NetClientOptionsLaszlo Ersek2012-07-231-57/+54
* convert net_client_init() to OptsVisitorLaszlo Ersek2012-07-231-2/+4
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-8/+8
* qmp: include monitor.h when neededPaolo Bonzini2012-06-151-0/+1
* net: purge the monitor object from all init functionsLuiz Capitulino2012-06-041-5/+4
* Add support for net bridgeCorey Bryant2012-02-011-3/+201
* network scripts: don't block SIGCHLD before forkingMichael Roth2011-12-151-6/+0
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* vhost: force vhost off for non-MSI guestsmst@redhat.com2011-02-011-2/+4
* tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin2010-11-161-1/+5
* tap: clear vhost_net backend on cleanupMichael S. Tsirkin2010-11-161-0/+1
* tap: add APIs for vnet header lengthMichael S. Tsirkin2010-09-071-0/+21
* tap: generalize code for different vnet header lenMichael S. Tsirkin2010-09-071-14/+14
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* tap: add API to retrieve vhost net headerMichael S. Tsirkin2010-04-011-0/+7
* tap: add vhost/vhostfd optionsMichael S. Tsirkin2010-04-011-0/+29
* tap: add interface to get device fdMichael S. Tsirkin2010-04-011-0/+7
* Revert "tap: invoke downscript when we exit abnormally"Anthony Liguori2010-03-211-16/+0
* tap: invoke downscript when we exit abnormallyAnthony Liguori2010-03-191-0/+16
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-1/+1
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-0/+1
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-191-4/+0
* net: add API to disable/enable pollingMichael S. Tsirkin2010-01-081-0/+8
* net: initialize vnet_hdr in net_init_tap()Mark McLoughlin2009-12-031-1/+1
* net: remove VLANClientState members now in NetClientInfoMark McLoughlin2009-12-031-3/+3
* net: convert tap to NetClientInfoMark McLoughlin2009-12-031-37/+45
* Avoid segfault on net_tap_init() failureJuergen Lock2009-11-211-0/+3
OpenPOWER on IntegriCloud