| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow pasta to take a command to execute | David Gibson | 2022-08-30 | 1 | -10/+23 |
* | Don't unnecessarily avoid CLOEXEC flags2022_08_24.60ffc5b | David Gibson | 2022-08-24 | 1 | -1/+1 |
* | Make substructures for IPv4 and IPv6 specific context information | David Gibson | 2022-07-30 | 1 | -5/+5 |
* | Separate IPv4 and IPv6 configuration | David Gibson | 2022-07-30 | 1 | -2/+2 |
* | treewide: Argument cannot be negative, CWE-687 | Stefano Brivio | 2022-04-07 | 1 | -17/+8 |
* | treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checks | Stefano Brivio | 2022-03-29 | 1 | -7/+9 |
* | seccomp: Adjust list of allowed syscalls for armv6l, armv7l | Stefano Brivio | 2022-02-26 | 1 | -1/+2 |
* | pasta: By default, quit if filesystem-bound net namespace goes away | Stefano Brivio | 2022-02-21 | 1 | -0/+52 |
* | passt, pasta: Namespace-based sandboxing, defer seccomp policy application | Stefano Brivio | 2022-02-21 | 1 | -106/+59 |
* | seccomp: Add a number of alternate and per-arch syscalls | Stefano Brivio | 2022-01-26 | 1 | -1/+2 |
* | pasta: Check for zero d_reclen returned by getdents64() syscall | Stefano Brivio | 2022-01-26 | 1 | -1/+1 |
* | conf, pasta: Explicitly pass CLONE_{NEWUSER,NEWNET} to setns() | Stefano Brivio | 2022-01-26 | 1 | -2/+4 |
* | passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions | Stefano Brivio | 2022-01-26 | 1 | -2/+0 |
* | passt: Add cppcheck target, test, and address resulting warnings | Stefano Brivio | 2021-10-21 | 1 | -4/+7 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -1/+2 |
* | passt: Add clang-tidy Makefile target and test, take care of warnings | Stefano Brivio | 2021-10-20 | 1 | -1/+1 |
* | passt: Address gcc 11 warnings | Stefano Brivio | 2021-10-20 | 1 | -5/+10 |
* | netlink, conf: Actually get prefix/mask length | Stefano Brivio | 2021-10-19 | 1 | -2/+7 |
* | pasta: Allow nanosleep(2) and clock_nanosleep(2) syscalls too | Stefano Brivio | 2021-10-14 | 1 | -1/+1 |
* | netlink, pasta: Configure MTU of tap interface on --config-net | Stefano Brivio | 2021-10-14 | 1 | -3/+3 |
* | passt, pasta: Completely avoid dynamic memory allocation | Stefano Brivio | 2021-10-14 | 1 | -0/+253 |