| Commit message (Expand) | Author | Age | Files | Lines |
* | test/perf: Use CPU frequency from /proc/cpuinfo instead of cpupower(1) | Stefano Brivio | 2021-10-19 | 4 | -8/+8 |
* | tcp: Fix for non-blocking splice() on older kernels | Stefano Brivio | 2021-10-19 | 1 | -2/+2 |
* | tcp: Fix ACK reporting on older kernels (no tcp.kernel_snd_wnd case) | Stefano Brivio | 2021-10-19 | 1 | -3/+4 |
* | netlink: NETLINK_GET_STRICT_CHK is not available on older kernels | Stefano Brivio | 2021-10-19 | 1 | -3/+6 |
* | passt: Include linux/seccomp.h and linux/audit.h instead of seccomp.h | Stefano Brivio | 2021-10-19 | 1 | -1/+2 |
* | netlink, conf: Actually get prefix/mask length | Stefano Brivio | 2021-10-19 | 4 | -10/+24 |
* | tcp: Arm tcp_data_noack on insufficient window too, don't reset if ACK doesn'... | Stefano Brivio | 2021-10-16 | 1 | -2/+4 |
* | passt: Add clock_gettime to list of allowed syscalls | Stefano Brivio | 2021-10-16 | 1 | -0/+1 |
* | passt: Static builds: don't redefine __vsyslog(), skip getpwnam() and initgro... | Stefano Brivio | 2021-10-16 | 5 | -12/+21 |
* | util, pasta: Don't read() and lseek() every single line in read_line() | Stefano Brivio | 2021-10-16 | 2 | -5/+24 |
* | udp: drop bogus udp_tap_map ts assignment | Stefan Hajnoczi | 2021-10-15 | 1 | -1/+0 |
* | demo/pasta: Swap init>ns and ns>init flows | Stefano Brivio | 2021-10-15 | 1 | -24/+24 |
* | util: Don't duplicate debug messages, they're already on stderr | Stefano Brivio | 2021-10-15 | 1 | -4/+4 |
* | tcp: ...and so I got a socket called zero | Stefano Brivio | 2021-10-15 | 1 | -35/+44 |
* | passt: Check if a PID file was actually requested before creating it | Stefano Brivio | 2021-10-15 | 1 | -1/+1 |
* | util: Define ROUND_UP() | Stefano Brivio | 2021-10-15 | 1 | -0/+2 |
* | tcp: Bump TCP_TAP_FRAMES back to 256 | Stefano Brivio | 2021-10-15 | 1 | -1/+1 |
* | tcp: Get rid of iov with cached MSS, drop sendmmsg(), add deferred flush | Stefano Brivio | 2021-10-15 | 1 | -139/+130 |
* | tcp: Clamp MSS depending on IP version, properly derive buffer sizes | Stefano Brivio | 2021-10-15 | 1 | -17/+19 |
* | conf, pasta: Create a new namespace also if probing netns options failed | Stefano Brivio | 2021-10-15 | 1 | -1/+1 |
* | checksum: Stream load into four registers at a time with > 128 bytes | Stefano Brivio | 2021-10-15 | 1 | -3/+47 |
* | checksum: Interleave lo/hi sums while folding into 128-bit sums, drop TODO | Stefano Brivio | 2021-10-15 | 1 | -3/+3 |
* | pasta: Allow nanosleep(2) and clock_nanosleep(2) syscalls too | Stefano Brivio | 2021-10-14 | 1 | -1/+1 |
* | netlink: Bring up interface even if neither MTU nor MAC address is configured | Stefano Brivio | 2021-10-14 | 1 | -0/+5 |
* | passt: Don't refuse to run if UID is 0 in non-init namespace | Stefano Brivio | 2021-10-14 | 1 | -1/+14 |
* | pasta: Push pasta.h header | Stefano Brivio | 2021-10-14 | 1 | -0/+3 |
* | slirp4netns.sh: Introduce compatibility wrapper behaving like slirp4netns(1) | Stefano Brivio | 2021-10-14 | 1 | -0/+227 |
* | netlink, pasta: Configure MTU of tap interface on --config-net | Stefano Brivio | 2021-10-14 | 4 | -21/+33 |
* | conf: Add -P, --pid, to specify a file where own PID is written to | Stefano Brivio | 2021-10-14 | 4 | -3/+48 |
* | conf: Reset netns_only flag after probing | Stefano Brivio | 2021-10-14 | 1 | -1/+3 |
* | tcp: Explicitly align IP headers in tcp4_l2_{,flags}buf_t also in non-AVX2 build | Stefano Brivio | 2021-10-14 | 1 | -14/+12 |
* | conf, tcp, udp: Add --no-map-gw to disable mapping gateway address to host | Stefano Brivio | 2021-10-14 | 5 | -5/+15 |
* | passt: Warn if we're running as root, abort if we can't change to nobody:nobody | Stefano Brivio | 2021-10-14 | 1 | -0/+29 |
* | conf: Reset errno before checking port specifier with strtol(3) | Stefano Brivio | 2021-10-14 | 1 | -0/+1 |
* | passt: Drop all capabilities that we might have, except for CAP_NET_BIND_SERVICE | Stefano Brivio | 2021-10-14 | 1 | -0/+18 |
* | passt, pasta: Completely avoid dynamic memory allocation | Stefano Brivio | 2021-10-14 | 6 | -28/+389 |
* | passt, pasta: Add seccomp support | Stefano Brivio | 2021-10-14 | 10 | -9/+259 |
* | test: Drop debugging left-overs in lib/util | Stefano Brivio | 2021-10-14 | 1 | -4/+0 |
* | doc: Add to man page tip to grant passt the CAP_NET_BIND_SERVICE capability | Stefano Brivio | 2021-10-14 | 1 | -1/+6 |
* | doc: Fix up note about missing tcpi_snd_wnd in man page | Stefano Brivio | 2021-10-14 | 1 | -7/+3 |
* | tcp: Decrease pool size for pipes to 16 | Stefano Brivio | 2021-10-14 | 1 | -1/+1 |
* | util: Fix comment to bitmap_clear() | Stefano Brivio | 2021-10-14 | 1 | -1/+1 |
* | conf, tap: Split netlink and pasta functions, allow interface configuration | Stefano Brivio | 2021-10-14 | 11 | -609/+703 |
* | conf: Don't get IPv{4,6} DNS addresses if IPv{4,6} is disabled | Stefano Brivio | 2021-10-10 | 1 | -4/+6 |
* | conf: Avoid getifaddrs(), split L2/L3 address fetching, get filtered dumps | Stefano Brivio | 2021-10-10 | 2 | -124/+170 |
* | README: Drop domain part in absolute links | Stefano Brivio | 2021-10-07 | 1 | -25/+25 |
* | conf: Fix getopt_long() return value for --quiet | Stefano Brivio | 2021-10-07 | 1 | -1/+1 |
* | pasta: Add second waitid() in pasta_child_handler() | Stefano Brivio | 2021-10-07 | 1 | -0/+1 |
* | pasta: Allow specifying paths and names of namespaces | Giuseppe Scrivano | 2021-10-07 | 12 | -79/+240 |
* | git: Add pre-push hook | Stefano Brivio | 2021-10-06 | 1 | -0/+64 |