summaryrefslogtreecommitdiff
path: root/net/tap.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-12tap: avoid deadlocking rxStefan Hajnoczi1-2/+5
2014-02-25net: make tap offloading callbacks staticVincenzo Maffione1-6/+6
2014-02-25net: TAP uses NetClientInfo offloading callbacksVincenzo Maffione1-0/+6
2014-02-25net: change vnet-hdr TAP prototypesVincenzo Maffione1-3/+3
2013-06-07tap: fix NULL dereference when passing invalid parameters to tapJason Wang1-6/+12
2013-05-03tap: properly initialize vhostfdsJason Wang1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman1-6/+1
2013-03-22Fix typos and misspellingsPeter Maydell1-1/+1
2013-02-27tap: forbid creating multiqueue tap when hub is usedJason Wang1-0/+7
2013-02-01tap: unbreak -netdev tap,fd=XAnthony Liguori1-1/+1
2013-02-01tap: multiqueue supportJason Wang1-35/+123
2013-02-01tap: support enabling or disabling a queueJason Wang1-3/+40
2013-02-01tap: factor out common tap initializationJason Wang1-57/+73
2013-02-01net: tap: using bool instead of bitfieldJason Wang1-20/+18
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-3/+3
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini1-1/+0
2012-11-20tap: reset vnet header size on openMichael S. Tsirkin1-0/+7
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini1-1/+2
2012-09-07monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_paramNicholas Bellinger1-2/+2
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-19/+19
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-6/+6
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek1-4/+4
2012-07-23convert net_init_bridge() to NetClientOptionsLaszlo Ersek1-11/+12
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek1-57/+54
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek1-2/+4
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-8/+8
2012-06-15qmp: include monitor.h when neededPaolo Bonzini1-0/+1
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino1-5/+4
2012-02-01Add support for net bridgeCorey Bryant1-3/+201
2011-12-15network scripts: don't block SIGCHLD before forkingMichael Roth1-6/+0
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com1-2/+4
2010-11-16tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin1-1/+5
2010-11-16tap: clear vhost_net backend on cleanupMichael S. Tsirkin1-0/+1
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin1-0/+21
2010-09-07tap: generalize code for different vnet header lenMichael S. Tsirkin1-14/+14
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-1/+1
2010-04-01tap: add API to retrieve vhost net headerMichael S. Tsirkin1-0/+7
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin1-0/+29
2010-04-01tap: add interface to get device fdMichael S. Tsirkin1-0/+7
2010-03-21Revert "tap: invoke downscript when we exit abnormally"Anthony Liguori1-16/+0
2010-03-19tap: invoke downscript when we exit abnormallyAnthony Liguori1-0/+16
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-1/+1
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-0/+1
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster1-4/+0