summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via2022-11-272-4/+4
* vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2022-11-221-0/+1
* net: Replace TAB indentations with spacesAhmed Abouzied2022-11-111-5/+5
* vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...Si-Wei Liu2022-11-081-1/+1
* net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell2022-10-311-1/+2
* net: stream: add QAPI events to report connection stateLaurent Vivier2022-10-281-0/+5
* net: stream: move to QIO to enable additional parametersLaurent Vivier2022-10-281-316/+176Star
* net: dgram: add unix socketLaurent Vivier2022-10-281-1/+54
* net: dgram: move mcast specific code from net_socket_fd_init_dgram()Laurent Vivier2022-10-281-67/+76
* net: dgram: make dgram_dst genericLaurent Vivier2022-10-281-29/+53
* net: stream: add unix socketLaurent Vivier2022-10-281-5/+102
* net: stream: Don't ignore EINVAL on netdev socket connectionStefano Brivio2022-10-281-2/+1Star
* net: socket: Don't ignore EINVAL on netdev socket connectionStefano Brivio2022-10-281-2/+1Star
* qapi: net: add stream and dgram netdevsLaurent Vivier2022-10-286-1/+1001
* net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-289-44/+38Star
* qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier2022-10-281-0/+57
* net: simplify net_client_parse() error managementLaurent Vivier2022-10-281-4/+2Star
* net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-281-13/+7Star
* net: introduce convert_host_port()Laurent Vivier2022-10-281-30/+32
* net: improve error message for missing netdev backendDaniel P. Berrangé2022-10-281-7/+11
* vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu2022-10-281-5/+20
* vdpa: Remove shadow CVQ command checkEugenio Pérez2022-10-281-48/+0Star
* vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez2022-10-281-1/+0Star
* virtio: del net client if net_init_tap_one failedlu zhipeng2022-09-271-6/+12
* vdpa: Allow MQ feature in SVQEugenio Pérez2022-09-271-0/+1
* vdpa: validate MQ CVQ commandsEugenio Pérez2022-09-271-0/+9
* vdpa: Add vhost_vdpa_net_load_mqEugenio Pérez2022-09-271-0/+26
* vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_loadEugenio Pérez2022-09-271-22/+40
* vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack typeEugenio Pérez2022-09-271-11/+12
* net/colo.c: Fix the pointer issue reported by Coverity.Zhang Chen2022-09-023-10/+18
* vdpa: Delete CVQ migration blockerEugenio Pérez2022-09-021-2/+0Star
* vdpa: Add virtio-net mac address via CVQ at startEugenio Pérez2022-09-021-0/+40
* vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_availEugenio Pérez2022-09-021-21/+38
* vdpa: Move command buffers map to start of net deviceEugenio Pérez2022-09-021-65/+58Star
* vdpa: add net_vhost_vdpa_cvq_info NetClientInfoEugenio Pérez2022-09-021-1/+11
* util: accept iova_tree_remove_parameter by valueEugenio Pérez2022-09-021-2/+2
* vdpa: Fix file descriptor leak on get features errorEugenio Pérez2022-08-041-2/+2
* net/colo.c: fix segmentation fault when packet is not parsed correctlyZhang Chen2022-07-202-1/+9
* net/colo.c: No need to track conn_list for filter-rewriterZhang Chen2022-07-201-1/+1
* net/colo: Fix a "double free" crash to clear the conn_listZhang Chen2022-07-202-2/+2
* vdpa: Add x-svq to NetdevVhostVDPAOptionsEugenio Pérez2022-07-201-3/+69
* vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairsEugenio Pérez2022-07-201-10/+20
* vdpa: Buffer CVQ support on shadow virtqueueEugenio Pérez2022-07-201-8/+205
* vdpa: manual forward CVQ buffersEugenio Pérez2022-07-201-0/+58
* vhost-net-vdpa: add stubs for when no virtio-net device is presentEugenio Pérez2022-07-202-1/+23
* net/vmnet: implement bridged mode (vmnet-bridged)Vladislav Yaroshchuk2022-05-171-5/+132
* net/vmnet: implement host mode (vmnet-host)Vladislav Yaroshchuk2022-05-171-6/+110
* net/vmnet: implement shared mode (vmnet-shared)Vladislav Yaroshchuk2022-05-173-5/+491
* net/vmnet: add vmnet backends to qapi/netVladislav Yaroshchuk2022-05-178-0/+146
* vhost-vdpa: fix improper cleanup in net_init_vhost_vdpaSi-Wei Liu2022-05-161-1/+3