aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* demo, ci: Switch to asciinema(1) for terminal recordingsStefano Brivio2022-02-227-108/+142
* test: Add demo for Podman with pastaStefano Brivio2022-02-227-6/+959
* contrib: Add patch for Podman integrationStefano Brivio2022-02-211-0/+542
* README, hooks: Build HTML man page on push, add a linkStefano Brivio2022-02-212-0/+5
* man page: Update REPORTING BUGS sectionStefano Brivio2022-02-211-4/+5
* test/perf/passt_udp: Drop threshold for 256B testStefano Brivio2022-02-211-2/+2
* test/distro/ubuntu: Use DEBIAN_FRONTEND=noninteractive for apt on 22.04Stefano Brivio2022-02-211-0/+1
* pasta: By default, quit if filesystem-bound net namespace goes awayStefano Brivio2022-02-217-12/+107
* tcp, udp: Receive batching doesn't pay off when writing single frames to tapStefano Brivio2022-02-212-32/+37
* udp: Allow loopback connections from host using configured unicast addressStefano Brivio2022-02-211-2/+18
* 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