index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2024-10-31
migration: Drop migration_is_setup_or_active()
Peter Xu
2024-10-29
Fix calculation of minimum in colo_compare_tcp
Stefan Weil
2024-10-28
net: Check if nc is NULL in qemu_get_vnet_hdr_len()
Akihiko Odaki
2024-10-28
net/tap-win32: Fix gcc 14 format truncation errors
Bernhard Beschow
2024-10-28
net/stream: deprecate 'reconnect' in favor of 'reconnect-ms'
Daniil Tatianin
2024-10-28
net: fix build when libbpf is disabled, but libxdp is enabled
Daniel P. Berrangé
2024-10-03
net: Remove deadcode
Dr. David Alan Gilbert
2024-08-20
vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits
Akihiko Odaki
2024-08-12
net: Fix '-net nic,model=' for non-help arguments
David Woodhouse
2024-08-05
net/tap: Use qemu_close_all_open_fd()
Clément Léger
2024-08-05
net/tap: Factorize fd closing after forking
Clément Léger
2024-08-02
net: Reinstate '-net nic, model=help' output as documented in man page
David Woodhouse
2024-07-21
vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
Jonah Palmer
2024-07-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
2024-07-02
net/vmnet: Drop ifdef for macOS versions older than 12.0
Akihiko Odaki
2024-07-01
vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
Jonah Palmer
2024-07-01
vhost-vdpa: check vhost_vdpa_set_vring_ready() return value
Stefano Garzarella
2024-06-30
net/can: Remove unused struct 'CanBusState'
Dr. David Alan Gilbert
2024-06-04
tap: Shrink zeroed virtio-net header
Akihiko Odaki
2024-06-04
tap: Call tap_receive_iov() from tap_receive()
Akihiko Odaki
2024-06-04
net: Remove receive_raw()
Akihiko Odaki
2024-06-04
net: Move virtio-net header length assertion
Akihiko Odaki
2024-06-04
tap: Remove qemu_using_vnet_hdr()
Akihiko Odaki
2024-06-04
tap: Remove tap_probe_vnet_hdr_len()
Akihiko Odaki
2024-04-29
net/slirp: Use newer slirp_*_hostxfwd API
Nicholas Ngai
2024-04-18
colo: move stubs out of stubs/
Paolo Bonzini
2024-03-29
Revert "tap: setting error appropriately when calling net_init_tap_one()"
Akihiko Odaki
2024-03-29
tap-win32: Remove unnecessary stubs
Akihiko Odaki
2024-03-25
net/af-xdp.c: Don't leak sock_fds array in net_init_af_xdp()
Peter Maydell
2024-03-13
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2024-03-12
vdpa: indicate transitional state for SVQ switching
Si-Wei Liu
2024-03-12
vdpa: add trace event for vhost_vdpa_net_load_mq
Si-Wei Liu
2024-03-12
vdpa: add trace events for vhost_vdpa_net_load_cmd
Si-Wei Liu
2024-03-12
vdpa: add vhost_vdpa_set_address_space_id trace
Si-Wei Liu
2024-03-12
vdpa: factor out vhost_vdpa_net_get_nc_vdpa
Si-Wei Liu
2024-03-12
vdpa: add back vhost_vdpa_net_first_nc_vdpa
Si-Wei Liu
2024-03-12
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-03-12
error: Move ERRP_GUARD() to the beginning of the function
Zhao Liu
2024-03-12
net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-11
migration: privatize colo interfaces
Steve Sistare
2024-03-11
migration: export migration_is_setup_or_active
Steve Sistare
2024-02-28
migration: MigrationNotifyFunc
Steve Sistare
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
2024-02-02
net: make nb_nics and nd_table[] static in net/net.c
David Woodhouse
2024-02-02
net: remove qemu_show_nic_models(), qemu_find_nic_model()
David Woodhouse
2024-02-02
net: remove qemu_check_nic_model()
David Woodhouse
2024-02-02
net: add qemu_create_nic_bus_devices()
David Woodhouse
2024-02-02
net: report list of available models according to platform
David Woodhouse
2024-02-02
net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()
David Woodhouse
[next]