aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau
2023-03-13slirp: open-code qemu_socket_(un)select()Marc-André Lureau
2023-03-13slirp: unregister the win32 SOCKETMarc-André Lureau
2023-03-13main-loop: remove qemu_fd_register(), win32/slirp/socket specificMarc-André Lureau
2023-03-11Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki
2023-03-10hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki
2023-03-10net: Strip virtio-net header when dumpingAkihiko Odaki
2023-03-07vdpa net: allow VHOST_F_LOG_ALLEugenio Pérez
2023-03-07vdpa: block migration if device has unsupported featuresEugenio Pérez
2023-03-07vdpa net: block migration if the device has CVQEugenio Pérez
2023-03-07vdpa: add vdpa net migration state notifierEugenio Pérez
2023-03-07vdpa net: move iova tree creation from init to startEugenio Pérez
2023-02-17vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag checkEugenio Pérez
2023-02-17net: stream: add a new option to automatically reconnectLaurent Vivier
2023-02-17vmnet: stop recieving events when VM is stoppedJoelle van Dyne
2023-02-17net: Increase L2TPv3 buffer to fit jumboframesChristian Svensson
2023-02-17net: Replace "Supported NIC models" with "Available NIC models"Thomas Huth
2023-02-17net: Restore printing of the help text with "-nic help"Thomas Huth
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth
2023-02-08net: Clean up includesMarkus Armbruster
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster
2023-02-04net: Move HMP commands from monitor to net/Markus Armbruster
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov
2023-01-09Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov
2023-01-08vdpa: harden the error path if get_iova_range failedLongpeng
2023-01-08vdpa-dev: get iova range explicitlyLongpeng
2023-01-08vhost-user: Refactor the chr_closed_bhHyman Huang(黄勇)
2023-01-08vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)
2023-01-08vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpaEugenio Pérez
2023-01-08vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_availEugenio Pérez
2022-12-21vdpa: always start CVQ in SVQ mode if possibleEugenio Pérez
2022-12-21vdpa: add shadow_data to vhost_vdpaEugenio Pérez
2022-12-21vdpa: store x-svq parameter in VhostVDPAStateEugenio Pérez
2022-12-21vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez
2022-12-21vdpa: move SVQ vring features check to net/Eugenio Pérez
2022-12-21vdpa: request iova_range only onceEugenio Pérez
2022-12-21vdpa: add vhost_vdpa_net_valid_svq_featuresEugenio Pérez
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi net: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster
2022-11-27Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella
2022-11-11net: Replace TAB indentations with spacesAhmed Abouzied
2022-11-08vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...Si-Wei Liu
2022-10-31net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell
2022-10-28net: stream: add QAPI events to report connection stateLaurent Vivier
2022-10-28net: stream: move to QIO to enable additional parametersLaurent Vivier