aboutgitcodebugslistschat
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: Explicitly give files to checkDavid Gibson2024-04-051-1/+1
* icmp: Store ping socket information in flow tableDavid Gibson2024-03-121-3/+3
* util: move IP stuff from util.[ch] to ip.[ch]Laurent Vivier2024-03-061-5/+5
* fwd: Rename port_fwd.[ch] and their contentsDavid Gibson2024-02-291-6/+6
* inany: Add inany_ntop() helperDavid Gibson2024-02-291-2/+2
* iov: add some functions to manage iovecLaurent Vivier2024-02-291-4/+4
* Makefile: check for cppcheck's --check-level option in cppcheck targetStefano Brivio2024-02-281-6/+6
* pif: Add helpers to get the name of a pifDavid Gibson2023-12-041-1/+2
* flow, tcp: Move TCP connection table to unified flow tableDavid Gibson2023-12-041-4/+4
* flow, tcp: Generalise connection typesDavid Gibson2023-12-041-4/+4
* valgrind: Don't disable optimizations for valgrind builds2023_11_19.4f1709dDavid Gibson2023-11-191-1/+1
* valgrind: Adjust suppression for MSG_TRUNC with NULL bufferDavid Gibson2023-11-191-1/+1
* clang-tidy: Suppress silly misc-include-cleaner warningsDavid Gibson2023-11-191-1/+8
* log: Enable format warningsDavid Gibson2023-11-071-1/+2
* pif: Introduce notion of passt/pasta interfaceDavid Gibson2023-11-071-1/+1
* port_fwd: Move automatic port forwarding code to port_fwd.[ch]David Gibson2023-11-071-1/+1
* cppcheck: Use "exhaustive" level checking when availableDavid Gibson2023-10-041-0/+6
* siphash: Use incremental rather than all-at-once siphash functionsDavid Gibson2023-09-301-1/+1
* util: Consolidate and improve workarounds for clang-tidy issue 58992David Gibson2023-09-271-1/+1
* Allow C11 code, not just C99 codeDavid Gibson2023-08-041-2/+2
* Revert "MAKE: Fix parallel builds; .o files; .gitignore; new makedocs"Stefano Brivio2023-07-101-25/+26
* MAKE: Fix parallel builds; .o files; .gitignore; new makedocsKuhnChris2023-07-071-26/+25
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-061-1/+1
* Makefile: Enable external override for TARGETStefano Brivio2023-03-171-1/+1
* Makefile: Fix SuperH 4 builds: it's AUDIT_ARCH_SH, not AUDIT_ARCH_SH4Stefano Brivio2023-03-091-0/+1
* Makefile, seccomp.sh: Fix cross-builds, adjust syscalls list to compilerStefano Brivio2023-03-091-1/+1
* treewide: Disable gcc strict aliasing rules as needed, drop workaroundsStefano Brivio2023-02-271-21/+0
* Makefile: Explict int type in FALLOC_FL_COLLAPSE_RANGE probeFlorian Weimer2023-02-141-1/+1
* build: Remove *~ files with make cleanRichard W.M. Jones2022-11-251-1/+1
* build: Force-create pasta symlinkRichard W.M. Jones2022-11-251-1/+1
* util: Allow sock_l4() to open dual stack socketsDavid Gibson2022-11-251-0/+5
* inany: Helper functions for handling addresses which could be IPv4 or IPv6David Gibson2022-11-251-3/+3
* tcp: Move connection state structures into a shared headerDavid Gibson2022-11-251-1/+2
* clang-tidy: Suppress warning about assignments in if statementsDavid Gibson2022-11-251-0/+5
* Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCHStefano Brivio2022-11-161-0/+1
* Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64ELStefano Brivio2022-11-161-0/+1
* Makefile: Don't filter out -O2 from supplied flags for AVX2 buildsStefano Brivio2022-11-161-1/+1
* Makefile: Honour passed CPPFLAGS, not just CFLAGSStefano Brivio2022-11-161-7/+7
* conf, log, Makefile: Add versioning informationStefano Brivio2022-10-151-0/+3
* log, conf: Add support for logging to fileStefano Brivio2022-10-141-5/+10
* Move logging functions to a new file, log.cStefano Brivio2022-10-141-2/+2
* Makefile: Hack for optimised-away store in ndp() before checksum calculation2022_09_29.06aa26fStefano Brivio2022-09-291-0/+7
* 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-291-1/+0
* 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
* Regenerate seccomp.h if seccomp.sh changesDavid Gibson2022-09-291-2/+2
* cppcheck: Remove localtime suppression for pcap.cDavid Gibson2022-09-291-1/+0