aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add cleaner line-by-line reading primitivesDavid Gibson2022-07-063-4/+150
* test: Add external mbuto profile, drop udhcpc, and switch to itStefano Brivio2022-07-063-2/+39
* qrap: Increase number of retries on connection reset even furtherStefano Brivio2022-06-271-1/+1
* qrap: Change number of retries and delay on connection resetStefano Brivio2022-06-271-6/+6
* Makefile: Don't create extraneous -.s fileDavid Gibson2022-06-181-1/+1
* Makefile: Tweak $(RM) usageDavid Gibson2022-06-181-3/+3
* Makefile: Simplify pasta* targets with a pattern ruleDavid Gibson2022-06-181-8/+2
* Makefile: Use $(BIN) and $(MANPAGES) variable to simplify several targetsDavid Gibson2022-06-185-18/+16
* Makefile: Avoid using wildcard sourcesDavid Gibson2022-06-182-17/+25
* conf: In conf_runas(), on static builds, group information is also unusedStefano Brivio2022-06-181-0/+1
* tap: Add informational messages for UNIX domain socket connectionsStefano Brivio2022-06-181-0/+10
* qrap: Add probe retry on connection reset from passt for KubeVirt integrationStefano Brivio2022-06-181-1/+33
* Makefile: Suppress unusedStructMember Cppcheck warning in dhcp.cStefano Brivio2022-06-181-0/+2
* tests: Use nmap-ncat instead of openbsd netcat for pasta testsDavid Gibson2022-06-184-47/+48
* Use dhclient instead of udhcpcDavid Gibson2022-06-154-16/+8
* Tweak dhclient arguments for readabilityDavid Gibson2022-06-1510-17/+17
* Don't abbreviate ip(8) arguments in examples and testsDavid Gibson2022-06-1522-114/+114
* tests: Use more explicit netcat options for distro/fedora testsDavid Gibson2022-06-151-7/+7
* README: Fix links to static buildsStefano Brivio2022-06-081-2/+2
* tcp: Silence warning from gcc 11.3 with -OfastStefano Brivio2022-06-082-4/+10
* contrib/fedora: Use pre-processing macros in spec fileStefano Brivio2022-06-083-6/+38
* contrib/fedora: Drop dashes from versionStefano Brivio2022-06-071-3/+3
* conf: Fix one Coverity CID 258163 warning, work around another oneStefano Brivio2022-05-201-5/+3
* tcp: Work around gcc 12 bogus warning in tcp_rtt_dst_check()Stefano Brivio2022-05-201-0/+6