summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-11-21net: do not delete nics in net_cleanup()David Woodhouse
2023-11-21net: Update MemReentrancyGuard for NICAkihiko Odaki
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-11-17net: Fix a misleading error messageMarkus Armbruster
2023-11-07vdpa: Allow VIRTIO_NET_F_RSS in SVQHawkins Jiawei
2023-11-07vdpa: Restore receive-side scaling stateHawkins Jiawei
2023-11-07vdpa: Add SetSteeringEBPF method for NetClientStateHawkins Jiawei
2023-11-07vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQHawkins Jiawei
2023-11-07vdpa: Restore hash calculation stateHawkins Jiawei
2023-11-01migration: Use VMSTATE_INSTANCE_ID_ANY for slirpJuan Quintela
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-20migration: simplify notifiersSteve Sistare
2023-10-18vdpa: Send cvq state load commands in parallelHawkins Jiawei
2023-10-18vdpa: Introduce cursors to vhost_vdpa_net_loadx()Hawkins Jiawei
2023-10-18vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()Hawkins Jiawei
2023-10-18vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()Hawkins Jiawei
2023-10-18vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()Hawkins Jiawei
2023-10-18vdpa: Use iovec for vhost_vdpa_net_cvq_add()Hawkins Jiawei
2023-10-06net/net: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-04vdpa net: follow VirtIO initialization properly at cvq isolation probingEugenio Pérez
2023-10-04vdpa net: stop probing if cannot set featuresEugenio Pérez
2023-10-04vdpa net: fix error message setting virtio statusEugenio Pérez
2023-10-04vdpa net: zero vhost_vdpa iova_tree pointer at cleanupEugenio Pérez
2023-10-04vdpa: fix gcc cvq_isolated uninitialized variable warningStefan Hajnoczi
2023-10-04vhost: Add count argument to vhost_svq_poll()Hawkins Jiawei
2023-10-04vdpa: remove net cvq migration blockerEugenio Pérez
2023-10-04vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez
2023-10-04vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_loadEugenio Pérez
2023-10-04vdpa: use first queue SVQ state for CVQ defaultEugenio Pérez
2023-10-04vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQHawkins Jiawei
2023-10-04vdpa: Restore vlan filtering stateHawkins Jiawei
2023-09-29net/eth: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-18net/tap: Avoid variable-length arrayPeter Maydell
2023-09-18net/dump: Avoid variable length arrayPeter Maydell
2023-09-18net: add initial support for AF_XDP network backendIlya Maximets
2023-09-18virtio-net: Add USO flags to vhost support.Andrew Melnychenko
2023-09-18tap: Add check for USO featuresYuri Benditovich
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko
2023-09-13meson: Fix targetos match for illumos and Solaris.Jonathan Perkin
2023-09-08misc/other: spelling fixesMichael Tokarev
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-07configure, meson: remove CONFIG_SOLARIS from config-host.makPaolo Bonzini
2023-08-31hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé
2023-07-10vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQHawkins Jiawei
2023-07-10vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA f...Hawkins Jiawei
2023-07-10vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQHawkins Jiawei
2023-07-10vdpa: Avoid forwarding large CVQ command failuresHawkins Jiawei
2023-07-10vdpa: Accessing CVQ header through its structureHawkins Jiawei
2023-07-10vdpa: Restore packet receive filtering state relative with _F_CTRL_RX featureHawkins Jiawei