aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell6-36/+23
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov3-27/+14
2023-01-09Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov4-9/+9
2023-01-08vdpa: harden the error path if get_iova_range failedLongpeng1-1/+7
2023-01-08vdpa-dev: get iova range explicitlyLongpeng1-8/+0
2023-01-08vhost-user: Refactor the chr_closed_bhHyman Huang(黄勇)1-5/+1
2023-01-08vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)1-6/+15
2023-01-08vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpaEugenio Pérez1-1/+0
2023-01-08vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_availEugenio Pérez1-3/+12
2022-12-21vdpa: always start CVQ in SVQ mode if possibleEugenio Pérez1-1/+109
2022-12-21vdpa: add shadow_data to vhost_vdpaEugenio Pérez1-0/+1
2022-12-21vdpa: store x-svq parameter in VhostVDPAStateEugenio Pérez1-0/+3
2022-12-21vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez1-3/+3
2022-12-21vdpa: move SVQ vring features check to net/Eugenio Pérez1-1/+2
2022-12-21vdpa: request iova_range only onceEugenio Pérez1-13/+14
2022-12-21vdpa: add vhost_vdpa_net_valid_svq_featuresEugenio Pérez1-9/+17
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-9/+4
2022-12-14qapi net: Elide redundant has_FOO in generated CMarkus Armbruster11-78/+76
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-9/+4
2022-11-27Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via2-4/+4
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella1-0/+1
2022-11-11net: Replace TAB indentations with spacesAhmed Abouzied1-5/+5
2022-11-08vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...Si-Wei Liu1-1/+1
2022-10-31net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell1-1/+2
2022-10-28net: stream: add QAPI events to report connection stateLaurent Vivier1-0/+5
2022-10-28net: stream: move to QIO to enable additional parametersLaurent Vivier1-316/+176
2022-10-28net: dgram: add unix socketLaurent Vivier1-1/+54
2022-10-28net: dgram: move mcast specific code from net_socket_fd_init_dgram()Laurent Vivier1-67/+76
2022-10-28net: dgram: make dgram_dst genericLaurent Vivier1-29/+53
2022-10-28net: stream: add unix socketLaurent Vivier1-5/+102
2022-10-28net: stream: Don't ignore EINVAL on netdev socket connectionStefano Brivio1-2/+1
2022-10-28net: socket: Don't ignore EINVAL on netdev socket connectionStefano Brivio1-2/+1
2022-10-28qapi: net: add stream and dgram netdevsLaurent Vivier6-1/+1001
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier9-44/+38
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier1-0/+57
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier1-4/+2
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier1-13/+7
2022-10-28net: introduce convert_host_port()Laurent Vivier1-30/+32
2022-10-28net: improve error message for missing netdev backendDaniel P. Berrangé1-7/+11
2022-10-28vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu1-5/+20
2022-10-28vdpa: Remove shadow CVQ command checkEugenio Pérez1-48/+0
2022-10-28vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez1-1/+0
2022-09-27virtio: del net client if net_init_tap_one failedlu zhipeng1-6/+12
2022-09-27vdpa: Allow MQ feature in SVQEugenio Pérez1-0/+1
2022-09-27vdpa: validate MQ CVQ commandsEugenio Pérez1-0/+9
2022-09-27vdpa: Add vhost_vdpa_net_load_mqEugenio Pérez1-0/+26
2022-09-27vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_loadEugenio Pérez1-22/+40
2022-09-27vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack typeEugenio Pérez1-11/+12
2022-09-02net/colo.c: Fix the pointer issue reported by Coverity.Zhang Chen3-10/+18
2022-09-02vdpa: Delete CVQ migration blockerEugenio Pérez1-2/+0