aboutsummaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
AgeCommit message (Expand)Author
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-15virtio-net: fix map leaking on error during receiveJason Wang
2022-03-06virtio-net: Unlimit tx queue size if peer is vdpaEugenio Pérez
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin
2022-01-10Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin
2022-01-07virtio-net: add support for configure interruptCindy Lu
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu
2021-12-22failover: Silence warning messages during qtestLaurent Vivier
2021-10-20virtio-net: vhost control virtqueue supportJason Wang
2021-10-20virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang
2021-10-20vhost-net: control virtqueue supportJason Wang
2021-10-20qdev/qbus: remove failover specific codeLaurent Vivier
2021-10-20failover: fix a regression introduced by JSON'ification of -deviceLaurent Vivier
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf
2021-10-15virtio-net: Avoid QemuOpts in failover_find_primary_device()Kevin Wolf
2021-10-15virtio-net: Store failover primary opts pointer locallyKevin Wolf
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf
2021-09-17virtio-net: fix use after unmap/free for sgJason Wang
2021-07-03migration: failover: reset partially_hotpluggedLaurent Vivier
2021-06-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko
2021-05-28Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-05-27virtio-net: failover: add missing remove_migration_state_change_notifier()Laurent Vivier
2021-05-14virtio-net: Constify VirtIOFeature feature_sizes[]Philippe Mathieu-Daudé
2021-03-22hw/net: virtio-net: Initialize nc->do_not_pad to trueBin Meng
2021-03-02virtio-net: handle zero mac for a vdpa peerCindy Lu
2021-02-23failover: really display a warning when the primary device is not foundLaurent Vivier
2021-02-23virtio-net: add missing object_unref()Laurent Vivier
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-08failover: Remove primary_dev memberJuan Quintela
2020-12-08failover: simplify failover_unplug_primaryJuan Quintela
2020-12-08failover: Caller of this two functions already have primary_devJuan Quintela
2020-12-08failover: We don't need to cache primary_device_id anymoreJuan Quintela
2020-12-08failover: split failover_find_primary_device_id()Juan Quintela
2020-12-08failover: remove failover_find_primary_device() error parameterJuan Quintela
2020-12-08failover: make sure that id always existJuan Quintela
2020-12-08failover: Rename to failover_find_primary_device()Juan Quintela
2020-12-08failover: virtio_net_connect_failover_devices() does nothingJuan Quintela
2020-12-08failover: Rename function to hide_device()Juan Quintela
2020-12-08failover: should_be_hidden() should take a boolJuan Quintela
2020-12-08failover: simplify virtio_net_find_primary()Juan Quintela
2020-12-08failover: Remove memory leakJuan Quintela
2020-12-08failover: Remove primary_device_dictJuan Quintela
2020-12-08failover: remove standby_id variableJuan Quintela
2020-12-08failover: Remove primary_device_optsJuan Quintela
2020-12-08failover: g_strcmp0() knows how to handle NULLJuan Quintela
2020-12-08failover: Rename bool to failover_primary_hiddenJuan Quintela
2020-12-08failover: qdev_device_add() returns err or dev setJuan Quintela