summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-08-04vdpa: Fix file descriptor leak on get features errorEugenio Pérez
2022-07-20net/colo.c: fix segmentation fault when packet is not parsed correctlyZhang Chen
2022-07-20net/colo.c: No need to track conn_list for filter-rewriterZhang Chen
2022-07-20net/colo: Fix a "double free" crash to clear the conn_listZhang Chen
2022-07-20vdpa: Add x-svq to NetdevVhostVDPAOptionsEugenio Pérez
2022-07-20vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairsEugenio Pérez
2022-07-20vdpa: Buffer CVQ support on shadow virtqueueEugenio Pérez
2022-07-20vdpa: manual forward CVQ buffersEugenio Pérez
2022-07-20vhost-net-vdpa: add stubs for when no virtio-net device is presentEugenio Pérez
2022-05-17net/vmnet: implement bridged mode (vmnet-bridged)Vladislav Yaroshchuk
2022-05-17net/vmnet: implement host mode (vmnet-host)Vladislav Yaroshchuk
2022-05-17net/vmnet: implement shared mode (vmnet-shared)Vladislav Yaroshchuk
2022-05-17net/vmnet: add vmnet backends to qapi/netVladislav Yaroshchuk
2022-05-16vhost-vdpa: fix improper cleanup in net_init_vhost_vdpaSi-Wei Liu
2022-05-12net: slirp: add support for CFI-friendly timer APIPaolo Bonzini
2022-05-12net: slirp: switch to slirp_newPaolo Bonzini
2022-05-12net: slirp: introduce a wrapper struct for QemuTimerPaolo Bonzini
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-05-03net: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau
2022-04-20util/log: Remove qemu_log_flushRichard Henderson
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-22util: remove the net/net.h dependencyMarc-André Lureau
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-02-22Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell
2022-02-22vdpa: Make ncs autofreeEugenio Pérez
2022-02-21configure, meson: move smbd options to meson_options.txtPaolo Bonzini
2022-02-14net/eth: Don't consider ESP to be an IPv6 option headerThomas Jansen
2022-02-14net/filter: Optimize filter_send to coroutineRao Lei
2022-02-14net/colo-compare.c: Update the default value commentsZhang Chen
2022-02-14net/colo-compare.c: Optimize compare order for performanceZhang Chen
2022-02-14net: Fix uninitialized data usagePeter Foley
2022-02-14net/tap: Set return code on failurePeter Foley
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell
2021-11-28vdpa: Add dummy receive callbackEugenio Pérez
2021-11-19net/colo-compare.c: Fix incorrect return when input wrong sizeZhang Chen
2021-11-19net/colo-compare.c: Fix ACK track reverse issueZhang Chen
2021-11-15vdpa: Check for existence of opts.vhostdevEugenio Pérez
2021-11-15vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez
2021-11-11net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella
2021-11-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pu...Richard Henderson
2021-11-03Optimized the function of fill_connection_key.Rao, Lei
2021-11-03Some minor optimizations for COLORao, Lei
2021-11-02Move the l2tpv3 test from configure to meson.buildThomas Huth