| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't unnecessarily avoid CLOEXEC flags2022_08_24.60ffc5b | David Gibson | 2022-08-24 | 1 | -4/+2 |
* | Make substructures for IPv4 and IPv6 specific context information | David Gibson | 2022-07-30 | 1 | -1/+1 |
* | Separate IPv4 and IPv6 configuration | David Gibson | 2022-07-30 | 1 | -2/+2 |
* | passt: Truncate PID file on open() | Stefano Brivio | 2022-07-22 | 1 | -1/+1 |
* | passt: Allow exit_group() system call in seccomp profiles | Stefano Brivio | 2022-07-14 | 1 | -0/+2 |
* | arch, passt: Use executable link to form AVX2 binary path | Stefano Brivio | 2022-07-14 | 1 | -3/+6 |
* | conf: Add --runas option, changing to given UID and GID if started as root | Stefano Brivio | 2022-05-19 | 1 | -46/+0 |
* | conf, tcp, udp: Allow address specification for forwarded ports | Stefano Brivio | 2022-05-01 | 1 | -11/+11 |
* | passt: Improper use of negative value (CWE-394) | Stefano Brivio | 2022-04-07 | 1 | -5/+14 |
* | passt: Ignoring number of bytes read, CWE-252 | Stefano Brivio | 2022-04-05 | 1 | -2/+3 |
* | passt: Accurate error reporting for sandbox() | Stefano Brivio | 2022-03-29 | 1 | -10/+26 |
* | treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checks | Stefano Brivio | 2022-03-29 | 1 | -4/+5 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -7/+7 |
* | tcp_splice: Close sockets right away on high number of open files | Stefano Brivio | 2022-03-29 | 1 | -1/+1 |
* | tcp: Rework timers to use timerfd instead of periodic bitmap scan | Stefano Brivio | 2022-03-29 | 1 | -4/+8 |