aboutsummaryrefslogtreecommitdiff
path: root/net/tap.c
AgeCommit message (Expand)Author
2013-06-07tap: fix NULL dereference when passing invalid parameters to tapJason Wang
2013-05-03tap: properly initialize vhostfdsJason Wang
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman
2013-03-22Fix typos and misspellingsPeter Maydell
2013-02-27tap: forbid creating multiqueue tap when hub is usedJason Wang
2013-02-01tap: unbreak -netdev tap,fd=XAnthony Liguori
2013-02-01tap: multiqueue supportJason Wang
2013-02-01tap: support enabling or disabling a queueJason Wang
2013-02-01tap: factor out common tap initializationJason Wang
2013-02-01net: tap: using bool instead of bitfieldJason Wang
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-11-20tap: reset vnet header size on openMichael S. Tsirkin
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini
2012-09-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger
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_bridge() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_init_tap() 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-15qmp: include monitor.h when neededPaolo Bonzini
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2012-02-01Add support for net bridgeCorey Bryant
2011-12-15network scripts: don't block SIGCHLD before forkingMichael Roth
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com
2010-11-16tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin
2010-11-16tap: clear vhost_net backend on cleanupMichael S. Tsirkin
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin
2010-09-07tap: generalize code for different vnet header lenMichael S. Tsirkin
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-01tap: add API to retrieve vhost net headerMichael S. Tsirkin
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin
2010-04-01tap: add interface to get device fdMichael S. Tsirkin
2010-03-21Revert "tap: invoke downscript when we exit abnormally"Anthony Liguori
2010-03-19tap: invoke downscript when we exit abnormallyAnthony Liguori
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster
2010-01-08net: add API to disable/enable pollingMichael S. Tsirkin
2009-12-03net: initialize vnet_hdr in net_init_tap()Mark McLoughlin
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: convert tap to NetClientInfoMark McLoughlin