| Commit message (Expand) | Author | Age | Files | Lines |
* | util: Use htonl_constant() in more places | David Gibson | 2023-12-27 | 1 | -2/+2 |
* | treewide: Add IN4ADDR_ANY_INIT macro | David Gibson | 2023-12-27 | 1 | -0/+3 |
* | tcp: Switch hash table to linear probing instead of chaining | David Gibson | 2023-12-27 | 1 | -0/+28 |
* | util: MAX_FROM_BITS() should be unsigned | David Gibson | 2023-12-04 | 1 | -1/+1 |
* | port_fwd, util: Include additional headers to fix build with musl | Stefano Brivio | 2023-12-02 | 1 | -0/+1 |
* | port_fwd, util: Don't bind UDP ports with opposite-side bound TCP ports | Stefano Brivio | 2023-11-22 | 1 | -0/+1 |
* | util: Add open_in_ns() helper | David Gibson | 2023-11-07 | 1 | -0/+1 |
* | port_fwd: Move automatic port forwarding code to port_fwd.[ch] | David Gibson | 2023-11-07 | 1 | -2/+0 |
* | cppcheck: Make many pointers const | David Gibson | 2023-10-04 | 1 | -2/+2 |
* | util: Consolidate and improve workarounds for clang-tidy issue 58992 | David Gibson | 2023-09-27 | 1 | -0/+41 |
* | Avoid shadowing index(3) | David Gibson | 2023-09-27 | 1 | -1/+1 |
* | util: Fix licensing information display in --version2023_09_08.05627dc | Stefano Brivio | 2023-09-08 | 1 | -2/+2 |
* | tcp, udp: Don't include destination address in partially precomputed csums | David Gibson | 2023-08-22 | 1 | -1/+3 |
* | util: Make ns_enter() a void function and report setns() errors | David Gibson | 2023-08-04 | 1 | -1/+1 |
* | util, conf: Add and use ns_is_init() helper | Stefano Brivio | 2023-05-23 | 1 | -0/+2 |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | util: Carry own definition of __bswap_constant{16,32} | Stefano Brivio | 2023-03-09 | 1 | -0/+11 |
* | Fix definitions of SOCKET_MAX, TCP_MAX_CONNS | Stefano Brivio | 2023-02-27 | 1 | -0/+2 |
* | Make assertions actually useful | David Gibson | 2023-02-12 | 1 | -1/+19 |
* | udp: Use abstracted tap header | David Gibson | 2023-01-23 | 1 | -7/+0 |
* | util: Parameterize ethernet header initializer macro | David Gibson | 2023-01-23 | 1 | -9/+2 |
* | util: Introduce hton*_constant() in place of #ifdefs | David Gibson | 2023-01-23 | 1 | -26/+11 |
* | udp: Pre-populate msg_names with local address | David Gibson | 2023-01-13 | 1 | -0/+7 |
* | 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 |