summaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
AgeCommit message (Expand)AuthorFilesLines
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