aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* conf, udp: Introduce basic DNS forwardingStefano Brivio2022-02-218-38/+177
* conf: Given IPv4 address and no netmask, assign RFC 790-style classesStefano Brivio2022-02-211-10/+10
* conf: Don't print configuration on --quietStefano Brivio2022-02-211-1/+2
* slirp4netns.sh: Implement API socket option for port forwardingStefano Brivio2022-02-211-7/+182
* Makefile, conf, passt: Drop passt4netns references, explicit argc checkStefano Brivio2022-02-213-13/+15
* passt: Make process not dumpable after sandboxingStefano Brivio2022-02-211-0/+2
* passt, pasta: Namespace-based sandboxing, defer seccomp policy applicationStefano Brivio2022-02-2117-262/+365
* slirp4netns: Add EXIT as condition for trapStefano Brivio2022-02-041-1/+1
* slirp4netns: Look up pasta command, exit if not foundStefano Brivio2022-02-041-1/+6
* test/perf/passt_tcp: Drop iperf3 window size for host-to-guest testsStefano Brivio2022-02-011-10/+10
* util: Avoid return of possibly truncated unsigned long in bitmap_isset()Stefano Brivio2022-02-011-2/+2
* test/distro/ubuntu: Skip apt-get update for 16.04 on powerpcStefano Brivio2022-01-301-1/+3
* test/distro: Avoid race between display of ns_msg and netcat exitingStefano Brivio2022-01-304-0/+4
* passt: Address new clang-tidy warnings from LLVM 13.0.1Stefano Brivio2022-01-309-25/+52
* contrib: Introduce PoC for Kata Containers with user-mode networkingStefano Brivio2022-01-282-0/+764
* libvirt, qemu: Move patches to new directory, contribStefano Brivio2022-01-283-0/+0
* qemu: Rebase patch for UNIX domain socket support to latest upstreamStefano Brivio2022-01-281-45/+18
* passt, tap: Daemonise once socket is ready without waiting for connectionStefano Brivio2022-01-284-21/+51
* test: Add basic documentation about test suite, and cool-retro-term profileStefano Brivio2022-01-281-0/+104
* test: Add distribution tests for several architectures and kernel versionsStefano Brivio2022-01-286-2/+1299
* test/lib/test: Introduce 'def' directive for frequently used patternsStefano Brivio2022-01-281-229/+267
* test/lib/term: Allow for a wider variety of prompt characters in pane_wait()Stefano Brivio2022-01-281-7/+10
* README: Fix link to IGMP/MLD proxy ticketStefano Brivio2022-01-281-1/+1
* README: Fix anchor for Performance sectionStefano Brivio2022-01-271-1/+1
* conf: Fix support for --stderr as short option (-e)Stefano Brivio2022-01-271-1/+9
* hooks/pre-push: Delete old versions, add -DGLIBC_NO_STATIC_NSS, disable legac...Stefano Brivio2022-01-261-7/+11
* test/lib/video: Drop -preset ultrafast from ffmpeg argumentsStefano Brivio2022-01-261-1/+1
* test/lib/setup: Don't rely on IFS to properly separate qemu argumentsStefano Brivio2022-01-261-32/+32
* perf/passt_udp: Lower failure throughput thresholds with big MTUsStefano Brivio2022-01-261-4/+4
* test/two_guests: Drop stray spaces after sleep directivesStefano Brivio2022-01-261-4/+4
* demo/pasta: Don't wait for pasta to return to a promptStefano Brivio2022-01-261-1/+1
* seccomp: Add a number of alternate and per-arch syscallsStefano Brivio2022-01-266-10/+15
* tcp: Don't round down MSS to >= 64KiB page size, but clamp it in any caseStefano Brivio2022-01-261-3/+3
* pasta: Check for zero d_reclen returned by getdents64() syscallStefano Brivio2022-01-261-1/+1
* netlink: Fix swapped v4/v6-only flags in external interface detectionStefano Brivio2022-01-261-2/+2
* tcp, udp, util: Fixes for bitmap handling on big-endian, castsStefano Brivio2022-01-265-7/+16
* conf, pasta: Explicitly pass CLONE_{NEWUSER,NEWNET} to setns()Stefano Brivio2022-01-263-6/+8
* tcp, netlink, HAS{BYTES_ACKED,MIN_RTT,GETRANDOM} and NETLINK_GET_STRICT_CHKStefano Brivio2022-01-263-2/+58
* seccomp: Introduce mechanism to allow per-arch syscallsStefano Brivio2022-01-261-9/+48
* util: Fall-back definitions for SECCOMP_RET_KILL_PROCESS, ETH_{MAX,MIN}_MTUStefano Brivio2022-01-261-0/+10
* Makefile, seccomp: Fix build for i386, ppc64, ppc64leStefano Brivio2022-01-263-4/+18
* passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitionsStefano Brivio2022-01-2616-24/+28
* tap, tcp: Fix two comparisons with different signedness reported by gcc 7Stefano Brivio2022-01-262-2/+2
* tcp: Cover all usages of tcpi_snd_wnd with HAS_SND_WNDStefano Brivio2022-01-261-0/+2
* README: Feature list, links to lists, bugs, chatStefano Brivio2021-10-231-10/+122
* README, perf_report: Markdown and CSS fixesStefano Brivio2021-10-222-28/+30
* slirp4netns.sh: Fix up usage, exit 0 on --helpStefano Brivio2021-10-211-5/+6
* seccomp: Add newfstatat to list of allowed syscallsStefano Brivio2021-10-211-1/+1
* netlink: Fix length of address attributeStefano Brivio2021-10-211-2/+2
* passt: Fork into background also if not running from a terminalStefano Brivio2021-10-212-2/+2