aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-12-21vdpa: always start CVQ in SVQ mode if possibleEugenio Pérez
2022-12-21vdpa: add shadow_data to vhost_vdpaEugenio Pérez
2022-12-21vdpa: store x-svq parameter in VhostVDPAStateEugenio Pérez
2022-12-21vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez
2022-12-21vdpa: move SVQ vring features check to net/Eugenio Pérez
2022-12-21vdpa: request iova_range only onceEugenio Pérez
2022-12-21vdpa: add vhost_vdpa_net_valid_svq_featuresEugenio Pérez
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi net: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster
2022-11-27Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella
2022-11-11net: Replace TAB indentations with spacesAhmed Abouzied
2022-11-08vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...Si-Wei Liu
2022-10-31net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell
2022-10-28net: stream: add QAPI events to report connection stateLaurent Vivier
2022-10-28net: stream: move to QIO to enable additional parametersLaurent Vivier
2022-10-28net: dgram: add unix socketLaurent Vivier
2022-10-28net: dgram: move mcast specific code from net_socket_fd_init_dgram()Laurent Vivier
2022-10-28net: dgram: make dgram_dst genericLaurent Vivier
2022-10-28net: stream: add unix socketLaurent Vivier
2022-10-28net: stream: Don't ignore EINVAL on netdev socket connectionStefano Brivio
2022-10-28net: socket: Don't ignore EINVAL on netdev socket connectionStefano Brivio
2022-10-28qapi: net: add stream and dgram netdevsLaurent Vivier
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier
2022-10-28net: introduce convert_host_port()Laurent Vivier
2022-10-28net: improve error message for missing netdev backendDaniel P. Berrangé
2022-10-28vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu
2022-10-28vdpa: Remove shadow CVQ command checkEugenio Pérez
2022-10-28vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez
2022-09-27virtio: del net client if net_init_tap_one failedlu zhipeng
2022-09-27vdpa: Allow MQ feature in SVQEugenio Pérez
2022-09-27vdpa: validate MQ CVQ commandsEugenio Pérez
2022-09-27vdpa: Add vhost_vdpa_net_load_mqEugenio Pérez
2022-09-27vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_loadEugenio Pérez
2022-09-27vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack typeEugenio Pérez
2022-09-02net/colo.c: Fix the pointer issue reported by Coverity.Zhang Chen
2022-09-02vdpa: Delete CVQ migration blockerEugenio Pérez
2022-09-02vdpa: Add virtio-net mac address via CVQ at startEugenio Pérez
2022-09-02vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_availEugenio Pérez
2022-09-02vdpa: Move command buffers map to start of net deviceEugenio Pérez
2022-09-02vdpa: add net_vhost_vdpa_cvq_info NetClientInfoEugenio Pérez
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez
2022-08-04vdpa: Fix file descriptor leak on get features errorEugenio Pérez
2022-07-20net/colo.c: fix segmentation fault when packet is not parsed correctlyZhang Chen
2022-07-20net/colo.c: No need to track conn_list for filter-rewriterZhang Chen
2022-07-20net/colo: Fix a "double free" crash to clear the conn_listZhang Chen