Age | Commit message (Expand) | Author |
2018-10-19 | cpus hw target: Use warn_report() & friends to report warnings | Markus Armbruster |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu |
2018-06-27 | compiler: add a sizeof_field() macro | Stefan Hajnoczi |
2018-03-26 | virtio_net: flush uncompleted TX on reset | Greg Kurz |
2018-03-13 | virtio-net: add linkspeed and duplex settings to virtio-net | Jason Baron |
2018-03-13 | virtio-net: use 64-bit values for feature flags | Jason Baron |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-09 | Drop superfluous includes of qapi/qmp/qjson.h | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2017-11-28 | virtio-net: don't touch virtqueue if vm is stopped | Jason Wang |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-07-17 | virtio-net: fix offload ctrl endian | Jason Wang |
2017-07-17 | virtion-net: Prefer is_power_of_2() | Michal Privoznik |
2017-07-03 | virtio-net: fix tx queue size for !vhost-user | Michael S. Tsirkin |
2017-07-03 | virtio-net: enable configurable tx queue size | Wei Wang |
2017-06-13 | migration: Move self_announce_delay() to misc.h | Juan Quintela |
2017-05-25 | virtio_net: Bypass backends for MTU feature negotiation | Maxime Coquelin |
2017-05-23 | virtio-net: fix wild pointer when remove virtio-net queues | Yunjian Wang |
2017-03-31 | virtio-net: avoid call tap_enable when there's only one queue | Jason Wang |
2017-02-17 | virtio: use VRingMemoryRegionCaches for avail and used rings | Paolo Bonzini |
2017-02-13 | virtio/migration: Migrate virtio-net to VMState | Dr. David Alan Gilbert |
2017-01-10 | virtio-net: Add MTU feature support | Maxime Coquelin |
2017-01-10 | net: virtio-net discards TX data after link down | Yuri Benditovich |
2016-11-15 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Stefan Hajnoczi |
2016-11-15 | virtio-net: mark VIRTIO_NET_F_GSO as legacy | Michael S. Tsirkin |
2016-11-15 | virtio: rename virtqueue_discard to virtqueue_unpop | Ladi Prosek |
2016-11-15 | net: skip virtio-net config of deleted nic's peers | Yuri Benditovich |
2016-10-10 | virtio: cleanup VMSTATE_VIRTIO_DEVICE | Halil Pasic |
2016-10-10 | virtio-net: convert VMSTATE_VIRTIO_DEVICE | Halil Pasic |
2016-10-10 | virtio-net: handle virtio_net_flush_tx() errors | Greg Kurz |
2016-10-10 | virtio-net: handle virtio_net_receive() errors | Greg Kurz |
2016-10-10 | virtio-net: handle virtio_net_handle_ctrl() error | Greg Kurz |
2016-09-27 | virtio-net: allow increasing rx queue size | Michael S. Tsirkin |
2016-07-21 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2016-07-21 | virtio-net: Wrap in vmstate | Dr. David Alan Gilbert |
2016-07-21 | virtio-net: Remove old migration version support | Dr. David Alan Gilbert |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake |
2016-07-04 | Revert "virtio-net: unbreak self announcement and guest offloads after migrat... | Michael S. Tsirkin |
2016-06-27 | hw/net/virtio-net.c: Don't use *_to_cpup() | Peter Maydell |
2016-02-16 | virtio-net: use the backend cross-endian capabilities | Greg Kurz |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini |
2016-01-29 | virtio: Clean up includes | Peter Maydell |
2015-10-01 | virtio-net: correctly drop truncated packets | Jason Wang |
2015-09-24 | vhost-user: add a new message to disable/enable a specific virt queue. | Changchun Ouyang |
2015-09-24 | virtio-net: unbreak self announcement and guest offloads after migration | Jason Wang |
2015-09-10 | virtio: avoid leading underscores for helpers | Cornelia Huck |
2015-08-13 | virtio-net: remove useless codes | Jason Wang |
2015-07-27 | virtio: get_features() can fail | Jason Wang |
2015-07-27 | virtio: set any_layout in virtio core | Michael S. Tsirkin |
2015-07-20 | virtio-net: remove virtio queues if the guest doesn't support multiqueue | Wen Congyang |