| Commit message (Expand) | Author | Age | Files | Lines |
* | flow: Move flow_count from context structure to a global | David Gibson | 2024-01-22 | 1 | -3/+0 |
* | tcp, tcp_splice: Avoid double layered dispatch for connected TCP sockets | David Gibson | 2024-01-22 | 1 | -0/+2 |
* | epoll: Better handling of number of epoll types | David Gibson | 2024-01-22 | 1 | -2/+2 |
* | tcp: "TCP" hash secret doesn't need to be TCP specific | David Gibson | 2023-12-04 | 1 | -0/+2 |
* | flow,tcp: Use epoll_ref type including flow and side | David Gibson | 2023-12-04 | 1 | -0/+2 |
* | flow,tcp: Generalise TCP epoll_ref to generic flows | David Gibson | 2023-12-04 | 1 | -3/+3 |
* | util: MAX_FROM_BITS() should be unsigned | David Gibson | 2023-12-04 | 1 | -1/+1 |
* | flow, tcp: Move TCP connection table to unified flow table | David Gibson | 2023-12-04 | 1 | -0/+3 |
* | pif: Record originating pif in listening socket refs | David Gibson | 2023-11-07 | 1 | -0/+1 |
* | port_fwd: Move port scanning /proc fds into struct port_fwd | David Gibson | 2023-11-07 | 1 | -5/+0 |
* | tcp, udp: Don't pre-fill IPv4 destination address in headers | David Gibson | 2023-08-22 | 1 | -2/+2 |
* | epoll: Use different epoll types for passt and pasta tap fds | David Gibson | 2023-08-13 | 1 | -2/+4 |
* | epoll: Split listening Unix domain socket into its own type | David Gibson | 2023-08-13 | 1 | -2/+4 |
* | epoll: Split handling of listening TCP sockets into their own handler | David Gibson | 2023-08-13 | 1 | -2/+6 |
* | epoll: Split handling of TCP timerfds into its own handler function | David Gibson | 2023-08-13 | 1 | -1/+3 |
* | epoll: Always use epoll_ref for the epoll data variable | David Gibson | 2023-08-13 | 1 | -1/+5 |
* | epoll: Generalize epoll_ref to cover things other than sockets | David Gibson | 2023-08-13 | 1 | -11/+29 |
* | Use static assertion to verify that union epoll_ref is the right size | David Gibson | 2023-08-04 | 1 | -0/+4 |
* | Use C11 anonymous members to make poll refs less verbose to use | David Gibson | 2023-08-04 | 1 | -2/+2 |
* | passt.h: Fix description of pasta_ifi in struct ctx | Stefano Brivio | 2023-05-23 | 1 | -1/+1 |
* | conf, pasta: With --config-net, copy all addresses by default | Stefano Brivio | 2023-05-23 | 1 | -0/+2 |
* | conf, pasta: With --config-net, copy all routes by default | Stefano Brivio | 2023-05-23 | 1 | -1/+3 |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | conf, passt: Rename stderr to force_stderr | Chris Kuhn | 2023-03-09 | 1 | -2/+2 |
* | conf, icmp, tcp, udp: Add options to bind to outbound address and interface | Stefano Brivio | 2023-03-09 | 1 | -0/+10 |
* | conf, passt.h: Rename "outbound" interface to "template" interface | Stefano Brivio | 2023-03-09 | 1 | -2/+2 |
* | Fix definitions of SOCKET_MAX, TCP_MAX_CONNS | Stefano Brivio | 2023-02-27 | 1 | -2/+2 |
* | udp: Split splice field in udp_epoll_ref into (mostly) independent bits | David Gibson | 2022-12-06 | 1 | -0/+2 |
* | passt, tap: Add --fd option | Richard W.M. Jones | 2022-11-25 | 1 | -1/+1 |
* | conf, udp: Drop mostly duplicated dns_send arrays, rename related fields | Stefano Brivio | 2022-11-16 | 1 | -10/+10 |
* | conf: Split the notions of read DNS addresses and offered ones | Stefano Brivio | 2022-11-04 | 1 | -2/+6 |
* | Use typing to reduce chances of IPv4 endianness errors | David Gibson | 2022-11-04 | 1 | -6/+6 |
* | Minor improvements to IPv4 netmask handling | David Gibson | 2022-11-04 | 1 | -2/+2 |
* | conf, tap: Add option to quit once the client closes the connection | Stefano Brivio | 2022-10-15 | 1 | -0/+1 |
* | passt.h: Include netinet/if_ether.h before struct ctx declaration | Stefano Brivio | 2022-10-14 | 1 | -0/+2 |
* | Improve types and names for port forwarding configuration | David Gibson | 2022-09-24 | 1 | -0/+1 |
* | Handle userns isolation and dropping root at the same time | David Gibson | 2022-09-13 | 1 | -4/+0 |
* | Don't store UID & GID persistently in the context structure | David Gibson | 2022-09-13 | 1 | -5/+0 |
* | Make substructures for IPv4 and IPv6 specific context information | David Gibson | 2022-07-30 | 1 | -26/+42 |
* | Separate IPv4 and IPv6 configuration | David Gibson | 2022-07-30 | 1 | -6/+2 |
* | Allow different external interfaces for IPv4 and IPv6 connectivity | David Gibson | 2022-07-30 | 1 | -2/+4 |
* | conf: Add --runas option, changing to given UID and GID if started as root | Stefano Brivio | 2022-05-19 | 1 | -0/+5 |
* | tap, tcp, udp, icmp: Cut down on some oversized buffers | Stefano Brivio | 2022-03-29 | 1 | -1/+1 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -2/+2 |
* | treewide: Add include guards | Stefano Brivio | 2022-03-29 | 1 | -0/+5 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 1 | -0/+1 |
* | tcp_splice: Close sockets right away on high number of open files | Stefano Brivio | 2022-03-29 | 1 | -0/+2 |
* | tcp, udp, util: Enforce 24-bit limit on socket numbers | Stefano Brivio | 2022-03-29 | 1 | -1/+3 |
* | conf, util, tap: Implement --trace option for extra verbose logging | Stefano Brivio | 2022-03-25 | 1 | -0/+2 |
* | pasta: By default, quit if filesystem-bound net namespace goes away | Stefano Brivio | 2022-02-21 | 1 | -0/+7 |