| Commit message (Expand) | Author | Age | Files | Lines |
* | passt, pasta: Add seccomp support | Stefano Brivio | 2021-10-14 | 1 | -0/+7 |
* | pasta: Allow specifying paths and names of namespaces | Giuseppe Scrivano | 2021-10-07 | 1 | -2/+2 |
* | tap: Completely de-serialise input message batches | Stefano Brivio | 2021-09-27 | 1 | -4/+9 |
* | udp: Switch to new socket message after 32KiB instead of 64KiB | Stefano Brivio | 2021-09-27 | 1 | -2/+2 |
* | udp: Decrease UDP_TAP_FRAMES to 16 | Stefano Brivio | 2021-09-27 | 1 | -1/+1 |
* | udp: Reset iov_base after sending partial message on sendmmsg() failure | Stefano Brivio | 2021-09-09 | 1 | -0/+2 |
* | udp: Fix comparison of seen IPv4 address for local connections | Stefano Brivio | 2021-09-09 | 1 | -1/+2 |
* | udp: Fix retry mechanism on partial sendmmsg() | Stefano Brivio | 2021-09-09 | 1 | -3/+3 |
* | tcp, udp: Restore usage of gateway for guest to connect to local host | Stefano Brivio | 2021-09-01 | 1 | -6/+6 |
* | udp: Handle partial failure in sendmmsg() to UNIX domain socket | Stefano Brivio | 2021-09-01 | 1 | -20/+60 |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -79/+95 |
* | tcp, udp: Map source address to gateway for any traffic from 127.0.0.0/8 | Stefano Brivio | 2021-07-26 | 1 | -3/+4 |
* | tcp, udp: Allow binding ports in init namespace to both tap and loopback | Stefano Brivio | 2021-07-26 | 1 | -34/+71 |
* | checksum: Introduce AVX2 implementation, unify helpers | Stefano Brivio | 2021-07-26 | 1 | -2/+16 |
* | tcp, udp: Split IPv4 and IPv6 bound port sets | Stefano Brivio | 2021-07-21 | 1 | -29/+39 |
* | udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socket | Stefano Brivio | 2021-07-21 | 1 | -40/+333 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -257/+557 |
* | udp, passt: Introduce socket packet buffer, avoid getsockname() for UDP | Stefano Brivio | 2021-04-30 | 1 | -13/+63 |
* | udp: Connection tracking for ephemeral, local ports, and related fixes | Stefano Brivio | 2021-04-29 | 1 | -19/+259 |
* | udp: Disable SO_ZEROCOPY again | Stefano Brivio | 2021-04-25 | 1 | -8/+2 |
* | passt: Spare some syscalls, add some optimisations from profiling | Stefano Brivio | 2021-04-23 | 1 | -3/+17 |
* | tcp, udp: Replace loopback source address by gateway address | Stefano Brivio | 2021-04-22 | 1 | -0/+7 |
* | passt: Introduce packet batching mechanism | Stefano Brivio | 2021-04-22 | 1 | -19/+50 |
* | udp: Fix typo in tcp_tap_handler() documentation | Stefano Brivio | 2021-03-17 | 1 | -1/+1 |
* | udp: Use size_t for return value of recvfrom() | Stefano Brivio | 2021-03-17 | 1 | -1/+1 |
* | passt: Assorted fixes from "fresh eyes" review | Stefano Brivio | 2021-02-21 | 1 | -15/+16 |
* | passt: New design and implementation with native Layer 4 sockets | Stefano Brivio | 2021-02-16 | 1 | -0/+174 |