Age | Commit message (Expand) | Author | Files | Lines |
2023-04-21 | vdpa: accept VIRTIO_NET_F_SPEED_DUPLEX in SVQ | Eugenio Pérez | 1 | -1/+2 |
2023-03-13 | win32: replace closesocket() with close() wrapper | Marc-André Lureau | 2 | -18/+18 |
2023-03-13 | slirp: open-code qemu_socket_(un)select() | Marc-André Lureau | 1 | -3/+7 |
2023-03-13 | slirp: unregister the win32 SOCKET | Marc-André Lureau | 1 | -1/+3 |
2023-03-13 | main-loop: remove qemu_fd_register(), win32/slirp/socket specific | Marc-André Lureau | 1 | -1/+7 |
2023-03-11 | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging | Peter Maydell | 4 | -79/+84 |
2023-03-10 | net/eth: Introduce EthL4HdrProto | Akihiko Odaki | 1 | -12/+14 |
2023-03-10 | net/eth: Report if headers are actually present | Akihiko Odaki | 1 | -49/+42 |
2023-03-10 | hw/net/net_tx_pkt: Implement TCP segmentation | Akihiko Odaki | 1 | -27/+0 |
2023-03-10 | net: Strip virtio-net header when dumping | Akihiko Odaki | 3 | -4/+41 |
2023-03-07 | vdpa net: allow VHOST_F_LOG_ALL | Eugenio Pérez | 1 | -0/+2 |
2023-03-07 | vdpa: block migration if device has unsupported features | Eugenio Pérez | 1 | -4/+8 |
2023-03-07 | vdpa net: block migration if the device has CVQ | Eugenio Pérez | 1 | -0/+9 |
2023-03-07 | vdpa: add vdpa net migration state notifier | Eugenio Pérez | 1 | -3/+69 |
2023-03-07 | vdpa net: move iova tree creation from init to start | Eugenio Pérez | 1 | -30/+83 |
2023-02-17 | vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check | Eugenio Pérez | 1 | -1/+1 |
2023-02-17 | net: stream: add a new option to automatically reconnect | Laurent Vivier | 1 | -1/+52 |
2023-02-17 | vmnet: stop recieving events when VM is stopped | Joelle van Dyne | 2 | -13/+37 |
2023-02-17 | net: Increase L2TPv3 buffer to fit jumboframes | Christian Svensson | 1 | -1/+1 |
2023-02-17 | net: Replace "Supported NIC models" with "Available NIC models" | Thomas Huth | 1 | -1/+1 |
2023-02-17 | net: Restore printing of the help text with "-nic help" | Thomas Huth | 1 | -2/+12 |
2023-02-17 | net: Move the code to collect available NIC models to a separate function | Thomas Huth | 1 | -0/+34 |
2023-02-08 | net: Clean up includes | Markus Armbruster | 1 | -1/+0 |
2023-02-04 | net: Move hmp_info_network() to net-hmp-cmds.c | Markus Armbruster | 2 | -27/+29 |
2023-02-04 | net: Move HMP commands from monitor to net/ | Markus Armbruster | 2 | -0/+143 |
2023-01-09 | Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 6 | -36/+23 |
2023-01-09 | error handling: Use RETRY_ON_EINTR() macro where applicable | Nikita Ivanov | 3 | -27/+14 |
2023-01-09 | Refactoring: refactor TFR() macro to RETRY_ON_EINTR() | Nikita Ivanov | 4 | -9/+9 |
2023-01-08 | vdpa: harden the error path if get_iova_range failed | Longpeng | 1 | -1/+7 |
2023-01-08 | vdpa-dev: get iova range explicitly | Longpeng | 1 | -8/+0 |
2023-01-08 | vhost-user: Refactor the chr_closed_bh | Hyman Huang(黄勇) | 1 | -5/+1 |
2023-01-08 | vhost-user: Refactor vhost acked features saving | Hyman Huang(黄勇) | 1 | -6/+15 |
2023-01-08 | vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa | Eugenio Pérez | 1 | -1/+0 |
2023-01-08 | vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail | Eugenio Pérez | 1 | -3/+12 |
2022-12-21 | vdpa: always start CVQ in SVQ mode if possible | Eugenio Pérez | 1 | -1/+109 |
2022-12-21 | vdpa: add shadow_data to vhost_vdpa | Eugenio Pérez | 1 | -0/+1 |
2022-12-21 | vdpa: store x-svq parameter in VhostVDPAState | Eugenio Pérez | 1 | -0/+3 |
2022-12-21 | vdpa: add asid parameter to vhost_vdpa_dma_map/unmap | Eugenio Pérez | 1 | -3/+3 |
2022-12-21 | vdpa: move SVQ vring features check to net/ | Eugenio Pérez | 1 | -1/+2 |
2022-12-21 | vdpa: request iova_range only once | Eugenio Pérez | 1 | -13/+14 |
2022-12-21 | vdpa: add vhost_vdpa_net_valid_svq_features | Eugenio Pérez | 1 | -9/+17 |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell | 1 | -9/+4 |
2022-12-14 | qapi net: Elide redundant has_FOO in generated C | Markus Armbruster | 11 | -78/+76 |
2022-12-14 | qapi: Use returned bool to check for failure (again) | Markus Armbruster | 1 | -9/+4 |
2022-11-27 | Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues | Stefan Weil via | 2 | -4/+4 |
2022-11-22 | vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices | Stefano Garzarella | 1 | -0/+1 |
2022-11-11 | net: Replace TAB indentations with spaces | Ahmed Abouzied | 1 | -5/+5 |
2022-11-08 | vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_... | Si-Wei Liu | 1 | -1/+1 |
2022-10-31 | net/vhost-vdpa.c: Fix clang compilation failure | Peter Maydell | 1 | -1/+2 |
2022-10-28 | net: stream: add QAPI events to report connection state | Laurent Vivier | 1 | -0/+5 |