aboutsummaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
AgeCommit message (Expand)Author
2014-06-29virtio-net: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-net: implement per-device migration callsGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-29virtio-net: byteswap virtio-net headerCédric Le Goater
2014-06-27net: move queue number into NICPeersJiri Pirko
2014-06-23qapi event: convert NIC_RX_FILTER_CHANGEDWenchao Xia
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev
2014-06-19virtio-net: announce self by guestJason Wang
2014-06-19virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster
2014-05-05virtio-net: out-of-bounds buffer write on loadMichael S. Tsirkin
2014-05-05virtio-net: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin
2014-04-11virtio-net: fix guest-triggerable buffer overrunMichael S. Tsirkin
2014-03-26virtio-net: add vlan receive state to RxFilterInfoAmos Kong
2014-03-26virtio-net: Do not filter VLANs without F_CTRL_VLANStefan Fritsch
2014-03-09virtio-net: remove function calls from assertJoel Stanley
2014-02-25virtio-net: use qemu_get_queue() where possibleStefan Hajnoczi
2014-02-25net: remove implicit peer from offload APIStefan Hajnoczi
2014-02-25net: virtio-net and vmxnet3 use offloading APIVincenzo Maffione
2013-12-13Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori
2013-12-09virtio: Convert exit to unrealizeAndreas Färber
2013-12-09virtio-net: Convert to QOM realizeAndreas Färber
2013-12-09virtio-net: QOM realize preparationsAndreas Färber
2013-12-09virtio-net: switch exit callback to VirtioDeviceClassPaolo Bonzini
2013-12-09virtio-net: don't update mac_table in error stateAmos Kong
2013-12-02virtio-net: fix the indentZhi Yong Wu
2013-11-19virtio-net: fix the memory leak in rxfilter_notify()Amos Kong
2013-11-08virtio-net: broken RX filtering logic fixedDmitry Fleytman
2013-11-06virtio-net: only delete bh that existedJason Wang
2013-09-22virtio-net: fix up HMP NIC info string on resetMichael S. Tsirkin
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-15net: add support of mac-programming over macvtap in QEMU sideAmos Kong
2013-05-22virtio-net: dynamic network offloads configurationDmitry Fleytman
2013-05-15virtio-net: add virtio_net_set_netclient_name.KONRAD Frederic
2013-05-07virtio-net: properly check the vhost status during status setJason Wang
2013-04-30virtio-net: count VIRTIO_NET_F_MAC when calculating config_lenJason Wang
2013-04-29virtio-net: unbreak the minix guestJason Wang
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-17virtio-net: cleanup: init and exit function.KONRAD Frederic
2013-04-17virtio-net: cleanup: use QOM cast.KONRAD Frederic
2013-04-17virtio-net: add the virtio-net device.KONRAD Frederic
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini