| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | tcp: Check if timestamp is passed also while sending FIN to tap/guest | Stefano Brivio | 2021-10-05 | 1 | -1/+1 |
* | tcp: Drop EPOLLOUT for connections being established earlier | Stefano Brivio | 2021-10-05 | 1 | -3/+3 |
* | conf: Silence gcc -Os warning | Stefano Brivio | 2021-10-05 | 1 | -1/+1 |
* | passt: Shrink binary size by dropping static initialisers | Stefano Brivio | 2021-10-05 | 4 | -53/+73 |
* | test/lib/term: Export PCAP and DEBUG variables for tmux sessions globally | Stefano Brivio | 2021-10-05 | 1 | -0/+1 |
* | test/lib/setup: Increase --max-stackframe in commented-out valgrind command | Stefano Brivio | 2021-10-05 | 1 | -1/+1 |
* | tcp: Simplify ACK-sending conditions in tcp_data_from_tap() | Stefano Brivio | 2021-10-05 | 1 | -20/+9 |
* | tcp: Always probe SO_SNDBUF, second attempt | Stefano Brivio | 2021-10-05 | 1 | -3/+0 |
* | tcp: Defer and coalesce all segments with no data (flags) to handler | Stefano Brivio | 2021-10-05 | 2 | -142/+377 |
* | tcp: Increase LOW_RTT_THRESHOLD to 10us | Stefano Brivio | 2021-10-05 | 1 | -1/+1 |
* | tcp: Reduce size of socket pools | Stefano Brivio | 2021-10-05 | 1 | -2/+2 |
* | tcp: Increase TCP_TAP_FRAMES once more | Stefano Brivio | 2021-10-05 | 1 | -1/+1 |
* | tcp, tap: Turn tcp_probe_mem() into sock_probe_mem(), use for AF_UNIX socket too | Stefano Brivio | 2021-10-05 | 7 | -40/+49 |
* | passt: Add handler for optional deferred tasks | Stefano Brivio | 2021-10-05 | 1 | -20/+26 |
* | demo/pasta: Enter the right directory before issuing perf report -g | Stefano Brivio | 2021-10-04 | 1 | -1/+1 |