aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-02vdpa: Add virtio-net mac address via CVQ at startEugenio Pérez1-0/+40
2022-09-02vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_availEugenio Pérez1-21/+38
2022-09-02vdpa: Move command buffers map to start of net deviceEugenio Pérez1-65/+58
2022-09-02vdpa: add net_vhost_vdpa_cvq_info NetClientInfoEugenio Pérez1-1/+11
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez1-2/+2
2022-08-04vdpa: Fix file descriptor leak on get features errorEugenio Pérez1-2/+2
2022-07-20net/colo.c: fix segmentation fault when packet is not parsed correctlyZhang Chen2-1/+9
2022-07-20net/colo.c: No need to track conn_list for filter-rewriterZhang Chen1-1/+1
2022-07-20net/colo: Fix a "double free" crash to clear the conn_listZhang Chen2-2/+2
2022-07-20vdpa: Add x-svq to NetdevVhostVDPAOptionsEugenio Pérez1-3/+69
2022-07-20vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairsEugenio Pérez1-10/+20
2022-07-20vdpa: Buffer CVQ support on shadow virtqueueEugenio Pérez1-8/+205
2022-07-20vdpa: manual forward CVQ buffersEugenio Pérez1-0/+58
2022-07-20vhost-net-vdpa: add stubs for when no virtio-net device is presentEugenio Pérez2-1/+23
2022-05-17net/vmnet: implement bridged mode (vmnet-bridged)Vladislav Yaroshchuk1-5/+132
2022-05-17net/vmnet: implement host mode (vmnet-host)Vladislav Yaroshchuk1-6/+110
2022-05-17net/vmnet: implement shared mode (vmnet-shared)Vladislav Yaroshchuk3-5/+491
2022-05-17net/vmnet: add vmnet backends to qapi/netVladislav Yaroshchuk8-0/+146
2022-05-16vhost-vdpa: fix improper cleanup in net_init_vhost_vdpaSi-Wei Liu1-1/+3
2022-05-12net: slirp: add support for CFI-friendly timer APIPaolo Bonzini1-1/+40
2022-05-12net: slirp: switch to slirp_newPaolo Bonzini1-6/+21
2022-05-12net: slirp: introduce a wrapper struct for QemuTimerPaolo Bonzini1-5/+14
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini1-5/+7