index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
virtio-net.c
Age
Commit message (
Expand
)
Author
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
2020-12-08
failover: Caller of this two functions already have primary_dev
Juan Quintela
2020-12-08
failover: We don't need to cache primary_device_id anymore
Juan Quintela
2020-12-08
failover: split failover_find_primary_device_id()
Juan Quintela
2020-12-08
failover: remove failover_find_primary_device() error parameter
Juan Quintela
2020-12-08
failover: make sure that id always exist
Juan Quintela
2020-12-08
failover: Rename to failover_find_primary_device()
Juan Quintela
2020-12-08
failover: virtio_net_connect_failover_devices() does nothing
Juan Quintela
2020-12-08
failover: Rename function to hide_device()
Juan Quintela
2020-12-08
failover: should_be_hidden() should take a bool
Juan Quintela
2020-12-08
failover: simplify virtio_net_find_primary()
Juan Quintela
2020-12-08
failover: Remove memory leak
Juan Quintela
2020-12-08
failover: Remove primary_device_dict
Juan Quintela
2020-12-08
failover: remove standby_id variable
Juan Quintela
2020-12-08
failover: Remove primary_device_opts
Juan Quintela
2020-12-08
failover: g_strcmp0() knows how to handle NULL
Juan Quintela
2020-12-08
failover: Rename bool to failover_primary_hidden
Juan Quintela
2020-12-08
failover: qdev_device_add() returns err or dev set
Juan Quintela
2020-12-08
failover: Remove external partially_hotplugged property
Juan Quintela
2020-12-08
failover: Remove unused parameter
Juan Quintela
2020-12-08
failover: primary bus is only used once, and where it is set
Juan Quintela
2020-12-08
failover: Use always atomics for primary_should_be_hidden
Juan Quintela
2020-12-08
failover: fix indentantion
Juan Quintela
2020-11-11
virtio-net: Set mac address to hardware if the peer is vdpa
Cindy Lu
2020-10-12
qdev: add "check if address free" callback for buses
Paolo Bonzini
2020-10-09
error: Remove NULL checks on error_propagate() calls (again)
Markus Armbruster
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-01
hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()
Chen Qun
2020-07-28
virtio-net: check the existence of peer before accessing vDPA config
Jason Wang
2020-07-15
virtio-net: fix removal of failover device
Juan Quintela
2020-07-10
error: Reduce unnecessary error propagation
Markus Armbruster
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-07-07
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
2020-07-02
net/virtio: Fix failover_replug_primary() return value regression
Markus Armbruster
2020-06-18
virtio-net: align RSC fields with updated virtio-net header
Yuri Benditovich
2020-06-18
virtio-net: add migration support for RSS and hash report
Yuri Benditovich
[next]