summaryrefslogtreecommitdiffstats
path: root/hw/net/virtio-net.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-net: use virtio wrappers to access headersRusty Russell2014-06-291-14/+17
* virtio-net: implement per-device migration callsGreg Kurz2014-06-291-6/+16
* virtio: introduce device specific migration callsGreg Kurz2014-06-291-1/+1
* virtio-net: byteswap virtio-net headerCédric Le Goater2014-06-291-0/+17
* net: move queue number into NICPeersJiri Pirko2014-06-271-1/+1
* qapi event: convert NIC_RX_FILTER_CHANGEDWenchao Xia2014-06-231-10/+3Star
* Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev2014-06-191-21/+8Star
* virtio-net: announce self by guestJason Wang2014-06-191-0/+42
* virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster2014-06-191-6/+1Star
* virtio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-191-16/+8Star
* virtio-net: out-of-bounds buffer write on loadMichael S. Tsirkin2014-05-051-4/+11
* virtio-net: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin2014-05-051-0/+5
* virtio-net: fix guest-triggerable buffer overrunMichael S. Tsirkin2014-04-111-1/+1
* virtio-net: add vlan receive state to RxFilterInfoAmos Kong2014-03-261-13/+29
* virtio-net: Do not filter VLANs without F_CTRL_VLANStefan Fritsch2014-03-261-0/+6
* virtio-net: remove function calls from assertJoel Stanley2014-03-091-2/+5
* virtio-net: use qemu_get_queue() where possibleStefan Hajnoczi2014-02-251-1/+1
* net: remove implicit peer from offload APIStefan Hajnoczi2014-02-251-6/+6
* net: virtio-net and vmxnet3 use offloading APIVincenzo Maffione2014-02-251-10/+6Star
* Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori2013-12-131-20/+16Star
|\
| * virtio: Convert exit to unrealizeAndreas Färber2013-12-091-4/+5
| * virtio-net: Convert to QOM realizeAndreas Färber2013-12-091-4/+4
| * virtio-net: QOM realize preparationsAndreas Färber2013-12-091-10/+8Star
| * virtio-net: switch exit callback to VirtioDeviceClassPaolo Bonzini2013-12-091-7/+4Star
* | virtio-net: don't update mac_table in error stateAmos Kong2013-12-091-15/+20
* | virtio-net: fix the indentZhi Yong Wu2013-12-021-1/+1
|/
* virtio-net: fix the memory leak in rxfilter_notify()Amos Kong2013-11-191-4/+4
* virtio-net: broken RX filtering logic fixedDmitry Fleytman2013-11-081-1/+2
* virtio-net: only delete bh that existedJason Wang2013-11-071-1/+1
* virtio-net: fix up HMP NIC info string on resetMichael S. Tsirkin2013-09-221-0/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-10/+10
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* net: add support of mac-programming over macvtap in QEMU sideAmos Kong2013-07-151-6/+127
* virtio-net: dynamic network offloads configurationDmitry Fleytman2013-05-221-15/+84
* virtio-net: add virtio_net_set_netclient_name.KONRAD Frederic2013-05-151-2/+43
* virtio-net: properly check the vhost status during status setJason Wang2013-05-071-2/+2
* virtio-net: count VIRTIO_NET_F_MAC when calculating config_lenJason Wang2013-04-301-0/+1
* virtio-net: unbreak the minix guestJason Wang2013-04-291-7/+8
* virtio: cleanup: init and exit function.KONRAD Frederic2013-04-241-1/+1
* virtio: remove the function pointer.KONRAD Frederic2013-04-241-9/+0Star
* virtio-net: cleanup: init and exit function.KONRAD Frederic2013-04-171-95/+22Star
* virtio-net: cleanup: use QOM cast.KONRAD Frederic2013-04-171-67/+74
* virtio-net: add the virtio-net device.KONRAD Frederic2013-04-171-7/+145
* hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini2013-04-081-0/+1370