aboutsummaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-03migration: failover: reset partially_hotpluggedLaurent Vivier1-0/+1
2021-06-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-3/+113
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko1-3/+113
2021-05-28Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+1
2021-05-27virtio-net: failover: add missing remove_migration_state_change_notifier()Laurent Vivier1-0/+1
2021-05-14virtio-net: Constify VirtIOFeature feature_sizes[]Philippe Mathieu-Daudé1-1/+1
2021-03-22hw/net: virtio-net: Initialize nc->do_not_pad to trueBin Meng1-0/+4
2021-03-02virtio-net: handle zero mac for a vdpa peerCindy Lu1-0/+12
2021-02-23failover: really display a warning when the primary device is not foundLaurent Vivier1-11/+9
2021-02-23virtio-net: add missing object_unref()Laurent Vivier1-0/+2
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng1-1/+1
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-2/+0
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-14/+7
2020-12-08failover: Remove primary_dev memberJuan Quintela1-31/+24
2020-12-08failover: simplify failover_unplug_primaryJuan Quintela1-15/+10
2020-12-08failover: Caller of this two functions already have primary_devJuan Quintela1-13/+14
2020-12-08failover: We don't need to cache primary_device_id anymoreJuan Quintela1-10/+10
2020-12-08failover: split failover_find_primary_device_id()Juan Quintela1-16/+47
2020-12-08failover: remove failover_find_primary_device() error parameterJuan Quintela1-6/+3
2020-12-08failover: make sure that id always existJuan Quintela1-3/+0
2020-12-08failover: Rename to failover_find_primary_device()Juan Quintela1-3/+9
2020-12-08failover: virtio_net_connect_failover_devices() does nothingJuan Quintela1-15/+2
2020-12-08failover: Rename function to hide_device()Juan Quintela1-4/+3
2020-12-08failover: should_be_hidden() should take a boolJuan Quintela1-20/+7
2020-12-08failover: simplify virtio_net_find_primary()Juan Quintela1-15/+3
2020-12-08failover: Remove memory leakJuan Quintela1-3/+1
2020-12-08failover: Remove primary_device_dictJuan Quintela1-13/+4
2020-12-08failover: remove standby_id variableJuan Quintela1-8/+3
2020-12-08failover: Remove primary_device_optsJuan Quintela1-16/+5
2020-12-08failover: g_strcmp0() knows how to handle NULLJuan Quintela1-1/+1
2020-12-08failover: Rename bool to failover_primary_hiddenJuan Quintela1-7/+7
2020-12-08failover: qdev_device_add() returns err or dev setJuan Quintela1-7/+0
2020-12-08failover: Remove external partially_hotplugged propertyJuan Quintela1-4/+0
2020-12-08failover: Remove unused parameterJuan Quintela1-5/+3
2020-12-08failover: primary bus is only used once, and where it is setJuan Quintela1-4/+4
2020-12-08failover: Use always atomics for primary_should_be_hiddenJuan Quintela1-1/+1
2020-12-08failover: fix indentantionJuan Quintela1-18/+15
2020-11-11virtio-net: Set mac address to hardware if the peer is vdpaCindy Lu1-0/+6
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini1-1/+1
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster1-6/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-5/+5
2020-09-01hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()Chen Qun1-1/+0
2020-07-28virtio-net: check the existence of peer before accessing vDPA configJason Wang1-11/+19
2020-07-15virtio-net: fix removal of failover deviceJuan Quintela1-0/+1
2020-07-10error: Reduce unnecessary error propagationMarkus Armbruster1-2/+2
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-3/+2
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+19
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu1-0/+19
2020-07-02net/virtio: Fix failover_replug_primary() return value regressionMarkus Armbruster1-1/+1
2020-06-18virtio-net: align RSC fields with updated virtio-net headerYuri Benditovich1-24/+4