summary refs log tree commit diff stats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/slirp: Use newer slirp_*_hostxfwd APINicholas Ngai2024-04-291-14/+48
* colo: move stubs out of stubs/Paolo Bonzini2024-04-182-0/+9
* Revert "tap: setting error appropriately when calling net_init_tap_one()"Akihiko Odaki2024-03-291-17/+5
* tap-win32: Remove unnecessary stubsAkihiko Odaki2024-03-291-54/+0
* net/af-xdp.c: Don't leak sock_fds array in net_init_af_xdp()Peter Maydell2024-03-251-2/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-03-132-2/+34
|\
| * vdpa: indicate transitional state for SVQ switchingSi-Wei Liu2024-03-121-0/+3
| * vdpa: add trace event for vhost_vdpa_net_load_mqSi-Wei Liu2024-03-122-0/+3
| * vdpa: add trace events for vhost_vdpa_net_load_cmdSi-Wei Liu2024-03-122-0/+4
| * vdpa: add vhost_vdpa_set_address_space_id traceSi-Wei Liu2024-03-122-0/+6
| * vdpa: factor out vhost_vdpa_net_get_nc_vdpaSi-Wei Liu2024-03-121-4/+9
| * vdpa: add back vhost_vdpa_net_first_nc_vdpaSi-Wei Liu2024-03-121-2/+13
* | Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-03-121-2/+2
|\ \
| * | error: Move ERRP_GUARD() to the beginning of the functionZhao Liu2024-03-121-2/+1
| * | net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| |/
* | migration: privatize colo interfacesSteve Sistare2024-03-111-2/+1
* | migration: export migration_is_setup_or_activeSteve Sistare2024-03-111-2/+1
|/
* migration: MigrationNotifyFuncSteve Sistare2024-02-281-4/+2
* migration: MigrationEvent for notifiersSteve Sistare2024-02-281-3/+3
* migration: convert to NotifierWithReturnSteve Sistare2024-02-281-2/+4
* net: make nb_nics and nd_table[] static in net/net.cDavid Woodhouse2024-02-021-0/+3
* net: remove qemu_show_nic_models(), qemu_find_nic_model()David Woodhouse2024-02-021-33/+6
* net: remove qemu_check_nic_model()David Woodhouse2024-02-021-13/+0
* net: add qemu_create_nic_bus_devices()David Woodhouse2024-02-021-0/+53
* net: report list of available models according to platformDavid Woodhouse2024-02-021-0/+94
* net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse2024-02-021-0/+51
* misc: Clean up includesPeter Maydell2024-01-301-1/+0
* net: handle QIOTask completion to report useful error messageDaniel P. Berrangé2024-01-111-5/+10
* net: add explicit info about connecting/listening stateDaniel P. Berrangé2024-01-111-1/+4
* Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi2024-01-081-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-01-042-7/+7
|\
| * configure, meson: rename targetos to host_osPaolo Bonzini2023-12-312-5/+5
| * meson: remove CONFIG_ALLPaolo Bonzini2023-12-311-2/+0
| * meson: remove OS definitions from config_targetosPaolo Bonzini2023-12-311-1/+3
* | vdpa: use VhostVDPAShared in vdpa_dma_map and unmapEugenio Pérez2023-12-261-2/+3
* | vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez2023-12-261-7/+4
* | vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez2023-12-261-17/+5
* | vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez2023-12-261-5/+5
* | vdpa: move iova tree to the shared structEugenio Pérez2023-12-261-31/+23
* | vdpa: add VhostVDPASharedEugenio Pérez2023-12-261-2/+22
* | block: remove AioContext lockingStefan Hajnoczi2023-12-211-2/+0
|/
* net: do not delete nics in net_cleanup()David Woodhouse2023-11-211-6/+22
* net: Update MemReentrancyGuard for NICAkihiko Odaki2023-11-211-0/+14
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-0/+1
* net: Fix a misleading error messageMarkus Armbruster2023-11-171-3/+3
* vdpa: Allow VIRTIO_NET_F_RSS in SVQHawkins Jiawei2023-11-071-0/+1
* vdpa: Restore receive-side scaling stateHawkins Jiawei2023-11-071-23/+44
* vdpa: Add SetSteeringEBPF method for NetClientStateHawkins Jiawei2023-11-071-0/+8
* vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQHawkins Jiawei2023-11-071-0/+1
* vdpa: Restore hash calculation stateHawkins Jiawei2023-11-071-0/+91