]> git.proxmox.com Git - mirror_qemu.git/history - net
hw/char: riscv_htif: Drop {to, from}host_size in HTIFState
[mirror_qemu.git] / net /
2023-01-11 Peter MaydellMerge tag 'nvme-next-pull-request' of https://gitlab...
2023-01-09 Peter MaydellMerge tag 'pull-request-2023-01-09' of https://gitlab...
2023-01-09 Nikita Ivanoverror handling: Use RETRY_ON_EINTR() macro where applicable
2023-01-09 Nikita IvanovRefactoring: refactor TFR() macro to RETRY_ON_EINTR()
2023-01-09 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2023-01-08 Longpengvdpa: harden the error path if get_iova_range failed
2023-01-08 Longpengvdpa-dev: get iova range explicitly
2023-01-08 Hyman Huang(黄勇)vhost-user: Refactor the chr_closed_bh
2023-01-08 Hyman Huang(黄勇)vhost-user: Refactor vhost acked features saving
2023-01-08 Eugenio Pérezvdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in...
2023-01-08 Eugenio Pérezvdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net...
2022-12-21 Peter MaydellMerge tag 'pull-ppc-20221221' of https://gitlab.com...
2022-12-21 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2022-12-21 Eugenio Pérezvdpa: always start CVQ in SVQ mode if possible
2022-12-21 Eugenio Pérezvdpa: add shadow_data to vhost_vdpa
2022-12-21 Eugenio Pérezvdpa: store x-svq parameter in VhostVDPAState
2022-12-21 Eugenio Pérezvdpa: add asid parameter to vhost_vdpa_dma_map/unmap
2022-12-21 Eugenio Pérezvdpa: move SVQ vring features check to net/
2022-12-21 Eugenio Pérezvdpa: request iova_range only once
2022-12-21 Eugenio Pérezvdpa: add vhost_vdpa_net_valid_svq_features
2022-12-18 Peter MaydellMerge tag 'pull-loongarch-20221215' of https://gitlab...
2022-12-15 Peter MaydellMerge tag 'pull-target-arm-20221215-1' of https://git...
2022-12-15 Peter MaydellMerge tag 'next-8.0-pull-request' of https://gitlab...
2022-12-15 Peter MaydellMerge tag 'pull-misc-2022-12-14' of https://repo.or...
2022-12-14 Peter MaydellMerge tag 'pull-qapi-2022-12-14-v2' of https://repo...
2022-12-14 Markus Armbrusterqapi net: Elide redundant has_FOO in generated C
2022-12-14 Markus Armbrusterqapi: Use returned bool to check for failure (again)
2022-12-04 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-12-04 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-11-29 Stefan HajnocziMerge tag 'seabios-1.16.1-20221128-pull-request' of...
2022-11-27 Stefan Weil viaAdd G_GNUC_PRINTF to function qemu_set_info_str and...
2022-11-22 Stefan HajnocziMerge tag 'pull-target-arm-20221122' of https://git...
2022-11-22 Stefan HajnocziMerge tag 'pull-loongarch-20221122' of https://gitlab...
2022-11-22 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-11-22 Stefano Garzarellavhost: mask VIRTIO_F_RING_RESET for vhost and vhost...
2022-11-14 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2022-11-12 Stefan HajnocziMerge tag 'pull-la-20221112' of https://gitlab.com...
2022-11-11 Stefan HajnocziMerge tag 'pull-request-2022-11-11' of https://gitlab...
2022-11-11 Ahmed Abouziednet: Replace TAB indentations with spaces
2022-11-08 Si-Wei Liuvhost-vdpa: fix assert !virtio_net_get_subqueue(nc...
2022-11-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-11-01 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-10-31 Peter Maydellnet/vhost-vdpa.c: Fix clang compilation failure
2022-10-31 Stefan HajnocziMerge tag 'pull-qemu-20221031' of https://gitlab.com...
2022-10-31 Stefan HajnocziMerge tag 'imp-202210-pull-request' of https://github...
2022-10-31 Stefan HajnocziMerge tag 'pull-ppc-20221029' of https://gitlab.com...
2022-10-31 Stefan HajnocziMerge tag 'pull-request-2022-10-28' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'mem-2022-10-28' of https://github.com/davidh...
2022-10-30 Stefan HajnocziMerge tag 'pull-error-2022-10-28' of https://repo.or...
2022-10-30 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2022-10-28 Laurent Viviernet: stream: add QAPI events to report connection state
2022-10-28 Laurent Viviernet: stream: move to QIO to enable additional parameters
2022-10-28 Laurent Viviernet: dgram: add unix socket
2022-10-28 Laurent Viviernet: dgram: move mcast specific code from net_socket_fd...
2022-10-28 Laurent Viviernet: dgram: make dgram_dst generic
2022-10-28 Laurent Viviernet: stream: add unix socket
2022-10-28 Stefano Brivionet: stream: Don't ignore EINVAL on netdev socket conne...
2022-10-28 Stefano Brivionet: socket: Don't ignore EINVAL on netdev socket conne...
2022-10-28 Laurent Vivierqapi: net: add stream and dgram netdevs
2022-10-28 Laurent Viviernet: introduce qemu_set_info_str() function
2022-10-28 Laurent Vivierqapi: net: introduce a way to bypass qemu_opts_parse_no...
2022-10-28 Laurent Viviernet: simplify net_client_parse() error management
2022-10-28 Laurent Viviernet: remove the @errp argument of net_client_inits()
2022-10-28 Laurent Viviernet: introduce convert_host_port()
2022-10-28 Daniel P. Berrangénet: improve error message for missing netdev backend
2022-10-28 Si-Wei Liuvhost-vdpa: allow passing opened vhostfd to vhost-vdpa
2022-10-28 Eugenio Pérezvdpa: Remove shadow CVQ command check
2022-10-28 Eugenio Pérezvdpa: Delete duplicated vdpa_feature_bits entry
2022-10-04 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-09-28 Stefan HajnocziMerge tag 'linux-user-for-7.2-pull-request' of https...
2022-09-28 Stefan HajnocziMerge tag 'pull-xen-20220927' of https://xenbits.xen...
2022-09-27 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2022-09-27 lu zhipengvirtio: del net client if net_init_tap_one failed
2022-09-27 Eugenio Pérezvdpa: Allow MQ feature in SVQ
2022-09-27 Eugenio Pérezvdpa: validate MQ CVQ commands
2022-09-27 Eugenio Pérezvdpa: Add vhost_vdpa_net_load_mq
2022-09-27 Eugenio Pérezvdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_n...
2022-09-27 Eugenio Pérezvdpa: Make VhostVDPAState cvq_cmd_in_buffer control...
2022-09-02 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-09-02 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2022-09-02 Zhang Chennet/colo.c: Fix the pointer issue reported by Coverity.
2022-09-02 Eugenio Pérezvdpa: Delete CVQ migration blocker
2022-09-02 Eugenio Pérezvdpa: Add virtio-net mac address via CVQ at start
2022-09-02 Eugenio Pérezvdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_ne...
2022-09-02 Eugenio Pérezvdpa: Move command buffers map to start of net device
2022-09-02 Eugenio Pérezvdpa: add net_vhost_vdpa_cvq_info NetClientInfo
2022-09-02 Eugenio Pérezutil: accept iova_tree_remove_parameter by value
2022-08-08 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-08-05 Richard HendersonMerge tag 'trivial-branch-for-7.1-pull-request' of...
2022-08-04 Eugenio Pérezvdpa: Fix file descriptor leak on get features error
2022-07-21 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-20 Peter MaydellMerge tag 'pull-migration-20220720c' of https://gitlab...
2022-07-20 Peter MaydellMerge tag 'net-pull-request' of https://github.com...
2022-07-20 Zhang Chennet/colo.c: fix segmentation fault when packet is not...
2022-07-20 Zhang Chennet/colo.c: No need to track conn_list for filter-rewriter
2022-07-20 Zhang Chennet/colo: Fix a "double free" crash to clear the conn_list
2022-07-20 Eugenio Pérezvdpa: Add x-svq to NetdevVhostVDPAOptions
2022-07-20 Eugenio Pérezvdpa: Extract get features part from vhost_vdpa_get_max...
2022-07-20 Eugenio Pérezvdpa: Buffer CVQ support on shadow virtqueue
2022-07-20 Eugenio Pérezvdpa: manual forward CVQ buffers
next