aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* 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
* conf: Add --runas option, changing to given UID and GID if started as rootStefano Brivio2022-05-196-46/+135
* udp: Ignore bogus -Wstringop-overread for write() from gcc 12.1Stefano Brivio2022-05-192-0/+27
* tests: Don't check exit code for every command in demo modeStefano Brivio2022-05-191-0/+3
* tests: Don't count number of test units for demosStefano Brivio2022-05-191-2/+4
* demo/pasta: Fix bad sleep directiveStefano Brivio2022-05-191-1/+1
* test/run: Return 0 from run(), exit value already reflects failuresStefano Brivio2022-05-191-1/+1
* test/perf/pasta_udp: Drop redundant assignment of ::1 to loopback interfaceStefano Brivio2022-05-191-1/+0
* tests: Simplify explicit checks for command successDavid Gibson2022-05-195-52/+24
* tests: Simplify *tools commands using pane_statusDavid Gibson2022-05-191-15/+10
* tests: Add pane_status command to check for success of issued commandsDavid Gibson2022-05-193-50/+59
* tests: Don't ignore errors during scriptDavid Gibson2022-05-192-6/+6
* tests: Improve control character filtering in pane_parseDavid Gibson2022-05-191-1/+1
* tests: Don't globally set tmux default-shellDavid Gibson2022-05-191-6/+7
* tests: Don't use tmux update-environmentDavid Gibson2022-05-191-4/+5
* tests: Add some debugging output for the test scripts themselvesDavid Gibson2022-05-191-0/+2
* tests: Remove unused XVFB variableDavid Gibson2022-05-191-3/+0
* tests: Update mbuto git URLsStefano Brivio2022-05-192-2/+2
* Add basic .gitignore filesDavid Gibson2022-05-192-0/+10
* qrap.1: Clarify it takes a qemu command, not a pathStefano Brivio2022-05-191-3/+3
* demo: podman: New port forwarding behaviour for pasta, minor fixesStefano Brivio2022-05-021-78/+56
* contrib: podman: Add bound address configuration, update port specificationsStefano Brivio2022-05-021-101/+168
* netlink: In nl_addr() and nl_route(), don't return before set requestStefano Brivio2022-05-011-2/+2
* conf, tcp, udp: Allow address specification for forwarded portsStefano Brivio2022-05-0110-156/+274
* tcp_splice: Allow up to 8 MiB as pipe sizeStefano Brivio2022-04-071-1/+1
* test/lib: Add small delay before trying to parse outputStefano Brivio2022-04-071-0/+1
* test/distro: Set unprivileged_userns_clone on Debian Buster and earlierStefano Brivio2022-04-071-0/+4
* test/lib: Consistent cols, rows, poster attributes for asciinema playerStefano Brivio2022-04-072-2/+2
* arch: Pointer to local outside scope, CWE-562Stefano Brivio2022-04-071-5/+5
* udp: Out-of-bounds read, CWE-125 in udp_timer()Stefano Brivio2022-04-071-1/+1
* tcp: False "Out-of-bounds read" positive, CWE-125Stefano Brivio2022-04-071-1/+5
* tcp, tcp_splice: False "Negative array index read" positives, CWE-129Stefano Brivio2022-04-072-12/+24
* tcp_splice: Logically dead code, CWE-561Stefano Brivio2022-04-071-7/+1
* tcp: Dereference null return value, CWE-476Stefano Brivio2022-04-071-1/+1
* conf, tap: False "Buffer not null terminated" positives, CWE-170Stefano Brivio2022-04-072-6/+6
* conf: False "Assign instead of compare" positive, CWE-481Stefano Brivio2022-04-071-1/+1
* treewide: Argument cannot be negative, CWE-687Stefano Brivio2022-04-074-22/+30
* passt: Improper use of negative value (CWE-394)Stefano Brivio2022-04-071-5/+14
* conf, packet: Operands don't affect result, CWE-569Stefano Brivio2022-04-072-3/+8
* tap: Resource leak, CWE-404Stefano Brivio2022-04-071-1/+4
* treewide: Unchecked return value from library, CWE-252Stefano Brivio2022-04-078-55/+116
* tcp: False "Untrusted loop bound" positive, CWE-606Stefano Brivio2022-04-051-0/+2