aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-39/+106
2023-10-04vdpa net: follow VirtIO initialization properly at cvq isolation probingEugenio Pérez1-4/+10
2023-10-04vdpa net: stop probing if cannot set featuresEugenio Pérez1-0/+1
2023-10-04vdpa net: fix error message setting virtio statusEugenio Pérez1-1/+1
2023-10-04vdpa net: zero vhost_vdpa iova_tree pointer at cleanupEugenio Pérez1-0/+2
2023-10-04vdpa: fix gcc cvq_isolated uninitialized variable warningStefan Hajnoczi1-1/+1
2023-10-04vhost: Add count argument to vhost_svq_poll()Hawkins Jiawei1-1/+1
2023-10-04vdpa: remove net cvq migration blockerEugenio Pérez1-12/+0
2023-10-04vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez1-22/+43
2023-10-04vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_loadEugenio Pérez1-2/+2
2023-10-04vdpa: use first queue SVQ state for CVQ defaultEugenio Pérez1-1/+1
2023-10-04vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQHawkins Jiawei1-0/+1
2023-10-04vdpa: Restore vlan filtering stateHawkins Jiawei1-0/+48
2023-09-29net/eth: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+0
2023-09-18net/tap: Avoid variable-length arrayPeter Maydell1-1/+2
2023-09-18net/dump: Avoid variable length arrayPeter Maydell1-1/+1
2023-09-18net: add initial support for AF_XDP network backendIlya Maximets4-0/+540
2023-09-18virtio-net: Add USO flags to vhost support.Andrew Melnychenko1-0/+3
2023-09-18tap: Add check for USO featuresYuri Benditovich7-0/+49
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko10-14/+26
2023-09-13meson: Fix targetos match for illumos and Solaris.Jonathan Perkin1-1/+1
2023-09-08misc/other: spelling fixesMichael Tokarev3-9/+9
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-8/+10
2023-09-07configure, meson: remove CONFIG_SOLARIS from config-host.makPaolo Bonzini1-8/+10
2023-08-31hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé1-1/+1
2023-07-10vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQHawkins Jiawei1-0/+1
2023-07-10vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA f...Hawkins Jiawei1-0/+88
2023-07-10vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQHawkins Jiawei1-0/+1
2023-07-10vdpa: Avoid forwarding large CVQ command failuresHawkins Jiawei1-1/+161
2023-07-10vdpa: Accessing CVQ header through its structureHawkins Jiawei1-1/+4
2023-07-10vdpa: Restore packet receive filtering state relative with _F_CTRL_RX featureHawkins Jiawei1-0/+85
2023-07-10vdpa: Restore MAC address filtering stateHawkins Jiawei1-0/+52
2023-07-10vdpa: Use iovec for vhost_vdpa_net_load_cmd()Hawkins Jiawei1-8/+25
2023-07-10vdpa: Fix possible use-after-free for VirtQueueElementHawkins Jiawei1-1/+10
2023-07-10vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_offloads()Hawkins Jiawei1-1/+4
2023-07-10vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq()Hawkins Jiawei1-1/+4
2023-07-10vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac()Hawkins Jiawei1-2/+3
2023-07-08vdpa: Sort vdpa_feature_bits array alphabeticallyHawkins Jiawei1-16/+23
2023-07-08vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bitsHawkins Jiawei1-1/+0
2023-07-07net: socket: remove net_init_socket()Laurent Vivier1-26/+17
2023-07-07net: socket: move fd type checking to its own functionLaurent Vivier1-8/+20
2023-07-07net: socket: prepare to cleanup net_init_socket()Laurent Vivier1-3/+3
2023-06-26vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is presentAni Sinha1-0/+8
2023-06-26vdpa: fix not using CVQ buffer in case of errorEugenio Pérez1-1/+1
2023-06-26vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devicesEugenio Pérez1-0/+1
2023-06-26vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQHawkins Jiawei1-0/+1
2023-06-26vdpa: Add vhost_vdpa_net_load_offloads()Hawkins Jiawei1-0/+42
2023-06-26vdpa: reuse virtio_vdev_has_feature()Hawkins Jiawei1-4/+2
2023-06-26vdpa: map shadow vrings with MAP_SHAREDEugenio Pérez1-8/+8
2023-06-26vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len functionEugenio Pérez1-16/+16