summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* net: slirp: add support for CFI-friendly timer APIPaolo Bonzini2022-05-121-1/+40
* net: slirp: switch to slirp_newPaolo Bonzini2022-05-121-6/+21
* net: slirp: introduce a wrapper struct for QemuTimerPaolo Bonzini2022-05-121-5/+14
* meson: use have_vhost_* variables to pick sourcesPaolo Bonzini2022-05-071-5/+7
* util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-032-6/+6
* net: replace qemu_set_nonblock()Marc-André Lureau2022-05-031-14/+19
* Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau2022-05-033-4/+4
* util/log: Remove qemu_log_flushRichard Henderson2022-04-201-1/+0Star
* *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-201-11/+14
* util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-069-9/+0Star
* include: move C/util-related declarations to cutils.hMarc-André Lureau2022-04-061-1/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-062-3/+3
* util: remove the net/net.h dependencyMarc-André Lureau2022-03-221-0/+13
* Drop qemu_foo() socket API wrapperMarc-André Lureau2022-03-221-12/+12
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-1/+1
* Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell2022-02-221-3/+2Star
|\
| * vdpa: Make ncs autofreeEugenio Pérez2022-02-221-3/+2Star
* | configure, meson: move smbd options to meson_options.txtPaolo Bonzini2022-02-211-8/+8
|/
* net/eth: Don't consider ESP to be an IPv6 option headerThomas Jansen2022-02-141-1/+0Star
* net/filter: Optimize filter_send to coroutineRao Lei2022-02-141-13/+53
* net/colo-compare.c: Update the default value commentsZhang Chen2022-02-141-1/+1
* net/colo-compare.c: Optimize compare order for performanceZhang Chen2022-02-141-13/+13
* net: Fix uninitialized data usagePeter Foley2022-02-141-0/+1
* net/tap: Set return code on failurePeter Foley2022-02-141-0/+1
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* vdpa: Add dummy receive callbackEugenio Pérez2021-11-281-0/+8
* net/colo-compare.c: Fix incorrect return when input wrong sizeZhang Chen2021-11-191-1/+1
* net/colo-compare.c: Fix ACK track reverse issueZhang Chen2021-11-191-2/+4
* vdpa: Check for existence of opts.vhostdevEugenio Pérez2021-11-151-0/+4
* vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez2021-11-151-1/+1
* net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella2021-11-111-1/+1
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pu...Richard Henderson2021-11-044-33/+18Star
|\
| * Optimized the function of fill_connection_key.Rao, Lei2021-11-034-32/+17Star
| * Some minor optimizations for COLORao, Lei2021-11-031-1/+1
* | Move the l2tpv3 test from configure to meson.buildThomas Huth2021-11-021-1/+3
|/
* vhost-vdpa: multiqueue supportJason Wang2021-10-201-9/+96
* net: introduce control clientJason Wang2021-10-201-3/+21
* vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang2021-10-201-7/+12
* vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang2021-10-201-8/+15
* net/vhost-vdpa: Fix device compatibility checkKevin Wolf2021-10-151-23/+14Star
* net/vhost-user: Fix device compatibility checkKevin Wolf2021-10-151-27/+14Star
* configure, meson: move netmap detection to mesonPaolo Bonzini2021-10-141-1/+3
* configure, meson: move vde detection to mesonPaolo Bonzini2021-10-141-1/+1
* vhost-vdpa: remove the unncessary queue_index assignmentJason Wang2021-09-041-1/+0Star
* vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang2021-09-041-1/+4
* vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang2021-09-041-7/+6Star
* vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang2021-09-041-0/+1
* vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang2021-09-041-11/+0Star
* vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang2021-09-041-4/+0Star