aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* icmp: Correct off by one errors dealing with number of echo request ids2022_09_24.8978f65David Gibson2022-09-241-2/+3
* Fix widespread off-by-one error dealing with port numbersDavid Gibson2022-09-245-16/+19
* Treat port numbers as unsignedDavid Gibson2022-09-243-8/+9
* Pass entire port forwarding configuration substructure to conf_ports()David Gibson2022-09-241-40/+22
* Don't use indirect remap functions for conf_ports()David Gibson2022-09-245-55/+7
* udp: Delay initialization of UDP reversed port mapping tableDavid Gibson2022-09-242-4/+23
* Consolidate port forwarding configuration into a common structureDavid Gibson2022-09-247-98/+106
* Improve types and names for port forwarding configurationDavid Gibson2022-09-247-55/+76
* Fix the name of the qemu-system-* executableVasiliy Ulyanov2022-09-241-4/+4
* README: Add missing parenthesis in Try It sectionStefano Brivio2022-09-241-1/+1
* README: Drop excess whitespace in Try It sectionStefano Brivio2022-09-241-2/+2
* README: Add legend for Features sectionStefano Brivio2022-09-241-0/+3
* README: Fix paragraph in Try It section of passtStefano Brivio2022-09-241-3/+4
* README: Fix indentation in "Try It" sectionStefano Brivio2022-09-241-3/+3
* README: Point openSUSE links to Dario's OBS repositoryStefano Brivio2022-09-241-4/+4
* README: Fix misspellings of openSUSEStefano Brivio2022-09-241-4/+4
* test/lib: Don't try to write to perf.js when running demosStefano Brivio2022-09-241-0/+6
* test/lib: Drop perf_report_append() from perf_reportStefano Brivio2022-09-241-6/+1
* test/demo: Avoid using port 5201 on the hostStefano Brivio2022-09-243-115/+115
* test/demo: Use relative paths to change directories when possibleStefano Brivio2022-09-242-6/+5
* hooks/pre_push: Fix upload of CI's logs and terminal capture fileStefano Brivio2022-09-241-4/+7
* contrib/podman: Rebase to latest upstreamStefano Brivio2022-09-241-45/+50
* test/passt.mbuto: Don't fail on missing guest public keyStefano Brivio2022-09-231-1/+1
* test/distro: Update workarounds for Ubuntu 22.04 on s390x2022_09_23.d6f865aStefano Brivio2022-09-231-1/+3
* test/lib: Wait for DHCPv4 before starting DHCPv6 client in two_guests testStefano Brivio2022-09-231-0/+1
* test/perf: Wait for neper servers in guest to be ready before starting clientStefano Brivio2022-09-232-0/+6
* test/lib: Wait for kernel to free up ports used by iperf3 before reusing themStefano Brivio2022-09-221-0/+2
* test/lib: Run also iperf3 clients in background, revert to time-based waitStefano Brivio2022-09-221-3/+6
* test/perf: Disable periodic throughput reports to avoid vhost hangStefano Brivio2022-09-225-5/+5
* test/lib: Wait on iperf3 clients to be done, then send SIGINT to serversStefano Brivio2022-09-221-8/+8
* test/lib: Restore IFS while executing directives in def blocksStefano Brivio2022-09-221-1/+1
* conf, tcp, udp: Arrays for ports need 2^16 values, not 2^16-8Stefano Brivio2022-09-223-5/+5
* tap: Check return value of accept4() before calling getsockopt()Stefano Brivio2022-09-221-2/+4
* test/perf: Switch performance test duration to 10 seconds instead of 30Stefano Brivio2022-09-224-4/+4
* test/perf: Always use /sbin/sysctl in tcp testStefano Brivio2022-09-222-6/+6
* README: Update Availability and Try It sections with new packagesStefano Brivio2022-09-221-25/+32
* test/passt_in_ns: Consistent sleep commands before starting socat clientStefano Brivio2022-09-222-6/+41
* test/perf: Check for /sbin/sysctl with which(1), not simply sysctlStefano Brivio2022-09-223-4/+4
* doc/demo: Clone and use mbuto in init namespaceStefano Brivio2022-09-221-5/+17
* doc/demo: Drop /sbin from dhclient command, pass script file explicitlyStefano Brivio2022-09-221-4/+4
* Makefile: Include seccomp.h in HEADERS and require it for static checkersStefano Brivio2022-09-221-3/+3
* Makefile: Allow define overrides by prepending, not appending, CFLAGSStefano Brivio2022-09-221-24/+25
* test: term: When checking if status line is a number, hide errorsStefano Brivio2022-09-141-1/+1
* test: Simpler termination handling for UDP testsDavid Gibson2022-09-133-65/+62
* udp: Don't drop zero-length outbound UDP packetsDavid Gibson2022-09-131-7/+10
* udp: Don't pre-initialize msghdr arrayDavid Gibson2022-09-131-1/+5
* test: Move perf.js report file to $LOGDIR/webDavid Gibson2022-09-133-4/+4
* test: Move video processing files to $STATEBASEDavid Gibson2022-09-134-30/+31
* demo: Move pidfiles to state directoryDavid Gibson2022-09-132-7/+8
* test: Move pidfiles and nsholder sockets into state directoryDavid Gibson2022-09-134-36/+35