Age | Commit message (Expand) | Author | Files | Lines |
2023-11-07 | vdpa: Allow VIRTIO_NET_F_RSS in SVQ | Hawkins Jiawei | 1 | -0/+1 |
2023-11-07 | vdpa: Restore receive-side scaling state | Hawkins Jiawei | 1 | -23/+44 |
2023-11-07 | vdpa: Add SetSteeringEBPF method for NetClientState | Hawkins Jiawei | 1 | -0/+8 |
2023-11-07 | vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ | Hawkins Jiawei | 1 | -0/+1 |
2023-11-07 | vdpa: Restore hash calculation state | Hawkins Jiawei | 1 | -0/+91 |
2023-11-01 | migration: Use VMSTATE_INSTANCE_ID_ANY for slirp | Juan Quintela | 1 | -2/+3 |
2023-10-23 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi | 1 | -132/+242 |
2023-10-20 | migration: simplify notifiers | Steve Sistare | 1 | -3/+4 |
2023-10-18 | vdpa: Send cvq state load commands in parallel | Hawkins Jiawei | 1 | -63/+102 |
2023-10-18 | vdpa: Introduce cursors to vhost_vdpa_net_loadx() | Hawkins Jiawei | 1 | -36/+75 |
2023-10-18 | vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add() | Hawkins Jiawei | 1 | -10/+43 |
2023-10-18 | vdpa: Check device ack in vhost_vdpa_net_load_rx_mode() | Hawkins Jiawei | 1 | -45/+31 |
2023-10-18 | vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load() | Hawkins Jiawei | 1 | -3/+11 |
2023-10-18 | vdpa: Use iovec for vhost_vdpa_net_cvq_add() | Hawkins Jiawei | 1 | -17/+22 |
2023-10-06 | net/net: Clean up global variable shadowing | Philippe Mathieu-Daudé | 1 | -7/+7 |
2023-10-05 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi | 1 | -39/+106 |
2023-10-04 | vdpa net: follow VirtIO initialization properly at cvq isolation probing | Eugenio Pérez | 1 | -4/+10 |
2023-10-04 | vdpa net: stop probing if cannot set features | Eugenio Pérez | 1 | -0/+1 |
2023-10-04 | vdpa net: fix error message setting virtio status | Eugenio Pérez | 1 | -1/+1 |
2023-10-04 | vdpa net: zero vhost_vdpa iova_tree pointer at cleanup | Eugenio Pérez | 1 | -0/+2 |
2023-10-04 | vdpa: fix gcc cvq_isolated uninitialized variable warning | Stefan Hajnoczi | 1 | -1/+1 |
2023-10-04 | vhost: Add count argument to vhost_svq_poll() | Hawkins Jiawei | 1 | -1/+1 |
2023-10-04 | vdpa: remove net cvq migration blocker | Eugenio Pérez | 1 | -12/+0 |
2023-10-04 | vdpa: move vhost_vdpa_set_vring_ready to the caller | Eugenio Pérez | 1 | -22/+43 |
2023-10-04 | vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_load | Eugenio Pérez | 1 | -2/+2 |
2023-10-04 | vdpa: use first queue SVQ state for CVQ default | Eugenio Pérez | 1 | -1/+1 |
2023-10-04 | vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQ | Hawkins Jiawei | 1 | -0/+1 |
2023-10-04 | vdpa: Restore vlan filtering state | Hawkins Jiawei | 1 | -0/+48 |
2023-09-29 | net/eth: Clean up local variable shadowing | Philippe Mathieu-Daudé | 1 | -2/+0 |
2023-09-18 | net/tap: Avoid variable-length array | Peter Maydell | 1 | -1/+2 |
2023-09-18 | net/dump: Avoid variable length array | Peter Maydell | 1 | -1/+1 |
2023-09-18 | net: add initial support for AF_XDP network backend | Ilya Maximets | 4 | -0/+540 |
2023-09-18 | virtio-net: Add USO flags to vhost support. | Andrew Melnychenko | 1 | -0/+3 |
2023-09-18 | tap: Add check for USO features | Yuri Benditovich | 7 | -0/+49 |
2023-09-18 | tap: Add USO support to tap device. | Andrew Melnychenko | 10 | -14/+26 |
2023-09-13 | meson: Fix targetos match for illumos and Solaris. | Jonathan Perkin | 1 | -1/+1 |
2023-09-08 | misc/other: spelling fixes | Michael Tokarev | 3 | -9/+9 |
2023-09-07 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 1 | -8/+10 |
2023-09-07 | configure, meson: remove CONFIG_SOLARIS from config-host.mak | Paolo Bonzini | 1 | -8/+10 |
2023-08-31 | hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-07-10 | vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ | Hawkins Jiawei | 1 | -0/+1 |
2023-07-10 | vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA f... | Hawkins Jiawei | 1 | -0/+88 |
2023-07-10 | vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ | Hawkins Jiawei | 1 | -0/+1 |
2023-07-10 | vdpa: Avoid forwarding large CVQ command failures | Hawkins Jiawei | 1 | -1/+161 |
2023-07-10 | vdpa: Accessing CVQ header through its structure | Hawkins Jiawei | 1 | -1/+4 |
2023-07-10 | vdpa: Restore packet receive filtering state relative with _F_CTRL_RX feature | Hawkins Jiawei | 1 | -0/+85 |
2023-07-10 | vdpa: Restore MAC address filtering state | Hawkins Jiawei | 1 | -0/+52 |
2023-07-10 | vdpa: Use iovec for vhost_vdpa_net_load_cmd() | Hawkins Jiawei | 1 | -8/+25 |
2023-07-10 | vdpa: Fix possible use-after-free for VirtQueueElement | Hawkins Jiawei | 1 | -1/+10 |
2023-07-10 | vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_offloads() | Hawkins Jiawei | 1 | -1/+4 |