| Commit message (Expand) | Author | Age | Files | Lines |
* | pif: Add helpers to get the name of a pif | David Gibson | 2023-12-04 | 1 | -1/+2 |
* | flow, tcp: Move TCP connection table to unified flow table | David Gibson | 2023-12-04 | 1 | -4/+4 |
* | flow, tcp: Generalise connection types | David Gibson | 2023-12-04 | 1 | -4/+4 |
* | valgrind: Don't disable optimizations for valgrind builds2023_11_19.4f1709d | David Gibson | 2023-11-19 | 1 | -1/+1 |
* | valgrind: Adjust suppression for MSG_TRUNC with NULL buffer | David Gibson | 2023-11-19 | 1 | -1/+1 |
* | clang-tidy: Suppress silly misc-include-cleaner warnings | David Gibson | 2023-11-19 | 1 | -1/+8 |
* | log: Enable format warnings | David Gibson | 2023-11-07 | 1 | -1/+2 |
* | pif: Introduce notion of passt/pasta interface | David Gibson | 2023-11-07 | 1 | -1/+1 |
* | port_fwd: Move automatic port forwarding code to port_fwd.[ch] | David Gibson | 2023-11-07 | 1 | -1/+1 |
* | cppcheck: Use "exhaustive" level checking when available | David Gibson | 2023-10-04 | 1 | -0/+6 |
* | siphash: Use incremental rather than all-at-once siphash functions | David Gibson | 2023-09-30 | 1 | -1/+1 |
* | util: Consolidate and improve workarounds for clang-tidy issue 58992 | David Gibson | 2023-09-27 | 1 | -1/+1 |
* | Allow C11 code, not just C99 code | David Gibson | 2023-08-04 | 1 | -2/+2 |
* | Revert "MAKE: Fix parallel builds; .o files; .gitignore; new makedocs" | Stefano Brivio | 2023-07-10 | 1 | -25/+26 |
* | MAKE: Fix parallel builds; .o files; .gitignore; new makedocs | KuhnChris | 2023-07-07 | 1 | -26/+25 |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | Makefile: Enable external override for TARGET | Stefano Brivio | 2023-03-17 | 1 | -1/+1 |
* | Makefile: Fix SuperH 4 builds: it's AUDIT_ARCH_SH, not AUDIT_ARCH_SH4 | Stefano Brivio | 2023-03-09 | 1 | -0/+1 |
* | Makefile, seccomp.sh: Fix cross-builds, adjust syscalls list to compiler | Stefano Brivio | 2023-03-09 | 1 | -1/+1 |
* | treewide: Disable gcc strict aliasing rules as needed, drop workarounds | Stefano Brivio | 2023-02-27 | 1 | -21/+0 |
* | Makefile: Explict int type in FALLOC_FL_COLLAPSE_RANGE probe | Florian Weimer | 2023-02-14 | 1 | -1/+1 |
* | build: Remove *~ files with make clean | Richard W.M. Jones | 2022-11-25 | 1 | -1/+1 |
* | build: Force-create pasta symlink | Richard W.M. Jones | 2022-11-25 | 1 | -1/+1 |
* | util: Allow sock_l4() to open dual stack sockets | David Gibson | 2022-11-25 | 1 | -0/+5 |
* | inany: Helper functions for handling addresses which could be IPv4 or IPv6 | David Gibson | 2022-11-25 | 1 | -3/+3 |
* | tcp: Move connection state structures into a shared header | David Gibson | 2022-11-25 | 1 | -1/+2 |
* | clang-tidy: Suppress warning about assignments in if statements | David Gibson | 2022-11-25 | 1 | -0/+5 |
* | Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCH | Stefano Brivio | 2022-11-16 | 1 | -0/+1 |
* | Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64EL | Stefano Brivio | 2022-11-16 | 1 | -0/+1 |
* | Makefile: Don't filter out -O2 from supplied flags for AVX2 builds | Stefano Brivio | 2022-11-16 | 1 | -1/+1 |
* | Makefile: Honour passed CPPFLAGS, not just CFLAGS | Stefano Brivio | 2022-11-16 | 1 | -7/+7 |
* | conf, log, Makefile: Add versioning information | Stefano Brivio | 2022-10-15 | 1 | -0/+3 |
* | log, conf: Add support for logging to file | Stefano Brivio | 2022-10-14 | 1 | -5/+10 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -2/+2 |
* | Makefile: Hack for optimised-away store in ndp() before checksum calculation2022_09_29.06aa26f | Stefano Brivio | 2022-09-29 | 1 | -0/+7 |
* | Makefile: Extend noinline workarounds for LTO and -O2 to gcc 12 | Stefano Brivio | 2022-09-29 | 1 | -3/+3 |
* | cppcheck: Remove unused unmatchedSuppression suppressions | David Gibson | 2022-09-29 | 1 | -3/+0 |
* | Mark unused functions for cppcheck | David Gibson | 2022-09-29 | 1 | -1/+0 |
* | cppcheck: Remove unused va_list_usedBeforeStarted suppression | David Gibson | 2022-09-29 | 1 | -2/+0 |
* | cppcheck: Remove unused objectIndex suppressions | David Gibson | 2022-09-29 | 1 | -3/+0 |
* | cppcheck: Remove unused knownConditionTrueFalse suppression | David Gibson | 2022-09-29 | 1 | -2/+0 |
* | Regenerate seccomp.h if seccomp.sh changes | David Gibson | 2022-09-29 | 1 | -2/+2 |
* | cppcheck: Remove localtime suppression for pcap.c | David Gibson | 2022-09-29 | 1 | -1/+0 |
* | cppcheck: Broaden suppression for unused struct members | David Gibson | 2022-09-29 | 1 | -2/+1 |
* | cppcheck: Use inline suppression for strtok() in conf.c | David Gibson | 2022-09-29 | 1 | -1/+0 |
* | cppcheck: Use inline suppressions for qrap.c | David Gibson | 2022-09-29 | 1 | -2/+1 |
* | cppcheck: Use inline suppression for ffsl() | David Gibson | 2022-09-29 | 1 | -2/+0 |
* | Clean up parsing in conf_runas() | David Gibson | 2022-09-29 | 1 | -2/+1 |
* | cppcheck: Add target specific headers | David Gibson | 2022-09-29 | 1 | -1/+1 |
* | Makefile: Simplify getting target triple for compiler | David Gibson | 2022-09-29 | 1 | -2/+2 |