aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-08-28net: Fix '-net nic,model=' for non-help argumentsDavid Woodhouse
2024-08-28net: Reinstate '-net nic, model=help' output as documented in man pageDavid Woodhouse
2024-03-29Revert "tap: setting error appropriately when calling net_init_tap_one()"Akihiko Odaki
2024-03-29tap-win32: Remove unnecessary stubsAkihiko Odaki
2024-03-25net/af-xdp.c: Don't leak sock_fds array in net_init_af_xdp()Peter Maydell
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-03-12vdpa: indicate transitional state for SVQ switchingSi-Wei Liu
2024-03-12vdpa: add trace event for vhost_vdpa_net_load_mqSi-Wei Liu
2024-03-12vdpa: add trace events for vhost_vdpa_net_load_cmdSi-Wei Liu
2024-03-12vdpa: add vhost_vdpa_set_address_space_id traceSi-Wei Liu
2024-03-12vdpa: factor out vhost_vdpa_net_get_nc_vdpaSi-Wei Liu
2024-03-12vdpa: add back vhost_vdpa_net_first_nc_vdpaSi-Wei Liu
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-03-12error: Move ERRP_GUARD() to the beginning of the functionZhao Liu
2024-03-12net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-11migration: privatize colo interfacesSteve Sistare
2024-03-11migration: export migration_is_setup_or_activeSteve Sistare
2024-02-28migration: MigrationNotifyFuncSteve Sistare
2024-02-28migration: MigrationEvent for notifiersSteve Sistare
2024-02-28migration: convert to NotifierWithReturnSteve Sistare
2024-02-02net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse
2024-02-02net: remove qemu_show_nic_models(), qemu_find_nic_model()David Woodhouse
2024-02-02net: remove qemu_check_nic_model()David Woodhouse
2024-02-02net: add qemu_create_nic_bus_devices()David Woodhouse
2024-02-02net: report list of available models according to platformDavid Woodhouse
2024-02-02net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse
2024-01-30misc: Clean up includesPeter Maydell
2024-01-11net: handle QIOTask completion to report useful error messageDaniel P. Berrangé
2024-01-11net: add explicit info about connecting/listening stateDaniel P. Berrangé
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-12-26vdpa: use VhostVDPAShared in vdpa_dma_map and unmapEugenio Pérez
2023-12-26vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move iova tree to the shared structEugenio Pérez
2023-12-26vdpa: add VhostVDPASharedEugenio Pérez
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-11-21net: do not delete nics in net_cleanup()David Woodhouse
2023-11-21net: Update MemReentrancyGuard for NICAkihiko Odaki
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-11-17net: Fix a misleading error messageMarkus Armbruster
2023-11-07vdpa: Allow VIRTIO_NET_F_RSS in SVQHawkins Jiawei
2023-11-07vdpa: Restore receive-side scaling stateHawkins Jiawei
2023-11-07vdpa: Add SetSteeringEBPF method for NetClientStateHawkins Jiawei
2023-11-07vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQHawkins Jiawei
2023-11-07vdpa: Restore hash calculation stateHawkins Jiawei