summaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-16virtio-net: use the backend cross-endian capabilitiesGreg Kurz1-2/+66
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-26/+43
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2015-10-01virtio-net: correctly drop truncated packetsJason Wang1-7/+1
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang1-0/+8
2015-09-24virtio-net: unbreak self announcement and guest offloads after migrationJason Wang1-17/+23
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-15/+16
2015-08-13virtio-net: remove useless codesJason Wang1-6/+2
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin1-2/+0
2015-07-20virtio-net: remove virtio queues if the guest doesn't support multiqueueWen Congyang1-28/+82
2015-07-20virtio-net: Flush incoming queues when DRIVER_OK is being setFam Zheng1-1/+9
2015-07-20virtio-net: unbreak any layoutJason Wang1-5/+18
2015-07-13Revert "virtio-net: enable virtio 1.0"Jason Wang1-1/+0
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta1-4/+0
2015-06-10virtio-net: move qdev properties into virtio-net.cShannon Zhao1-2/+42
2015-06-10virtio-net: enable virtio 1.0Cornelia Huck1-0/+1
2015-06-10virtio-net: support longer headerCornelia Huck1-6/+15
2015-06-10virtio-net: no writeable mac for virtio-1Cornelia Huck1-0/+1
2015-06-03virtio: 64bit features fixups.Gerd Hoffmann1-1/+1
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-8/+10
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang1-2/+2
2015-05-31virtio-net: adding all queues in .realize()Jason Wang1-42/+17
2015-05-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell1-9/+3
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+7
2015-05-11virtio-net: use qemu_mac_strdup_printfScott Feldman1-9/+3
2015-04-30misc: Fix new collection of typosStefan Weil1-1/+1
2015-04-28virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao1-1/+6
2015-04-27virtio-net: fix the upper bound when trying to delete queuesJason Wang1-1/+1
2015-03-25virtio-net: validate backend queue numbers against bus limitationJason Wang1-0/+7
2015-03-10fix GCC 5.0.0 logical-not-parentheses warningsRadim Krčmář1-2/+2
2015-02-26virtio: add feature checking helpersCornelia Huck1-10/+13
2015-02-26virtio: feature bit manipulation helpersCornelia Huck1-17/+17
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-11-28virtio-net: fix unmap leakJason Wang1-2/+3
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-10-15virtio-net: add bootindex to qom propertyGonglei1-0/+3
2014-09-18virtio-net: drop assert on vm stopMichael S. Tsirkin1-2/+0
2014-09-04virtio-net: purge outstanding packets when starting vhostMichael S. Tsirkin1-1/+14
2014-09-04virtio-net: don't run bh on vm stoppedMichael S. Tsirkin1-2/+12
2014-06-29virtio-net: use virtio wrappers to access headersRusty Russell1-14/+17
2014-06-29virtio-net: implement per-device migration callsGreg Kurz1-6/+16
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-06-29virtio-net: byteswap virtio-net headerCédric Le Goater1-0/+17
2014-06-27net: move queue number into NICPeersJiri Pirko1-1/+1
2014-06-23qapi event: convert NIC_RX_FILTER_CHANGEDWenchao Xia1-10/+3
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev1-21/+8
2014-06-19virtio-net: announce self by guestJason Wang1-0/+42
2014-06-19virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster1-6/+1
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster1-16/+8