aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson2024-07-031-3/+13
|\
| * vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer2024-07-011-0/+1
| * vhost-vdpa: check vhost_vdpa_set_vring_ready() return valueStefano Garzarella2024-07-011-3/+12
* | net/vmnet: Drop ifdef for macOS versions older than 12.0Akihiko Odaki2024-07-024-51/+2
|/
* net/can: Remove unused struct 'CanBusState'Dr. David Alan Gilbert2024-06-301-6/+0
* tap: Shrink zeroed virtio-net headerAkihiko Odaki2024-06-041-1/+1
* tap: Call tap_receive_iov() from tap_receive()Akihiko Odaki2024-06-041-30/+5
* net: Remove receive_raw()Akihiko Odaki2024-06-042-7/+12
* net: Move virtio-net header length assertionAkihiko Odaki2024-06-042-3/+5
* tap: Remove qemu_using_vnet_hdr()Akihiko Odaki2024-06-044-58/+3
* tap: Remove tap_probe_vnet_hdr_len()Akihiko Odaki2024-06-046-42/+2
* 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 into stagingPeter 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 stagingPeter 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