summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vdpa: accept VIRTIO_NET_F_SPEED_DUPLEX in SVQEugenio Pérez2023-04-211-1/+2
* win32: replace closesocket() with close() wrapperMarc-André Lureau2023-03-132-18/+18
* slirp: open-code qemu_socket_(un)select()Marc-André Lureau2023-03-131-3/+7
* slirp: unregister the win32 SOCKETMarc-André Lureau2023-03-131-1/+3
* main-loop: remove qemu_fd_register(), win32/slirp/socket specificMarc-André Lureau2023-03-131-1/+7
* Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2023-03-114-79/+84
|\
| * net/eth: Introduce EthL4HdrProtoAkihiko Odaki2023-03-101-12/+14
| * net/eth: Report if headers are actually presentAkihiko Odaki2023-03-101-49/+42
| * hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki2023-03-101-27/+0
| * net: Strip virtio-net header when dumpingAkihiko Odaki2023-03-103-4/+41
* | vdpa net: allow VHOST_F_LOG_ALLEugenio Pérez2023-03-071-0/+2
* | vdpa: block migration if device has unsupported featuresEugenio Pérez2023-03-071-4/+8
* | vdpa net: block migration if the device has CVQEugenio Pérez2023-03-071-0/+9
* | vdpa: add vdpa net migration state notifierEugenio Pérez2023-03-071-3/+69
* | vdpa net: move iova tree creation from init to startEugenio Pérez2023-03-071-30/+83
|/
* vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag checkEugenio Pérez2023-02-171-1/+1
* net: stream: add a new option to automatically reconnectLaurent Vivier2023-02-171-1/+52
* vmnet: stop recieving events when VM is stoppedJoelle van Dyne2023-02-172-13/+37
* net: Increase L2TPv3 buffer to fit jumboframesChristian Svensson2023-02-171-1/+1
* net: Replace "Supported NIC models" with "Available NIC models"Thomas Huth2023-02-171-1/+1
* net: Restore printing of the help text with "-nic help"Thomas Huth2023-02-171-2/+12
* net: Move the code to collect available NIC models to a separate functionThomas Huth2023-02-171-0/+34
* net: Clean up includesMarkus Armbruster2023-02-081-1/+0
* net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster2023-02-042-27/+29
* net: Move HMP commands from monitor to net/Markus Armbruster2023-02-042-0/+143
* Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2023-01-096-36/+23
|\
| * error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov2023-01-093-27/+14
| * Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov2023-01-094-9/+9
* | vdpa: harden the error path if get_iova_range failedLongpeng2023-01-081-1/+7
* | vdpa-dev: get iova range explicitlyLongpeng2023-01-081-8/+0
* | vhost-user: Refactor the chr_closed_bhHyman Huang(黄勇)2023-01-081-5/+1
* | vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)2023-01-081-6/+15
* | vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpaEugenio Pérez2023-01-081-1/+0
* | vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_availEugenio Pérez2023-01-081-3/+12
|/
* vdpa: always start CVQ in SVQ mode if possibleEugenio Pérez2022-12-211-1/+109
* vdpa: add shadow_data to vhost_vdpaEugenio Pérez2022-12-211-0/+1
* vdpa: store x-svq parameter in VhostVDPAStateEugenio Pérez2022-12-211-0/+3
* vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez2022-12-211-3/+3
* vdpa: move SVQ vring features check to net/Eugenio Pérez2022-12-211-1/+2
* vdpa: request iova_range only onceEugenio Pérez2022-12-211-13/+14
* vdpa: add vhost_vdpa_net_valid_svq_featuresEugenio Pérez2022-12-211-9/+17
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-151-9/+4
|\
| * qapi: Use returned bool to check for failure (again)Markus Armbruster2022-12-141-9/+4
* | qapi net: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-1411-78/+76
|/
* Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via2022-11-272-4/+4
* vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2022-11-221-0/+1
* net: Replace TAB indentations with spacesAhmed Abouzied2022-11-111-5/+5
* vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...Si-Wei Liu2022-11-081-1/+1
* net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell2022-10-311-1/+2
* net: stream: add QAPI events to report connection stateLaurent Vivier2022-10-281-0/+5