| Commit message (Expand) | Author | Age | Files | Lines |
* | conf: Make the argument to --pcap option mandatory | David Gibson | 2022-08-30 | 1 | -28/+0 |
* | treewide: Invalid type in argument to printf format specifier, CWE-686 | Stefano Brivio | 2022-04-05 | 1 | -3/+3 |
* | treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checks | Stefano Brivio | 2022-03-29 | 1 | -2/+3 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -5/+5 |
* | pcap: Fix mistake in printed string | Stefano Brivio | 2022-03-25 | 1 | -1/+1 |
* | passt, pasta: Namespace-based sandboxing, defer seccomp policy application | Stefano Brivio | 2022-02-21 | 1 | -3/+2 |
* | passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions | Stefano Brivio | 2022-01-26 | 1 | -2/+0 |
* | pcap: Fix failure check on write() in pcapm() | Stefano Brivio | 2021-10-21 | 1 | -1/+2 |
* | passt: Add cppcheck target, test, and address resulting warnings | Stefano Brivio | 2021-10-21 | 1 | -2/+4 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -1/+2 |
* | passt: Address gcc 11 warnings | Stefano Brivio | 2021-10-20 | 1 | -10/+25 |
* | pasta: Allow specifying paths and names of namespaces | Giuseppe Scrivano | 2021-10-07 | 1 | -1/+1 |
* | pcap: Drop O_DSYNC from pcap file descriptor | Stefano Brivio | 2021-09-27 | 1 | -1/+1 |
* | pcap: Don't make pcap files world-readable | Stefano Brivio | 2021-09-27 | 1 | -1/+1 |
* | pcap: Don't reinitialise packet capture if we already have one | Stefano Brivio | 2021-09-27 | 1 | -1/+1 |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -39/+21 |
* | udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socket | Stefano Brivio | 2021-07-21 | 1 | -2/+80 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -7/+27 |
* | passt: Add support for multiple instances in different network namespaces | Stefano Brivio | 2021-05-21 | 1 | -2/+12 |
* | passt: Introduce packet capture implementation | Stefano Brivio | 2021-05-21 | 1 | -0/+108 |