aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/two_guests: Fix sleep command for DADStefano Brivio2021-10-211-1/+2
* test/two_guests: Let the guests end DAD before starting the DHCPv6 clientStefano Brivio2021-10-211-0/+1
* tcp: Restore source address to network endianness before using it for hash tableStefano Brivio2021-10-211-2/+3
* pcap: Fix failure check on write() in pcapm()Stefano Brivio2021-10-211-1/+2
* ndp: Don't send a DNS search list if we don't have a list of DNS serversStefano Brivio2021-10-211-2/+3
* ndp: Don't sabotage DAD by replying to probing neighbour solicitationStefano Brivio2021-10-211-0/+3
* ndp: Set (ICMP) hop limit to 255 in router advertisementStefano Brivio2021-10-211-0/+1
* qrap: Silence bogus clang-tidy bugprone-suspicious-missing-comma warningStefano Brivio2021-10-211-1/+1
* Makefile: cppcheck target: Suppress unmatchedSuppression, pass CFLAGSStefano Brivio2021-10-212-4/+17
* passt: Add cppcheck target, test, and address resulting warningsStefano Brivio2021-10-2117-118/+159
* test/perf: Actually load passt enough to test UDP performanceStefano Brivio2021-10-213-31/+34
* test/lib/test: Wait a bit longer before terminating iperf3 processesStefano Brivio2021-10-211-3/+3
* udp: Avoid static initialiser for udp{4,6}_l2_bufStefano Brivio2021-10-211-18/+23