summaryrefslogtreecommitdiffstats
path: root/hw/net/virtio-net.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* virtio-net: fix map leaking on error during receiveJason Wang2022-03-151-0/+1
* virtio-net: Unlimit tx queue size if peer is vdpaEugenio Pérez2022-03-061-5/+8
* Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-8/+2Star
* Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin2022-01-101-2/+2
* virtio-net: add support for configure interruptCindy Lu2022-01-071-2/+2
* virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-2/+8
* failover: Silence warning messages during qtestLaurent Vivier2021-12-221-1/+6
* virtio-net: vhost control virtqueue supportJason Wang2021-10-201-4/+19
* virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang2021-10-201-75/+75
* vhost-net: control virtqueue supportJason Wang2021-10-201-2/+2
* qdev/qbus: remove failover specific codeLaurent Vivier2021-10-201-1/+11
* failover: fix a regression introduced by JSON'ification of -deviceLaurent Vivier2021-10-201-6/+18
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-151-10/+13
* virtio-net: Avoid QemuOpts in failover_find_primary_device()Kevin Wolf2021-10-151-33/+19Star
* virtio-net: Store failover primary opts pointer locallyKevin Wolf2021-10-151-8/+18
* qdev: Add Error parameter to hide_device() callbacksKevin Wolf2021-10-151-1/+1
* virtio-net: fix use after unmap/free for sgJason Wang2021-09-171-7/+32
* migration: failover: reset partially_hotpluggedLaurent Vivier2021-07-031-0/+1
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-06-041-3/+113
|\
| * virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko2021-06-041-3/+113
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-05-281-0/+1
|\ \ | |/ |/|
| * virtio-net: failover: add missing remove_migration_state_change_notifier()Laurent Vivier2021-05-271-0/+1
* | virtio-net: Constify VirtIOFeature feature_sizes[]Philippe Mathieu-Daudé2021-05-141-1/+1
|/
* hw/net: virtio-net: Initialize nc->do_not_pad to trueBin Meng2021-03-221-0/+4
* 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