- 7d0fefd net: Provide MemReentrancyGuard * to qemu_new_nic() by Akihiko Odaki · 1 year, 8 months ago
- d9cda21 migration: simplify notifiers by Steve Sistare · 1 year, 7 months ago
- e19751a virtio-net: Expose MAX_VLAN by Hawkins Jiawei · 1 year, 6 months ago
- 06b636a virtio-net: do not reset vlan filtering at set_features by Hawkins Jiawei · 1 year, 6 months ago
- 2431f4f hw/net: spelling fixes by Michael Tokarev · 1 year, 6 months ago
- 53da8b5 virtio-net: Add support for USO features by Yuri Benditovich · 1 year, 6 months ago
- 2ab0ec3 tap: Add USO support to tap device. by Andrew Melnychenko · 1 year, 6 months ago
- 7e8094f hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments by Alex Bennée · 1 year, 6 months ago
- cd9b834 virtio-net: pass Device-TLB enable/disable events to vhost by Viktor Prutyanov · 1 year, 7 months ago
- 4271f40 virtio-net: correctly report maximum tx_queue_size value by Laurent Vivier · 1 year, 7 months ago
- f8ed364 vhost-user: fully use new backend/frontend naming by Manos Pitsidianakis · 1 year, 7 months ago
- 0b545b1 virtio-net: expose virtio_net_supported_guest_offloads() by Hawkins Jiawei · 1 year, 8 months ago
- 705e89c hw/net/virtio-net: make some VirtIONet const by Hawkins Jiawei · 1 year, 8 months ago
- 2f0fa23 net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols() by Akihiko Odaki · 1 year, 8 months ago
- 1fac00f virtio-net: not enable vq reset feature unconditionally by Eugenio Pérez · 1 year, 8 months ago
- f63192b hw: replace most qemu_bh_new calls with qemu_bh_new_guarded by Alexander Bulekov · 1 year, 9 months ago
- 65f474b net/eth: Introduce EthL4HdrProto by Akihiko Odaki · 1 year, 11 months ago
- 69ff5ef net/eth: Report if headers are actually present by Akihiko Odaki · 1 year, 11 months ago
- aac8f89 hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr by Akihiko Odaki · 1 year, 11 months ago
- cd69d47 virtio-net: clear guest_announce feature if no cvq backend by Eugenio Pérez · 2 years ago
- edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 1 month ago
- 8aab0d1 virtio-net: add support for configure interrupt by Cindy Lu · 2 years, 1 month ago
- 544f027 virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX by Cindy Lu · 2 years, 1 month ago
- c9bdc44 vhost-user: Fix the virtio features negotiation flaw by Hyman Huang(黄勇) · 2 years, 1 month ago
- 4f93aaf virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it by Eugenio Pérez · 2 years, 1 month ago
- ebc141a virtio_net: Modify virtio_net_get_config to early return by Eugenio Pérez · 2 years, 1 month ago
- 48804ee Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 2 years, 1 month ago
- 7480874 qapi net: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 2 months ago
- 3d55833 Drop more useless casts from void * to pointer by Markus Armbruster · 2 years, 2 months ago
- f47af0a virtio-net: fix for heap-buffer-overflow by Xuan Zhuo · 2 years, 2 months ago
- 93a97dc virtio-net: enable vq reset feature by Xuan Zhuo · 2 years, 3 months ago
- 7f86330 virtio-net: support queue_enable by Kangjie Xu · 2 years, 3 months ago
- 7dc6be5 virtio-net: support queue reset by Xuan Zhuo · 2 years, 3 months ago
- 4fdf69a virtio-net: introduce flush_or_purge_queued_packets() by Kangjie Xu · 2 years, 3 months ago
- 7550a82 virtio-net: fix TX timer with tx_burst by Laurent Vivier · 2 years, 3 months ago
- df8d070 virtio-net: fix bottom-half packet TX on asynchronous completion by Laurent Vivier · 2 years, 3 months ago
- d74c30c virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size by Daniil Tatianin · 2 years, 4 months ago
- ca8717f virtio-net: Update virtio-net curr_queue_pairs in vdpa backends by Eugenio Pérez · 2 years, 4 months ago
- 640b8a1 virtio-net: Expose ctrl virtqueue logic by Eugenio Pérez · 2 years, 6 months ago
- 6758c01 virtio-net: Expose MAC_TABLE_ENTRIES by Eugenio Pérez · 2 years, 6 months ago
- 2a7888c virtio-net: don't handle mq request in userspace handler for vhost-vdpa by Si-Wei Liu · 2 years, 8 months ago
- 68b0a63 virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa by Si-Wei Liu · 2 years, 8 months ago
- aa85819 virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated by Si-Wei Liu · 2 years, 8 months ago
- c255488 virtio: add vhost support for virtio devices by Jonah Palmer · 2 years, 10 months ago
- 3857cd5 virtio: drop name parameter for virtio_init() by Jonah Palmer · 2 years, 10 months ago
- d792199 hw/virtio: Replace g_memdup() by g_memdup2() by Philippe Mathieu-Daudé · 2 years, 8 months ago
- b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 2 years, 10 months ago
- abe300d virtio-net: fix map leaking on error during receive by Jason Wang · 2 years, 10 months ago
- 0ea5778 virtio-net: Unlimit tx queue size if peer is vdpa by Eugenio Pérez · 2 years, 11 months ago
- a882b57 Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX" by Michael S. Tsirkin · 3 years ago
- b3ef666 Revert "virtio-net: add support for configure interrupt" by Michael S. Tsirkin · 3 years ago
- 497679d virtio-net: add support for configure interrupt by Cindy Lu · 3 years, 2 months ago
- bf1d85c virtio: introduce macro IRTIO_CONFIG_IRQ_IDX by Cindy Lu · 3 years, 2 months ago
- 1b529d9 failover: Silence warning messages during qtest by Laurent Vivier · 3 years, 1 month ago
- 22288fe virtio-net: vhost control virtqueue support by Jason Wang · 3 years, 3 months ago
- 441537f virtio-net: use "queue_pairs" instead of "queues" when possible by Jason Wang · 3 years, 3 months ago
- 05ba3f6 vhost-net: control virtqueue support by Jason Wang · 3 years, 3 months ago
- bcfc906 qdev/qbus: remove failover specific code by Laurent Vivier · 3 years, 3 months ago
- 7fe7791 failover: fix a regression introduced by JSON'ification of -device by Laurent Vivier · 3 years, 3 months ago
- f3558b1 qdev: Base object creation on QDict rather than QemuOpts by Kevin Wolf · 3 years, 3 months ago
- 12b2fad virtio-net: Avoid QemuOpts in failover_find_primary_device() by Kevin Wolf · 3 years, 3 months ago
- 259a10d virtio-net: Store failover primary opts pointer locally by Kevin Wolf · 3 years, 3 months ago
- 7d61808 qdev: Add Error parameter to hide_device() callbacks by Kevin Wolf · 3 years, 3 months ago
- bedd7e9 virtio-net: fix use after unmap/free for sg by Jason Wang · 3 years, 4 months ago
- 109c20e migration: failover: reset partially_hotplugged by Laurent Vivier · 3 years, 7 months ago
- 1cbd2d9 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 3 years, 7 months ago
- 0145c39 virtio-net: Added eBPF RSS to virtio-net. by Andrew Melnychenko · 3 years, 8 months ago
- a648df3 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
- 1e15766 virtio-net: failover: add missing remove_migration_state_change_notifier() by Laurent Vivier · 3 years, 9 months ago
- ad6461a virtio-net: Constify VirtIOFeature feature_sizes[] by Philippe Mathieu-Daudé · 3 years, 8 months ago
- d4c6293 hw/net: virtio-net: Initialize nc->do_not_pad to true by Bin Meng · 3 years, 10 months ago
- fb59288 virtio-net: handle zero mac for a vdpa peer by Cindy Lu · 3 years, 11 months ago
- 97ca9c5 failover: really display a warning when the primary device is not found by Laurent Vivier · 4 years ago
- 00e7b12 virtio-net: add missing object_unref() by Laurent Vivier · 4 years ago
- f574633 net: checksum: Introduce fine control over checksum type by Bin Meng · 4 years, 1 month ago
- 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 1 month ago
- 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 2 months ago
- 21e8709 failover: Remove primary_dev member by Juan Quintela · 4 years, 2 months ago
- 07a5d81 failover: simplify failover_unplug_primary by Juan Quintela · 4 years, 2 months ago
- 0e9a65c failover: Caller of this two functions already have primary_dev by Juan Quintela · 4 years, 2 months ago
- 3abad4a failover: We don't need to cache primary_device_id anymore by Juan Quintela · 4 years, 2 months ago
- f5e1847 failover: split failover_find_primary_device_id() by Juan Quintela · 4 years, 2 months ago
- 0a0a27d failover: remove failover_find_primary_device() error parameter by Juan Quintela · 4 years, 2 months ago
- fec037c failover: make sure that id always exist by Juan Quintela · 4 years, 2 months ago
- 85d3b93 failover: Rename to failover_find_primary_device() by Juan Quintela · 4 years, 2 months ago
- 0763db4 failover: virtio_net_connect_failover_devices() does nothing by Juan Quintela · 4 years, 2 months ago
- b91ad98 failover: Rename function to hide_device() by Juan Quintela · 4 years, 2 months ago
- 89631fe failover: should_be_hidden() should take a bool by Juan Quintela · 4 years, 2 months ago
- 7cf05b7 failover: simplify virtio_net_find_primary() by Juan Quintela · 4 years, 2 months ago
- 7b3dc2f failover: Remove memory leak by Juan Quintela · 4 years, 2 months ago
- 9673a88 failover: Remove primary_device_dict by Juan Quintela · 4 years, 2 months ago
- 4f0303a failover: remove standby_id variable by Juan Quintela · 4 years, 2 months ago
- 19e49bc failover: Remove primary_device_opts by Juan Quintela · 4 years, 2 months ago
- 518eda9 failover: g_strcmp0() knows how to handle NULL by Juan Quintela · 4 years, 2 months ago
- e2bde83 failover: Rename bool to failover_primary_hidden by Juan Quintela · 4 years, 2 months ago
- 3d1c7a9 failover: qdev_device_add() returns err or dev set by Juan Quintela · 4 years, 2 months ago
- 594d308 failover: Remove external partially_hotplugged property by Juan Quintela · 4 years, 2 months ago
- 82ceb65 failover: Remove unused parameter by Juan Quintela · 4 years, 2 months ago
- 7827468 failover: primary bus is only used once, and where it is set by Juan Quintela · 4 years, 2 months ago
- 587f2fc failover: Use always atomics for primary_should_be_hidden by Juan Quintela · 4 years, 2 months ago