summaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-05virtio-net: out-of-bounds buffer write on loadMichael S. Tsirkin1-4/+11
2014-05-05virtio-net: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin1-0/+5
2014-04-11virtio-net: fix guest-triggerable buffer overrunMichael S. Tsirkin1-1/+1
2014-03-26virtio-net: add vlan receive state to RxFilterInfoAmos Kong1-13/+29
2014-03-26virtio-net: Do not filter VLANs without F_CTRL_VLANStefan Fritsch1-0/+6
2014-03-09virtio-net: remove function calls from assertJoel Stanley1-2/+5
2014-02-25virtio-net: use qemu_get_queue() where possibleStefan Hajnoczi1-1/+1
2014-02-25net: remove implicit peer from offload APIStefan Hajnoczi1-6/+6
2014-02-25net: virtio-net and vmxnet3 use offloading APIVincenzo Maffione1-10/+6
2013-12-13Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori1-20/+16
2013-12-09virtio: Convert exit to unrealizeAndreas Färber1-4/+5
2013-12-09virtio-net: Convert to QOM realizeAndreas Färber1-4/+4
2013-12-09virtio-net: QOM realize preparationsAndreas Färber1-10/+8
2013-12-09virtio-net: switch exit callback to VirtioDeviceClassPaolo Bonzini1-7/+4
2013-12-09virtio-net: don't update mac_table in error stateAmos Kong1-15/+20
2013-12-02virtio-net: fix the indentZhi Yong Wu1-1/+1
2013-11-19virtio-net: fix the memory leak in rxfilter_notify()Amos Kong1-4/+4
2013-11-08virtio-net: broken RX filtering logic fixedDmitry Fleytman1-1/+2
2013-11-06virtio-net: only delete bh that existedJason Wang1-1/+1
2013-09-22virtio-net: fix up HMP NIC info string on resetMichael S. Tsirkin1-0/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-10/+10
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-15net: add support of mac-programming over macvtap in QEMU sideAmos Kong1-6/+127
2013-05-22virtio-net: dynamic network offloads configurationDmitry Fleytman1-15/+84
2013-05-15virtio-net: add virtio_net_set_netclient_name.KONRAD Frederic1-2/+43
2013-05-07virtio-net: properly check the vhost status during status setJason Wang1-2/+2
2013-04-30virtio-net: count VIRTIO_NET_F_MAC when calculating config_lenJason Wang1-0/+1
2013-04-29virtio-net: unbreak the minix guestJason Wang1-7/+8
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-1/+1
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-9/+0
2013-04-17virtio-net: cleanup: init and exit function.KONRAD Frederic1-95/+22
2013-04-17virtio-net: cleanup: use QOM cast.KONRAD Frederic1-67/+74
2013-04-17virtio-net: add the virtio-net device.KONRAD Frederic1-7/+145
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini1-0/+1370