summaryrefslogtreecommitdiffstats
path: root/hw/net/virtio-net.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-net: handle zero mac for a vdpa peerCindy Lu2021-03-021-0/+12
* failover: really display a warning when the primary device is not foundLaurent Vivier2021-02-231-11/+9Star
* virtio-net: add missing object_unref()Laurent Vivier2021-02-231-0/+2
* net: checksum: Introduce fine control over checksum typeBin Meng2021-01-251-1/+1
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-2/+0Star
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-14/+7Star
* failover: Remove primary_dev memberJuan Quintela2020-12-081-31/+24Star
* failover: simplify failover_unplug_primaryJuan Quintela2020-12-081-15/+10Star
* failover: Caller of this two functions already have primary_devJuan Quintela2020-12-081-13/+14
* failover: We don't need to cache primary_device_id anymoreJuan Quintela2020-12-081-10/+10
* failover: split failover_find_primary_device_id()Juan Quintela2020-12-081-16/+47
* failover: remove failover_find_primary_device() error parameterJuan Quintela2020-12-081-6/+3Star
* failover: make sure that id always existJuan Quintela2020-12-081-3/+0Star
* failover: Rename to failover_find_primary_device()Juan Quintela2020-12-081-3/+9
* failover: virtio_net_connect_failover_devices() does nothingJuan Quintela2020-12-081-15/+2Star
* failover: Rename function to hide_device()Juan Quintela2020-12-081-4/+3Star
* failover: should_be_hidden() should take a boolJuan Quintela2020-12-081-20/+7Star
* failover: simplify virtio_net_find_primary()Juan Quintela2020-12-081-15/+3Star
* failover: Remove memory leakJuan Quintela2020-12-081-3/+1Star
* failover: Remove primary_device_dictJuan Quintela2020-12-081-13/+4Star
* failover: remove standby_id variableJuan Quintela2020-12-081-8/+3Star
* failover: Remove primary_device_optsJuan Quintela2020-12-081-16/+5Star
* failover: g_strcmp0() knows how to handle NULLJuan Quintela2020-12-081-1/+1
* failover: Rename bool to failover_primary_hiddenJuan Quintela2020-12-081-7/+7
* failover: qdev_device_add() returns err or dev setJuan Quintela2020-12-081-7/+0Star
* failover: Remove external partially_hotplugged propertyJuan Quintela2020-12-081-4/+0Star
* failover: Remove unused parameterJuan Quintela2020-12-081-5/+3Star
* failover: primary bus is only used once, and where it is setJuan Quintela2020-12-081-4/+4
* failover: Use always atomics for primary_should_be_hiddenJuan Quintela2020-12-081-1/+1
* failover: fix indentantionJuan Quintela2020-12-081-18/+15Star
* virtio-net: Set mac address to hardware if the peer is vdpaCindy Lu2020-11-111-0/+6
* qdev: add "check if address free" callback for busesPaolo Bonzini2020-10-121-1/+1
* error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster2020-10-091-6/+2Star
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-5/+5
* hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()Chen Qun2020-09-011-1/+0Star
* virtio-net: check the existence of peer before accessing vDPA configJason Wang2020-07-281-11/+19
* virtio-net: fix removal of failover deviceJuan Quintela2020-07-151-0/+1
* error: Reduce unnecessary error propagationMarkus Armbruster2020-07-101-2/+2
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-3/+2Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-071-0/+19
|\
| * vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-071-0/+19
* | net/virtio: Fix failover_replug_primary() return value regressionMarkus Armbruster2020-07-021-1/+1
|/
* virtio-net: align RSC fields with updated virtio-net headerYuri Benditovich2020-06-181-24/+4Star
* virtio-net: add migration support for RSS and hash reportYuri Benditovich2020-06-181-0/+37
* virtio-net: reference implementation of hash reportYuri Benditovich2020-06-181-20/+79
* virtio-net: implement RX RSS processingYuri Benditovich2020-06-181-2/+86
* virtio-net: implement RSS configuration commandYuri Benditovich2020-06-181-9/+158
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster2020-05-151-1/+1