aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Hack for optimised-away store in ndp() before checksum calculation2022_09_29.06aa26fStefano Brivio2022-09-292-0/+10
* udp: Replace pragma to ignore bogus stringop-overread warning with workaroundStefano Brivio2022-09-292-31/+18
* Makefile: Extend noinline workarounds for LTO and -O2 to gcc 12Stefano Brivio2022-09-291-3/+3
* cppcheck: Remove unused unmatchedSuppression suppressionsDavid Gibson2022-09-291-3/+0
* Mark unused functions for cppcheckDavid Gibson2022-09-293-1/+2
* cppcheck: Remove unused va_list_usedBeforeStarted suppressionDavid Gibson2022-09-291-2/+0
* cppcheck: Remove unused objectIndex suppressionsDavid Gibson2022-09-291-3/+0
* cppcheck: Remove unused knownConditionTrueFalse suppressionDavid Gibson2022-09-291-2/+0
* cppcheck: Avoid errors due to zeroes in bitwise ORsDavid Gibson2022-09-291-0/+2
* Regenerate seccomp.h if seccomp.sh changesDavid Gibson2022-09-291-2/+2
* cppcheck: Suppress NULL pointer warning in tcp_sock_consume()David Gibson2022-09-291-0/+1
* cppcheck: Suppress same-value-in-ternary branches warningDavid Gibson2022-09-291-0/+1
* qrap: Handle case of PATH environment variable being unsetDavid Gibson2022-09-291-2/+3
* cppcheck: Remove localtime suppression for pcap.cDavid Gibson2022-09-291-1/+0
* cppcheck: Broaden suppression for unused struct membersDavid Gibson2022-09-291-2/+1
* Avoid ugly 'end' members in netlink structuresDavid Gibson2022-09-291-9/+10
* cppcheck: Use inline suppression for strtok() in conf.cDavid Gibson2022-09-292-1/+2
* cppcheck: Use inline suppressions for qrap.cDavid Gibson2022-09-292-2/+4
* cppcheck: Use inline suppression for ffsl()David Gibson2022-09-292-2/+1
* cppcheck: Work around false positive NULL pointer dereference errorDavid Gibson2022-09-291-0/+1
* Stricter checking for nsholder.cDavid Gibson2022-09-292-2/+2
* Don't shadow global function namesDavid Gibson2022-09-291-5/+5
* Don't shadow 'i' in conf_ports()David Gibson2022-09-291-2/+5
* cppcheck: Reduce scope of some variablesDavid Gibson2022-09-293-5/+7
* Clean up parsing in conf_runas()David Gibson2022-09-292-47/+51
* Pack DHCPv6 "on wire" structuresDavid Gibson2022-09-291-13/+13
* Catch failures when installing signal handlersDavid Gibson2022-09-291-2/+4
* clang-tidy: Remove duplicate #include from icmp.cDavid Gibson2022-09-291-1/+0
* clang-tidy: Fix spurious null pointer warning in pasta_start_ns()David Gibson2022-09-291-1/+4
* clang-tidy: Suppress warning about unchecked error in logfn macroDavid Gibson2022-09-291-1/+1
* Clean up parsing of port rangesDavid Gibson2022-09-291-140/+102
* cppcheck: Add target specific headersDavid Gibson2022-09-291-1/+1
* Makefile: Simplify getting target triple for compilerDavid Gibson2022-09-291-2/+2
* cppcheck: Run quietlyDavid Gibson2022-09-291-1/+1
* cppcheck: Avoid excessive scanning due to system headersDavid Gibson2022-09-291-14/+6
* clang-tidy: Disable 'readability-identifier-length'David Gibson2022-09-291-1/+6
* test: Remove unneccessary pane naming from layout_two_guestsDavid Gibson2022-09-291-4/+0
* test: Simplify data handling for transfer testsDavid Gibson2022-09-2910-294/+214
* test: Use --config-net for namespace setupDavid Gibson2022-09-291-14/+3
* test: More robust wait for pasta/passt to be readyDavid Gibson2022-09-291-5/+10
* test: Remove unnecessary sleeps from shutdown testsDavid Gibson2022-09-292-2/+0
* test: Add wait_for() shell helperDavid Gibson2022-09-292-3/+9