aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini1-5/+7
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau2-6/+6
2022-05-03net: replace qemu_set_nonblock()Marc-André Lureau1-14/+19
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau3-4/+4
2022-04-20util/log: Remove qemu_log_flushRichard Henderson1-1/+0
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-11/+14
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau9-9/+0
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2-3/+3
2022-03-22util: remove the net/net.h dependencyMarc-André Lureau1-0/+13
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau1-12/+12
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-1/+1
2022-02-22Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell1-3/+2
2022-02-22vdpa: Make ncs autofreeEugenio Pérez1-3/+2
2022-02-21configure, meson: move smbd options to meson_options.txtPaolo Bonzini1-8/+8
2022-02-14net/eth: Don't consider ESP to be an IPv6 option headerThomas Jansen1-1/+0
2022-02-14net/filter: Optimize filter_send to coroutineRao Lei1-13/+53
2022-02-14net/colo-compare.c: Update the default value commentsZhang Chen1-1/+1
2022-02-14net/colo-compare.c: Optimize compare order for performanceZhang Chen1-13/+13
2022-02-14net: Fix uninitialized data usagePeter Foley1-0/+1
2022-02-14net/tap: Set return code on failurePeter Foley1-0/+1
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2021-11-28vdpa: Add dummy receive callbackEugenio Pérez1-0/+8
2021-11-19net/colo-compare.c: Fix incorrect return when input wrong sizeZhang Chen1-1/+1
2021-11-19net/colo-compare.c: Fix ACK track reverse issueZhang Chen1-2/+4
2021-11-15vdpa: Check for existence of opts.vhostdevEugenio Pérez1-0/+4
2021-11-15vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez1-1/+1
2021-11-11net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella1-1/+1
2021-11-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pu...Richard Henderson4-33/+18
2021-11-03Optimized the function of fill_connection_key.Rao, Lei4-32/+17
2021-11-03Some minor optimizations for COLORao, Lei1-1/+1
2021-11-02Move the l2tpv3 test from configure to meson.buildThomas Huth1-1/+3
2021-10-20vhost-vdpa: multiqueue supportJason Wang1-9/+96
2021-10-20net: introduce control clientJason Wang1-3/+21
2021-10-20vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang1-7/+12
2021-10-20vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang1-8/+15
2021-10-15net/vhost-vdpa: Fix device compatibility checkKevin Wolf1-23/+14
2021-10-15net/vhost-user: Fix device compatibility checkKevin Wolf1-27/+14
2021-10-14configure, meson: move netmap detection to mesonPaolo Bonzini1-1/+3
2021-10-14configure, meson: move vde detection to mesonPaolo Bonzini1-1/+1
2021-09-04vhost-vdpa: remove the unncessary queue_index assignmentJason Wang1-1/+0
2021-09-04vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang1-1/+4
2021-09-04vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang1-7/+6
2021-09-04vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang1-0/+1
2021-09-04vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang1-11/+0
2021-09-04vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang1-4/+0
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang3-0/+3
2021-09-04vhost-vdpa: remove unused variable "acked_features"Jason Wang1-1/+0
2021-08-26net: Zero sockaddr_in in parse_host_port()Peter Maydell1-0/+2