aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-04tap: Shrink zeroed virtio-net headerAkihiko Odaki1-1/+1
2024-06-04tap: Call tap_receive_iov() from tap_receive()Akihiko Odaki1-30/+5
2024-06-04net: Remove receive_raw()Akihiko Odaki2-7/+12
2024-06-04net: Move virtio-net header length assertionAkihiko Odaki2-3/+5
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki4-58/+3
2024-06-04tap: Remove tap_probe_vnet_hdr_len()Akihiko Odaki6-42/+2
2024-04-29net/slirp: Use newer slirp_*_hostxfwd APINicholas Ngai1-14/+48
2024-04-18colo: move stubs out of stubs/Paolo Bonzini2-0/+9
2024-03-29Revert "tap: setting error appropriately when calling net_init_tap_one()"Akihiko Odaki1-17/+5
2024-03-29tap-win32: Remove unnecessary stubsAkihiko Odaki1-54/+0
2024-03-25net/af-xdp.c: Don't leak sock_fds array in net_init_af_xdp()Peter Maydell1-2/+1
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2-2/+34
2024-03-12vdpa: indicate transitional state for SVQ switchingSi-Wei Liu1-0/+3
2024-03-12vdpa: add trace event for vhost_vdpa_net_load_mqSi-Wei Liu2-0/+3
2024-03-12vdpa: add trace events for vhost_vdpa_net_load_cmdSi-Wei Liu2-0/+4
2024-03-12vdpa: add vhost_vdpa_set_address_space_id traceSi-Wei Liu2-0/+6
2024-03-12vdpa: factor out vhost_vdpa_net_get_nc_vdpaSi-Wei Liu1-4/+9
2024-03-12vdpa: add back vhost_vdpa_net_first_nc_vdpaSi-Wei Liu1-2/+13
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-2/+2
2024-03-12error: Move ERRP_GUARD() to the beginning of the functionZhao Liu1-2/+1
2024-03-12net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-11migration: privatize colo interfacesSteve Sistare1-2/+1
2024-03-11migration: export migration_is_setup_or_activeSteve Sistare1-2/+1
2024-02-28migration: MigrationNotifyFuncSteve Sistare1-4/+2
2024-02-28migration: MigrationEvent for notifiersSteve Sistare1-3/+3
2024-02-28migration: convert to NotifierWithReturnSteve Sistare1-2/+4
2024-02-02net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse1-0/+3
2024-02-02net: remove qemu_show_nic_models(), qemu_find_nic_model()David Woodhouse1-33/+6
2024-02-02net: remove qemu_check_nic_model()David Woodhouse1-13/+0
2024-02-02net: add qemu_create_nic_bus_devices()David Woodhouse1-0/+53
2024-02-02net: report list of available models according to platformDavid Woodhouse1-0/+94
2024-02-02net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse1-0/+51
2024-01-30misc: Clean up includesPeter Maydell1-1/+0
2024-01-11net: handle QIOTask completion to report useful error messageDaniel P. Berrangé1-5/+10
2024-01-11net: add explicit info about connecting/listening stateDaniel P. Berrangé1-1/+4
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi1-1/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-7/+7
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini2-5/+5
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini1-2/+0
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-1/+3
2023-12-26vdpa: use VhostVDPAShared in vdpa_dma_map and unmapEugenio Pérez1-2/+3
2023-12-26vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez1-7/+4
2023-12-26vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez1-17/+5
2023-12-26vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez1-5/+5
2023-12-26vdpa: move iova tree to the shared structEugenio Pérez1-31/+23
2023-12-26vdpa: add VhostVDPASharedEugenio Pérez1-2/+22
2023-12-21block: remove AioContext lockingStefan Hajnoczi1-2/+0
2023-11-21net: do not delete nics in net_cleanup()David Woodhouse1-6/+22
2023-11-21net: Update MemReentrancyGuard for NICAkihiko Odaki1-0/+14
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-0/+1