| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove pointless macro parameters in CALL_PROTO_HANDLER | David Gibson | 2024-06-07 | 1 | -3/+3 |
* | conf, passt, tap: Open socket and PID files before switching UID/GID | Stefano Brivio | 2024-05-23 | 1 | -6/+4 |
* | passt, util: Move opening of PID file to its own function | Stefano Brivio | 2024-05-23 | 1 | -9/+2 |
* | util: Rename write_pidfile() to pidfile_write() | Stefano Brivio | 2024-05-23 | 1 | -1/+1 |
* | passt, tap: Don't use -1 as uninitialised value for fd_tap_listen | Stefano Brivio | 2024-05-23 | 1 | -1/+1 |
* | passt.c: explicitly include libgen.h for basename | lemmi | 2024-05-13 | 1 | -0/+1 |
* | treewide: Compilers' name for armv6l and armv7l is "arm" | Stefano Brivio | 2024-04-11 | 1 | -3/+2 |
* | passt, log: Call __openlog() earlier, log to stderr until we detach | Stefano Brivio | 2024-03-14 | 1 | -7/+7 |
* | icmp: Use 'flowside' epoll references for ping sockets | David Gibson | 2024-03-12 | 1 | -7/+3 |
* | icmp: Store ping socket information in flow table | David Gibson | 2024-03-12 | 1 | -5/+0 |
* | conf: set the log level much earlier | Paul Holzinger | 2024-02-27 | 1 | -10/+0 |
* | passt: make --quiet set the log level to warning | Paul Holzinger | 2024-02-27 | 1 | -1/+1 |
* | pasta: Add fallback timer mechanism to check if namespace is gone | Stefano Brivio | 2024-02-16 | 1 | -15/+19 |
* | log: setlogmask(0) can actually result in a system call, don't use it | Stefano Brivio | 2024-02-14 | 1 | -5/+2 |
* | icmp: Consolidate icmp_sock_handler() with icmpv6_sock_handler() | David Gibson | 2024-01-22 | 1 | -2/+2 |
* | flow: Avoid moving flow entries to compact table | David Gibson | 2024-01-22 | 1 | -0/+2 |
* | tcp, tcp_splice: Avoid double layered dispatch for connected TCP sockets | David Gibson | 2024-01-22 | 1 | -2/+6 |
* | epoll: Better handling of number of epoll types | David Gibson | 2024-01-22 | 1 | -1/+3 |
* | flow, tcp: Add handling for per-flow timers | David Gibson | 2024-01-22 | 1 | -3/+4 |
* | flow, tcp: Add flow-centric dispatch for deferred flow handling | David Gibson | 2024-01-22 | 1 | -0/+1 |
* | tcp: "TCP" hash secret doesn't need to be TCP specific | David Gibson | 2023-12-04 | 1 | -0/+40 |
* | tcp, udp: Don't pre-fill IPv4 destination address in headers | David Gibson | 2023-08-22 | 1 | -6/+4 |
* | epoll: Use different epoll types for passt and pasta tap fds | David Gibson | 2023-08-13 | 1 | -3/+7 |
* | epoll: Split listening Unix domain socket into its own type | David Gibson | 2023-08-13 | 1 | -1/+5 |
* | epoll: Split handling of listening TCP sockets into their own handler | David Gibson | 2023-08-13 | 1 | -2/+6 |
* | epoll: Split handling of TCP timerfds into its own handler function | David Gibson | 2023-08-13 | 1 | -0/+4 |
* | epoll: Tiny cleanup to udp_sock_handler() | David Gibson | 2023-08-13 | 1 | -2/+1 |
* | epoll: Split handling of ICMP and ICMPv6 sockets | David Gibson | 2023-08-13 | 1 | -2/+3 |
* | epoll: Fold sock_handler into general switch on epoll event fd | David Gibson | 2023-08-13 | 1 | -27/+27 |
* | epoll: Always use epoll_ref for the epoll data variable | David Gibson | 2023-08-13 | 1 | -5/+6 |
* | epoll: Generalize epoll_ref to cover things other than sockets | David Gibson | 2023-08-13 | 1 | -13/+12 |
* | Use C11 anonymous members to make poll refs less verbose to use | David Gibson | 2023-08-04 | 1 | -4/+4 |
* | passt: Fix error check for signal(), improve error messages | Stefano Brivio | 2023-04-13 | 1 | -2/+9 |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | treewide: Fix header includes to build with musl | Chris Kuhn | 2023-03-09 | 1 | -0/+2 |
* | conf, passt: Rename stderr to force_stderr | Chris Kuhn | 2023-03-09 | 1 | -1/+1 |
* | convert all remaining err() followed by exit() to die() | Laine Stump | 2023-02-16 | 1 | -8/+4 |
* | log to stderr until process is daemonized, even if a log file is set | Laine Stump | 2023-02-16 | 1 | -7/+10 |
* | pasta: Wait for tap to be set up before spawning command | Stefano Brivio | 2023-02-12 | 1 | -0/+3 |
* | passt, tap: Add --fd option | Richard W.M. Jones | 2022-11-25 | 1 | -1/+0 |
* | passt: Move __setlogmask() calls before output unrelated to configuration | Stefano Brivio | 2022-11-10 | 1 | -8/+8 |
* | Use typing to reduce chances of IPv4 endianness errors | David Gibson | 2022-11-04 | 1 | -1/+1 |
* | icmp: Don't discard first reply sequence for a given echo ID2022_10_26.f212044 | Stefano Brivio | 2022-10-27 | 1 | -0/+3 |
* | isolation: Clarify various self-isolation steps | David Gibson | 2022-10-15 | 1 | -5/+3 |
* | log, conf: Add support for logging to file | Stefano Brivio | 2022-10-14 | 1 | -0/+1 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+1 |
* | cppcheck: Suppress same-value-in-ternary branches warning | David Gibson | 2022-09-29 | 1 | -0/+1 |
* | Catch failures when installing signal handlers | David Gibson | 2022-09-29 | 1 | -2/+4 |
* | Handle userns isolation and dropping root at the same time | David Gibson | 2022-09-13 | 1 | -1/+2 |
* | Move self-isolation code into a separate file | David Gibson | 2022-09-13 | 1 | -112/+1 |