| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | conf, tcp: Periodic detection of bound ports for pasta port forwarding | Stefano Brivio | 2021-09-27 | 1 | -2/+6 |
* | util: Fix parsing of next option in ipv6_l4hdr() | Stefano Brivio | 2021-09-27 | 1 | -2/+1 |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -24/+23 |
* | util: Don't close ping sockets if bind() fails | Stefano Brivio | 2021-08-04 | 1 | -3/+6 |
* | util: Fix millisecond logging timestamp calculation | Stefano Brivio | 2021-08-04 | 1 | -1/+1 |
* | tcp, udp: Allow binding ports in init namespace to both tap and loopback | Stefano Brivio | 2021-07-26 | 1 | -5/+9 |
* | checksum: Introduce AVX2 implementation, unify helpers | Stefano Brivio | 2021-07-26 | 1 | -80/+0 |
* | udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socket | Stefano Brivio | 2021-07-21 | 1 | -14/+26 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -31/+131 |
* | util: On -DDEBUG, log to stderr with timestamps | Stefano Brivio | 2021-05-21 | 1 | -0/+26 |
* | icmp: Implement lazy bind for ping sockets | Stefano Brivio | 2021-05-21 | 1 | -1/+3 |
* | icmp: Implement ping tracking based on echo identifiers | Stefano Brivio | 2021-05-21 | 1 | -3/+0 |
* | udp, passt: Introduce socket packet buffer, avoid getsockname() for UDP | Stefano Brivio | 2021-04-30 | 1 | -8/+16 |
* | udp: Connection tracking for ephemeral, local ports, and related fixes | Stefano Brivio | 2021-04-29 | 1 | -7/+9 |
* | tcp: Avoid SO_ACCEPTCONN getsockopt() by noting listening/data sockets numbers | Stefano Brivio | 2021-04-29 | 1 | -14/+5 |
* | passt: Spare some syscalls, add some optimisations from profiling | Stefano Brivio | 2021-04-23 | 1 | -0/+15 |
* | passt: Run in background, add message logging with severities | Stefano Brivio | 2021-03-18 | 1 | -0/+18 |
* | passt: Introduce ICMP echo proxy | Stefano Brivio | 2021-03-18 | 1 | -1/+6 |
* | passt: Assorted fixes from "fresh eyes" review | Stefano Brivio | 2021-02-21 | 1 | -6/+8 |
* | passt: New design and implementation with native Layer 4 sockets | Stefano Brivio | 2021-02-16 | 1 | -3/+138 |
* | passt: Add IPv6 and NDP support, further fixes for IPv4 CT | Stefano Brivio | 2021-02-16 | 1 | -0/+39 |
* | merd: Rename to PASST | Stefano Brivio | 2021-02-16 | 1 | -1/+1 |
* | merd: ARP and DHCP handlers, connection tracking fixes | Stefano Brivio | 2021-02-16 | 1 | -0/+48 |