| Commit message (Expand) | Author | Age | Files | Lines |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -5/+9 |
* | tcp: Introduce scatter-gather IO path from socket to tap | Stefano Brivio | 2021-07-26 | 1 | -0/+2 |
* | tcp, udp: Allow binding ports in init namespace to both tap and loopback | Stefano Brivio | 2021-07-26 | 1 | -2/+8 |
* | checksum: Introduce AVX2 implementation, unify helpers | Stefano Brivio | 2021-07-26 | 1 | -4/+0 |
* | udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socket | Stefano Brivio | 2021-07-21 | 1 | -0/+59 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -2/+23 |
* | passt: Add support for multiple instances in different network namespaces | Stefano Brivio | 2021-05-21 | 1 | -0/+7 |
* | dhcp, ndp, dhcpv6: Support for multiple DNS servers, search list | Stefano Brivio | 2021-05-21 | 1 | -1/+6 |
* | udp, passt: Introduce socket packet buffer, avoid getsockname() for UDP | Stefano Brivio | 2021-04-30 | 1 | -0/+1 |
* | udp: Connection tracking for ephemeral, local ports, and related fixes | Stefano Brivio | 2021-04-29 | 1 | -2/+6 |
* | tcp: Avoid SO_ACCEPTCONN getsockopt() by noting listening/data sockets numbers | Stefano Brivio | 2021-04-29 | 1 | -0/+19 |
* | passt: Run in background, add message logging with severities | Stefano Brivio | 2021-03-18 | 1 | -0/+10 |
* | passt: New design and implementation with native Layer 4 sockets | Stefano Brivio | 2021-02-16 | 1 | -1/+4 |
* | passt: Add IPv6 and NDP support, further fixes for IPv4 CT | Stefano Brivio | 2021-02-16 | 1 | -0/+1 |
* | merd: ARP and DHCP handlers, connection tracking fixes | Stefano Brivio | 2021-02-16 | 1 | -0/+2 |