summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* net: stream: move to QIO to enable additional parametersLaurent Vivier2022-10-281-316/+176
* 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/+1
* net: socket: Don't ignore EINVAL on netdev socket connectionStefano Brivio2022-10-281-2/+1
* qapi: net: add stream and dgram netdevsLaurent Vivier2022-10-286-1/+1001
* net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-289-44/+38
* 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/+2
* net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-281-13/+7
* 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/+0
* vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez2022-10-281-1/+0
* 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/+0
* 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/+58
* 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
* net: slirp: add support for CFI-friendly timer APIPaolo Bonzini2022-05-121-1/+40
* net: slirp: switch to slirp_newPaolo Bonzini2022-05-121-6/+21
* net: slirp: introduce a wrapper struct for QemuTimerPaolo Bonzini2022-05-121-5/+14
* meson: use have_vhost_* variables to pick sourcesPaolo Bonzini2022-05-071-5/+7
* util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-032-6/+6
* net: replace qemu_set_nonblock()Marc-André Lureau2022-05-031-14/+19