| Commit message (Expand) | Author | Age | Files | Lines |
* | pasta: Clean up namespace processes on exit, reap zombies from clone() | Stefano Brivio | 2021-09-15 | 1 | -9/+83 |
* | pasta: Set ping_group_range upon namespace creation | Stefano Brivio | 2021-09-09 | 1 | -0/+4 |
* | passt: Add epoll event indication and passt/pasta mode in socket debug message | Stefano Brivio | 2021-09-09 | 1 | -1/+3 |
* | pasta: If a new namespace is created, wait for it to be ready before proceeding | Stefano Brivio | 2021-09-01 | 1 | -1/+15 |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -423/+101 |
* | tcp: Introduce scatter-gather IO path from socket to tap | Stefano Brivio | 2021-07-26 | 1 | -0/+1 |
* | tcp, udp: Allow binding ports in init namespace to both tap and loopback | Stefano Brivio | 2021-07-26 | 1 | -0/+15 |
* | tcp, udp: Split IPv4 and IPv6 bound port sets | Stefano Brivio | 2021-07-21 | 1 | -15/+31 |
* | udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socket | Stefano Brivio | 2021-07-21 | 1 | -0/+14 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -439/+108 |
* | passt: When probing for an existing instance, also accept ENOENT on connect() | Stefano Brivio | 2021-05-23 | 1 | -1/+1 |
* | util: On -DDEBUG, log to stderr with timestamps | Stefano Brivio | 2021-05-21 | 1 | -1/+1 |
* | passt: Also log to stderr, don't fork to background if not interactive | Stefano Brivio | 2021-05-21 | 1 | -2/+2 |
* | passt: Add support for multiple instances in different network namespaces | Stefano Brivio | 2021-05-21 | 1 | -13/+33 |
* | tcp: Actually enforce MAX_CONNS limit | Stefano Brivio | 2021-05-21 | 1 | -1/+1 |
* | passt: Close UNIX domain socket on failure before accepting new connections | Stefano Brivio | 2021-05-21 | 1 | -1/+3 |
* | passt: Introduce packet capture implementation | Stefano Brivio | 2021-05-21 | 1 | -0/+5 |
* | dhcp, ndp, dhcpv6: Support for multiple DNS servers, search list | Stefano Brivio | 2021-05-21 | 1 | -20/+57 |
* | passt: With -DDEBUG, also print protocol number for unsupported protocols | Stefano Brivio | 2021-05-21 | 1 | -5/+5 |
* | passt: Don't fork into background until the UNIX domain socket isn't listening | Stefano Brivio | 2021-05-10 | 1 | -4/+7 |
* | passt: Keep just two arrays to print context IPv4 and IPv6 addresses | Stefano Brivio | 2021-05-10 | 1 | -9/+9 |
* | passt: Don't use getprotobynumber() in debug build | Stefano Brivio | 2021-05-10 | 1 | -3/+17 |
* | udp, passt: Introduce socket packet buffer, avoid getsockname() for UDP | Stefano Brivio | 2021-04-30 | 1 | -7/+8 |
* | udp: Connection tracking for ephemeral, local ports, and related fixes | Stefano Brivio | 2021-04-29 | 1 | -39/+61 |
* | tcp: Avoid SO_ACCEPTCONN getsockopt() by noting listening/data sockets numbers | Stefano Brivio | 2021-04-29 | 1 | -26/+25 |
* | passt: Spare some syscalls, add some optimisations from profiling | Stefano Brivio | 2021-04-23 | 1 | -44/+69 |
* | passt: Don't unconditionally disable forking to background | Stefano Brivio | 2021-04-22 | 1 | -1/+1 |
* | passt: Introduce packet batching mechanism | Stefano Brivio | 2021-04-22 | 1 | -69/+215 |
* | passt: Print ports in debug messages only for protocols with ports | Stefano Brivio | 2021-04-22 | 1 | -2/+5 |
* | passt: Always use INET_ADDRSTRLEN/INET6_ADDRSTRLEN for inet_ntop() buffers | Stefano Brivio | 2021-04-21 | 1 | -4/+4 |
* | passt: Make UNIX domain socket world-writable and world-readable | Stefano Brivio | 2021-04-13 | 1 | -0/+5 |
* | passt: Introduce a DHCPv6 server | Stefano Brivio | 2021-04-13 | 1 | -5/+12 |
* | passt: Add libvirt patch for qemu UNIX socket domain back-end | Stefano Brivio | 2021-03-21 | 1 | -1/+1 |
* | passt: Initialise socket after getting addresses and routes | Stefano Brivio | 2021-03-20 | 1 | -5/+9 |
* | passt: Set soft limit for number of open files to hard limit | Stefano Brivio | 2021-03-18 | 1 | -0/+12 |
* | passt: Run in background, add message logging with severities | Stefano Brivio | 2021-03-18 | 1 | -61/+70 |
* | passt: qemu patch for direct UNIX domain connection without the qrap wrapper | Stefano Brivio | 2021-03-18 | 1 | -1/+6 |
* | passt: Introduce ICMP echo proxy | Stefano Brivio | 2021-03-18 | 1 | -8/+16 |
* | passt: Use INET{,6}_ADDRSTRLEN instead of open coded sizeof | Stefano Brivio | 2021-03-17 | 1 | -2/+2 |
* | passt: Assorted fixes from "fresh eyes" review | Stefano Brivio | 2021-02-21 | 1 | -74/+74 |
* | passt: New design and implementation with native Layer 4 sockets | Stefano Brivio | 2021-02-16 | 1 | -561/+134 |
* | passt: Add IPv6 and NDP support, further fixes for IPv4 CT | Stefano Brivio | 2021-02-16 | 1 | -77/+425 |
* | merd: Rename to PASST | Stefano Brivio | 2021-02-16 | 1 | -0/+666 |