index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
virtio-net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhost: enable vhost without without MSI-X
Pankaj Gupta
2015-06-19
1
-4
/
+0
*
virtio-net: move qdev properties into virtio-net.c
Shannon Zhao
2015-06-10
1
-2
/
+42
*
virtio-net: enable virtio 1.0
Cornelia Huck
2015-06-10
1
-0
/
+1
*
virtio-net: support longer header
Cornelia Huck
2015-06-10
1
-6
/
+15
*
virtio-net: no writeable mac for virtio-1
Cornelia Huck
2015-06-10
1
-0
/
+1
*
virtio: 64bit features fixups.
Gerd Hoffmann
2015-06-03
1
-1
/
+1
*
virtio: make features 64bit wide
Gerd Hoffmann
2015-06-01
1
-8
/
+10
*
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
2015-05-31
1
-2
/
+2
*
virtio-net: adding all queues in .realize()
Jason Wang
2015-05-31
1
-42
/
+17
*
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
2015-05-12
1
-9
/
+3
|
\
|
*
virtio-net: use qemu_mac_strdup_printf
Scott Feldman
2015-05-11
1
-9
/
+3
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-05-11
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-net
Shannon Zhao
2015-04-28
1
-1
/
+6
|
*
virtio-net: fix the upper bound when trying to delete queues
Jason Wang
2015-04-27
1
-1
/
+1
*
|
misc: Fix new collection of typos
Stefan Weil
2015-04-30
1
-1
/
+1
|
/
*
virtio-net: validate backend queue numbers against bus limitation
Jason Wang
2015-03-25
1
-0
/
+7
*
fix GCC 5.0.0 logical-not-parentheses warnings
Radim Krčmář
2015-03-10
1
-2
/
+2
*
virtio: add feature checking helpers
Cornelia Huck
2015-02-26
1
-10
/
+13
*
virtio: feature bit manipulation helpers
Cornelia Huck
2015-02-26
1
-17
/
+17
*
net: remove all cleanup methods from NIC NetClientInfos
Paolo Bonzini
2015-01-12
1
-8
/
+0
*
virtio-net: fix unmap leak
Jason Wang
2014-11-28
1
-2
/
+3
*
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-10-15
1
-2
/
+0
*
virtio-net: add bootindex to qom property
Gonglei
2014-10-15
1
-0
/
+3
*
virtio-net: drop assert on vm stop
Michael S. Tsirkin
2014-09-18
1
-2
/
+0
*
virtio-net: purge outstanding packets when starting vhost
Michael S. Tsirkin
2014-09-04
1
-1
/
+14
*
virtio-net: don't run bh on vm stopped
Michael S. Tsirkin
2014-09-04
1
-2
/
+12
*
virtio-net: use virtio wrappers to access headers
Rusty Russell
2014-06-29
1
-14
/
+17
*
virtio-net: implement per-device migration calls
Greg Kurz
2014-06-29
1
-6
/
+16
*
virtio: introduce device specific migration calls
Greg Kurz
2014-06-29
1
-1
/
+1
*
virtio-net: byteswap virtio-net header
Cédric Le Goater
2014-06-29
1
-0
/
+17
*
net: move queue number into NICPeers
Jiri Pirko
2014-06-27
1
-1
/
+1
*
qapi event: convert NIC_RX_FILTER_CHANGED
Wenchao Xia
2014-06-23
1
-10
/
+3
*
Refactor virtio-net to use generic get_vhost_net
Nikolay Nikolaev
2014-06-19
1
-21
/
+8
*
virtio-net: announce self by guest
Jason Wang
2014-06-19
1
-0
/
+42
*
virtio: Drop superfluous conditionals around g_strdup()
Markus Armbruster
2014-06-19
1
-6
/
+1
*
virtio: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-19
1
-16
/
+8
*
virtio-net: out-of-bounds buffer write on load
Michael S. Tsirkin
2014-05-05
1
-4
/
+11
*
virtio-net: out-of-bounds buffer write on invalid state load
Michael S. Tsirkin
2014-05-05
1
-0
/
+5
*
virtio-net: fix guest-triggerable buffer overrun
Michael S. Tsirkin
2014-04-11
1
-1
/
+1
*
virtio-net: add vlan receive state to RxFilterInfo
Amos Kong
2014-03-26
1
-13
/
+29
*
virtio-net: Do not filter VLANs without F_CTRL_VLAN
Stefan Fritsch
2014-03-26
1
-0
/
+6
*
virtio-net: remove function calls from assert
Joel Stanley
2014-03-09
1
-2
/
+5
*
virtio-net: use qemu_get_queue() where possible
Stefan Hajnoczi
2014-02-25
1
-1
/
+1
*
net: remove implicit peer from offload API
Stefan Hajnoczi
2014-02-25
1
-6
/
+6
*
net: virtio-net and vmxnet3 use offloading API
Vincenzo Maffione
2014-02-25
1
-10
/
+6
*
Merge remote-tracking branch 'bonzini/virtio' into staging
Anthony Liguori
2013-12-13
1
-20
/
+16
|
\
|
*
virtio: Convert exit to unrealize
Andreas Färber
2013-12-09
1
-4
/
+5
|
*
virtio-net: Convert to QOM realize
Andreas Färber
2013-12-09
1
-4
/
+4
|
*
virtio-net: QOM realize preparations
Andreas Färber
2013-12-09
1
-10
/
+8
|
*
virtio-net: switch exit callback to VirtioDeviceClass
Paolo Bonzini
2013-12-09
1
-7
/
+4
[next]