index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
virtio-net.c
Age
Commit message (
Expand
)
Author
2022-11-10
virtio-net: fix for heap-buffer-overflow
Xuan Zhuo
2022-11-07
virtio-net: enable vq reset feature
Xuan Zhuo
2022-11-07
virtio-net: support queue_enable
Kangjie Xu
2022-11-07
virtio-net: support queue reset
Xuan Zhuo
2022-11-07
virtio-net: introduce flush_or_purge_queued_packets()
Kangjie Xu
2022-10-28
virtio-net: fix TX timer with tx_burst
Laurent Vivier
2022-10-28
virtio-net: fix bottom-half packet TX on asynchronous completion
Laurent Vivier
2022-10-07
virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
Daniil Tatianin
2022-09-27
virtio-net: Update virtio-net curr_queue_pairs in vdpa backends
Eugenio Pérez
2022-07-20
virtio-net: Expose ctrl virtqueue logic
Eugenio Pérez
2022-07-20
virtio-net: Expose MAC_TABLE_ENTRIES
Eugenio Pérez
2022-05-16
virtio-net: don't handle mq request in userspace handler for vhost-vdpa
Si-Wei Liu
2022-05-16
virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
Si-Wei Liu
2022-05-16
virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...
Si-Wei Liu
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-13
hw/virtio: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-15
virtio-net: fix map leaking on error during receive
Jason Wang
2022-03-06
virtio-net: Unlimit tx queue size if peer is vdpa
Eugenio Pérez
2022-01-10
Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"
Michael S. Tsirkin
2022-01-10
Revert "virtio-net: add support for configure interrupt"
Michael S. Tsirkin
2022-01-07
virtio-net: add support for configure interrupt
Cindy Lu
2022-01-06
virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
Cindy Lu
2021-12-22
failover: Silence warning messages during qtest
Laurent Vivier
2021-10-20
virtio-net: vhost control virtqueue support
Jason Wang
2021-10-20
virtio-net: use "queue_pairs" instead of "queues" when possible
Jason Wang
2021-10-20
vhost-net: control virtqueue support
Jason Wang
2021-10-20
qdev/qbus: remove failover specific code
Laurent Vivier
2021-10-20
failover: fix a regression introduced by JSON'ification of -device
Laurent Vivier
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
virtio-net: Avoid QemuOpts in failover_find_primary_device()
Kevin Wolf
2021-10-15
virtio-net: Store failover primary opts pointer locally
Kevin Wolf
2021-10-15
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
2021-09-17
virtio-net: fix use after unmap/free for sg
Jason Wang
2021-07-03
migration: failover: reset partially_hotplugged
Laurent Vivier
2021-06-04
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2021-06-04
virtio-net: Added eBPF RSS to virtio-net.
Andrew Melnychenko
2021-05-28
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2021-05-27
virtio-net: failover: add missing remove_migration_state_change_notifier()
Laurent Vivier
2021-05-14
virtio-net: Constify VirtIOFeature feature_sizes[]
Philippe Mathieu-Daudé
2021-03-22
hw/net: virtio-net: Initialize nc->do_not_pad to true
Bin Meng
2021-03-02
virtio-net: handle zero mac for a vdpa peer
Cindy Lu
2021-02-23
failover: really display a warning when the primary device is not found
Laurent Vivier
2021-02-23
virtio-net: add missing object_unref()
Laurent Vivier
2021-01-25
net: checksum: Introduce fine control over checksum type
Bin Meng
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-08
failover: Remove primary_dev member
Juan Quintela
2020-12-08
failover: simplify failover_unplug_primary
Juan Quintela
[next]