| Commit message (Expand) | Author | Age | Files | Lines |
* | util, pasta: Add do_clone() wrapper around __clone2() and clone() | Stefano Brivio | 2022-11-16 | 1 | -3/+5 |
* | Use typing to reduce chances of IPv4 endianness errors | David Gibson | 2022-11-04 | 1 | -2/+10 |
* | util: Set NS_FN_STACK_SIZE to one eighth of ulimit-reported maximum stack size2022_10_22.b68da10 | Stefano Brivio | 2022-10-22 | 1 | -1/+1 |
* | Replace FWRITE with a function | David Gibson | 2022-10-15 | 1 | -12/+1 |
* | util.h: Add missing gcc pragma push before pragma pop | Stefano Brivio | 2022-10-15 | 1 | -0/+1 |
* | Don't create 'tap' socket for ports that are bound to loopback only | Stefano Brivio | 2022-10-15 | 1 | -0/+3 |
* | conf, tcp, udp: Allow specification of interface to bind to | Stefano Brivio | 2022-10-15 | 1 | -1/+2 |
* | conf, log, Makefile: Add versioning information | Stefano Brivio | 2022-10-15 | 1 | -0/+8 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -16/+0 |
* | udp: Replace pragma to ignore bogus stringop-overread warning with workaround | Stefano Brivio | 2022-09-29 | 1 | -23/+0 |
* | cppcheck: Use inline suppression for ffsl() | David Gibson | 2022-09-29 | 1 | -0/+1 |
* | Move self-isolation code into a separate file | David Gibson | 2022-09-13 | 1 | -2/+0 |
* | Consolidate determination of UID/GID to run as | David Gibson | 2022-09-13 | 1 | -1/+0 |
* | Split checking for root from dropping root privilege | David Gibson | 2022-09-13 | 1 | -0/+1 |
* | Don't store UID & GID persistently in the context structure | David Gibson | 2022-09-13 | 1 | -1/+1 |
* | Clarify semantics of c->v4 and c->v6 variables | David Gibson | 2022-07-30 | 1 | -6/+0 |
* | conf: Add --runas option, changing to given UID and GID if started as root | Stefano Brivio | 2022-05-19 | 1 | -0/+1 |
* | udp: Ignore bogus -Wstringop-overread for write() from gcc 12.1 | Stefano Brivio | 2022-05-19 | 1 | -0/+23 |
* | conf, tcp, udp: Allow address specification for forwarded ports | Stefano Brivio | 2022-05-01 | 1 | -9/+2 |
* | treewide: Argument cannot be negative, CWE-687 | Stefano Brivio | 2022-04-07 | 1 | -0/+12 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -4/+4 |
* | treewide: Add include guards | Stefano Brivio | 2022-03-29 | 1 | -0/+5 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 1 | -1/+4 |
* | tcp: Refactor to use events instead of states, split out spliced implementation | Stefano Brivio | 2022-03-28 | 1 | -1/+3 |
* | util: Use standard int types | Stefano Brivio | 2022-03-25 | 1 | -6/+6 |
* | util: Drop CHECK_SET_MIN_MAX{,_PROTO_FD} macros | Stefano Brivio | 2022-03-25 | 1 | -14/+0 |
* | conf, util, tap: Implement --trace option for extra verbose logging | Stefano Brivio | 2022-03-25 | 1 | -0/+8 |
* | passt, pasta: Namespace-based sandboxing, defer seccomp policy application | Stefano Brivio | 2022-02-21 | 1 | -1/+11 |
* | passt: Address new clang-tidy warnings from LLVM 13.0.1 | Stefano Brivio | 2022-01-30 | 1 | -3/+3 |
* | tcp, udp, util: Fixes for bitmap handling on big-endian, casts | Stefano Brivio | 2022-01-26 | 1 | -0/+2 |
* | util: Fall-back definitions for SECCOMP_RET_KILL_PROCESS, ETH_{MAX,MIN}_MTU | Stefano Brivio | 2022-01-26 | 1 | -0/+10 |
* | passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions | Stefano Brivio | 2022-01-26 | 1 | -0/+28 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -2/+1 |
* | passt: Add clang-tidy Makefile target and test, take care of warnings | Stefano Brivio | 2021-10-20 | 1 | -3/+3 |
* | LICENSES: Add license text files, add missing notices, fix SPDX tags | Stefano Brivio | 2021-10-20 | 1 | -0/+5 |
* | passt: Static builds: don't redefine __vsyslog(), skip getpwnam() and initgro... | Stefano Brivio | 2021-10-16 | 1 | -1/+1 |
* | util: Define ROUND_UP() | Stefano Brivio | 2021-10-15 | 1 | -0/+2 |
* | passt, pasta: Completely avoid dynamic memory allocation | Stefano Brivio | 2021-10-14 | 1 | -0/+5 |
* | conf, tap: Split netlink and pasta functions, allow interface configuration | Stefano Brivio | 2021-10-14 | 1 | -0/+9 |
* | pasta: Allow specifying paths and names of namespaces | Giuseppe Scrivano | 2021-10-07 | 1 | -1/+1 |
* | tcp, tap: Turn tcp_probe_mem() into sock_probe_mem(), use for AF_UNIX socket too | Stefano Brivio | 2021-10-05 | 1 | -0/+5 |
* | conf, tcp: Periodic detection of bound ports for pasta port forwarding | Stefano Brivio | 2021-09-27 | 1 | -1/+1 |
* | passt: Align pkt_buf to PAGE_SIZE (start and size), try to fit in huge pages | Stefano Brivio | 2021-09-27 | 1 | -0/+1 |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -5/+9 |
* | tcp: Introduce scatter-gather IO path from socket to tap | Stefano Brivio | 2021-07-26 | 1 | -0/+2 |
* | tcp, udp: Allow binding ports in init namespace to both tap and loopback | Stefano Brivio | 2021-07-26 | 1 | -2/+8 |
* | checksum: Introduce AVX2 implementation, unify helpers | Stefano Brivio | 2021-07-26 | 1 | -4/+0 |
* | udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socket | Stefano Brivio | 2021-07-21 | 1 | -0/+59 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -2/+23 |
* | passt: Add support for multiple instances in different network namespaces | Stefano Brivio | 2021-05-21 | 1 | -0/+7 |