aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
...
* tests: No need to retrieve host ifname in ndp/pastaDavid Gibson2022-07-221-3/+2
* tests: Clean up better after iperf testsDavid Gibson2022-07-221-1/+1
* tests: Use dhclient --no-pid for namespaces in two_guests testsDavid Gibson2022-07-221-4/+4
* tests: Remove unnecessary truncation of temporary files in udp testsDavid Gibson2022-07-223-18/+0
* tests: Remove unnecessary ^D in passt_in_ns teardownDavid Gibson2022-07-221-2/+0
* tests: Use socat instead of netcatDavid Gibson2022-07-2211-200/+200
* valgrind needs futexDavid Gibson2022-07-221-1/+1
* tests: Fix creation of test file in udp passt testsDavid Gibson2022-07-221-1/+1
* tests: Fix detection of empty 'hout' responses in passt{,_in_ns} testsDavid Gibson2022-07-221-0/+14
* tests: Correctly handle domain search list in dhclient-scriptDavid Gibson2022-07-221-3/+3
* tests: Handle the case of a nameserver on host localhostDavid Gibson2022-07-221-2/+2
* tests: More robust parsing of resolv.conf for DHCP testsDavid Gibson2022-07-221-8/+8
* tests: Add some extra dhclient support directories to mbuto.imgDavid Gibson2022-07-221-1/+1
* tests: Add rudimentary debugging to dhclient-scriptDavid Gibson2022-07-221-1/+5
* tests: Let Fedora find dhclient-script in /usr/sbinDavid Gibson2022-07-221-0/+1
* tests: Remove no longer needed /usr/bin/bash linkDavid Gibson2022-07-221-2/+1
* test: Drop further ^D in passt demo teardownStefano Brivio2022-07-221-5/+1
* test: Actually use pasta in Podman demo step with HTTP serviceStefano Brivio2022-07-221-1/+1
* test: Fix Podman build in Podman demoStefano Brivio2022-07-221-0/+2
* test: In pasta demo, issue /sbin/dhclient instead of dhclientStefano Brivio2022-07-221-2/+2
* test: In demos, use pgrep instead of pstree to find namespace PIDStefano Brivio2022-07-222-8/+6
* test: In passt demo, bring up eth0 in guest, not in namespace paneStefano Brivio2022-07-211-1/+1
* contrib: Rebase Podman patch to latest upstreamStefano Brivio2022-07-211-50/+41
* qrap: Add a neighbour solicitation to probe frames, instead of just ARP2022_07_20.9af2e5dStefano Brivio2022-07-201-4/+32
* conf: Reset range endpoints after parsing one excluded port specifier2022_07_14.b86cd00Stefano Brivio2022-07-141-0/+1
* demo/passt: Bring interface up before starting dhclient in guestStefano Brivio2022-07-141-0/+2
* conf: Allow to specify ranges and ports excluded from given rangesStefano Brivio2022-07-142-13/+127
* conf: Fix initialisation of IPv6 unicast and link-local addressesStefano Brivio2022-07-141-2/+2
* util: Fix debug print on failed SO_REUSEADDR setting in sock_l4()Stefano Brivio2022-07-141-1/+1
* passt: Allow exit_group() system call in seccomp profilesStefano Brivio2022-07-143-2/+4
* arch, passt: Use executable link to form AVX2 binary pathStefano Brivio2022-07-142-13/+21
* tests: Remove unused DNS6 calculation from fedora testsDavid Gibson2022-07-143-4/+3
* tests: Prepare distro images during asset build phaseDavid Gibson2022-07-146-325/+69
* tests: Move distro image download to asset build makefileDavid Gibson2022-07-146-46/+178
* tests: Explicitly list test files in test/run, remove "onlyfor" supportDavid Gibson2022-07-1423-67/+31
* tests: Don't automatically traverse directories of test filesDavid Gibson2022-07-142-26/+26
* tests: Remove not-very-useful "req" directiveDavid Gibson2022-07-143-53/+31
* tests: Remove unused set_mode() functionDavid Gibson2022-07-141-13/+0
* Clean up passt.pid fileDavid Gibson2022-07-142-1/+3
* tests: Search multiple places for aarch64 EDK2 bios imageDavid Gibson2022-07-146-13/+30
* tests: Move mbuto download and execution to asset buildDavid Gibson2022-07-143-19/+16
* tests: Introduce makefile for building test assetsDavid Gibson2022-07-142-1/+28
* Invoke specific qemu-system-* binariesDavid Gibson2022-07-147-34/+43
* tests: qemu-system-ppc64le isn't a thingDavid Gibson2022-07-142-6/+6
* Handle the case of a DNS server on localhostDavid Gibson2022-07-141-0/+16
* test: Embed script for dhclient(8) in mbuto(1) profileStefano Brivio2022-07-144-10/+26
* qrap: Don't rely on errno after perror(), and reset it before usageStefano Brivio2022-07-061-6/+13
* Remove unused line_read()David Gibson2022-07-061-54/+0
* Use new lineread implementation for procfs_scan_listen()David Gibson2022-07-061-4/+6
* Parse resolv.conf with new lineread implementationDavid Gibson2022-07-061-8/+14