| Commit message (Expand) | Author | Age | Files | Lines |
* | virtio: del net client if net_init_tap_one failed | lu zhipeng | 2022-09-27 | 1 | -6/+12 |
* | vdpa: Allow MQ feature in SVQ | Eugenio Pérez | 2022-09-27 | 1 | -0/+1 |
* | vdpa: validate MQ CVQ commands | Eugenio Pérez | 2022-09-27 | 1 | -0/+9 |
* | vdpa: Add vhost_vdpa_net_load_mq | Eugenio Pérez | 2022-09-27 | 1 | -0/+26 |
* | vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load | Eugenio Pérez | 2022-09-27 | 1 | -22/+40 |
* | vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack type | Eugenio Pérez | 2022-09-27 | 1 | -11/+12 |
* | net/colo.c: Fix the pointer issue reported by Coverity. | Zhang Chen | 2022-09-02 | 3 | -10/+18 |
* | vdpa: Delete CVQ migration blocker | Eugenio Pérez | 2022-09-02 | 1 | -2/+0 |
* | vdpa: Add virtio-net mac address via CVQ at start | Eugenio Pérez | 2022-09-02 | 1 | -0/+40 |
* | vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_avail | Eugenio Pérez | 2022-09-02 | 1 | -21/+38 |
* | vdpa: Move command buffers map to start of net device | Eugenio Pérez | 2022-09-02 | 1 | -65/+58 |
* | vdpa: add net_vhost_vdpa_cvq_info NetClientInfo | Eugenio Pérez | 2022-09-02 | 1 | -1/+11 |
* | util: accept iova_tree_remove_parameter by value | Eugenio Pérez | 2022-09-02 | 1 | -2/+2 |
* | vdpa: Fix file descriptor leak on get features error | Eugenio Pérez | 2022-08-04 | 1 | -2/+2 |
* | net/colo.c: fix segmentation fault when packet is not parsed correctly | Zhang Chen | 2022-07-20 | 2 | -1/+9 |
* | net/colo.c: No need to track conn_list for filter-rewriter | Zhang Chen | 2022-07-20 | 1 | -1/+1 |
* | net/colo: Fix a "double free" crash to clear the conn_list | Zhang Chen | 2022-07-20 | 2 | -2/+2 |
* | vdpa: Add x-svq to NetdevVhostVDPAOptions | Eugenio Pérez | 2022-07-20 | 1 | -3/+69 |
* | vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs | Eugenio Pérez | 2022-07-20 | 1 | -10/+20 |
* | vdpa: Buffer CVQ support on shadow virtqueue | Eugenio Pérez | 2022-07-20 | 1 | -8/+205 |
* | vdpa: manual forward CVQ buffers | Eugenio Pérez | 2022-07-20 | 1 | -0/+58 |
* | vhost-net-vdpa: add stubs for when no virtio-net device is present | Eugenio Pérez | 2022-07-20 | 2 | -1/+23 |
* | net/vmnet: implement bridged mode (vmnet-bridged) | Vladislav Yaroshchuk | 2022-05-17 | 1 | -5/+132 |
* | net/vmnet: implement host mode (vmnet-host) | Vladislav Yaroshchuk | 2022-05-17 | 1 | -6/+110 |
* | net/vmnet: implement shared mode (vmnet-shared) | Vladislav Yaroshchuk | 2022-05-17 | 3 | -5/+491 |
* | net/vmnet: add vmnet backends to qapi/net | Vladislav Yaroshchuk | 2022-05-17 | 8 | -0/+146 |
* | vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa | Si-Wei Liu | 2022-05-16 | 1 | -1/+3 |
* | net: slirp: add support for CFI-friendly timer API | Paolo Bonzini | 2022-05-12 | 1 | -1/+40 |
* | net: slirp: switch to slirp_new | Paolo Bonzini | 2022-05-12 | 1 | -6/+21 |
* | net: slirp: introduce a wrapper struct for QemuTimer | Paolo Bonzini | 2022-05-12 | 1 | -5/+14 |
* | meson: use have_vhost_* variables to pick sources | Paolo Bonzini | 2022-05-07 | 1 | -5/+7 |
* | util: rename qemu_*block() socket functions | Marc-André Lureau | 2022-05-03 | 2 | -6/+6 |
* | net: replace qemu_set_nonblock() | Marc-André Lureau | 2022-05-03 | 1 | -14/+19 |
* | Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking() | Marc-André Lureau | 2022-05-03 | 3 | -4/+4 |
* | util/log: Remove qemu_log_flush | Richard Henderson | 2022-04-20 | 1 | -1/+0 |
* | *: Use fprintf between qemu_log_trylock/unlock | Richard Henderson | 2022-04-20 | 1 | -11/+14 |
* | util/log: Rename qemu_log_lock to qemu_log_trylock | Richard Henderson | 2022-04-20 | 1 | -1/+1 |
* | Remove qemu-common.h include from most units | Marc-André Lureau | 2022-04-06 | 9 | -9/+0 |
* | include: move C/util-related declarations to cutils.h | Marc-André Lureau | 2022-04-06 | 1 | -1/+1 |
* | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 2022-04-06 | 2 | -3/+3 |
* | util: remove the net/net.h dependency | Marc-André Lureau | 2022-03-22 | 1 | -0/+13 |
* | Drop qemu_foo() socket API wrapper | Marc-André Lureau | 2022-03-22 | 1 | -12/+12 |
* | osdep: Move memalign-related functions to their own header | Peter Maydell | 2022-03-07 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-... | Peter Maydell | 2022-02-22 | 1 | -3/+2 |
|\ |
|
| * | vdpa: Make ncs autofree | Eugenio Pérez | 2022-02-22 | 1 | -3/+2 |
* | | configure, meson: move smbd options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -8/+8 |
|/ |
|
* | net/eth: Don't consider ESP to be an IPv6 option header | Thomas Jansen | 2022-02-14 | 1 | -1/+0 |
* | net/filter: Optimize filter_send to coroutine | Rao Lei | 2022-02-14 | 1 | -13/+53 |
* | net/colo-compare.c: Update the default value comments | Zhang Chen | 2022-02-14 | 1 | -1/+1 |
* | net/colo-compare.c: Optimize compare order for performance | Zhang Chen | 2022-02-14 | 1 | -13/+13 |