| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tap: Exit if we fail to bind a UNIX domain socket with explicit path | Stefano Brivio | 2024-07-25 | 1 | -2/+5 |
* | test: iperf3 3.16 introduces multiple threads, drop our own implementation of... | Stefano Brivio | 2024-07-25 | 6 | -145/+127 |
* | test: Update names of symbols and slabinfo entries | Stefano Brivio | 2024-07-25 | 1 | -17/+5 |
* | test: Fix memory/passt tests, --netns-only is not a valid option for passt | Stefano Brivio | 2024-07-25 | 2 | -11/+11 |
* | log: Drop newlines in the middle of the perror()-like messages | Stefano Brivio | 2024-07-25 | 3 | -22/+32 |
* | tcp: Change SO_PEEK_OFF support message to debug() | Stefano Brivio | 2024-07-25 | 1 | -1/+1 |
* | tap: Don't quit if pasta gets EIO on writev() to tap, interface might be down | Stefano Brivio | 2024-07-25 | 1 | -0/+1 |
* | tcp: Correctly update SO_PEEK_OFF when tcp_send_frames() drops frames | David Gibson | 2024-07-24 | 2 | -10/+15 |
* | tcp: probe for SO_PEEK_OFF both in tcpv4 and tcp6 | Jon Maloy | 2024-07-23 | 1 | -12/+25 |
* | udp: Rename UDP listening sockets | David Gibson | 2024-07-19 | 6 | -28/+23 |
* | udp: Remove rdelta port forwarding maps | David Gibson | 2024-07-19 | 4 | -67/+27 |
* | udp: Remove obsolete socket tracking | David Gibson | 2024-07-19 | 1 | -91/+1 |
* | udp: Direct datagrams from host to guest via flow table | David Gibson | 2024-07-19 | 1 | -134/+51 |
* | udp: Find or create flows for datagrams from tap interface | David Gibson | 2024-07-19 | 3 | -117/+100 |
* | udp: Remove obsolete splice tracking | David Gibson | 2024-07-19 | 2 | -51/+19 |
* | udp: Handle "spliced" datagrams with per-flow sockets | David Gibson | 2024-07-19 | 9 | -264/+226 |
* | udp: Create flows for datagrams from originating sockets | David Gibson | 2024-07-19 | 6 | -5/+242 |
* | fwd: Update flow forwarding logic for UDP | David Gibson | 2024-07-19 | 1 | -4/+23 |
* | flow, icmp: Use general flow forwarding rules for ICMP | David Gibson | 2024-07-19 | 2 | -38/+10 |
* | flow, tcp: Flow based NAT and port forwarding for TCP | David Gibson | 2024-07-19 | 7 | -139/+245 |
* | icmp: Manage outbound socket address via flow table | David Gibson | 2024-07-19 | 2 | -14/+10 |
* | flow: Helper to create sockets based on flowside | David Gibson | 2024-07-19 | 4 | -3/+102 |
* | icmp: Eliminate icmp_id_map | David Gibson | 2024-07-19 | 1 | -17/+2 |
* | icmp: Look up ping flows using flow hash | David Gibson | 2024-07-19 | 1 | -3/+15 |
* | icmp: Obtain destination addresses from the flowsides | David Gibson | 2024-07-19 | 3 | -22/+17 |
* | icmp: Remove redundant id field from flow table entry | David Gibson | 2024-07-19 | 2 | -7/+5 |
* | tcp: Re-use flow hash for initial sequence number generation | David Gibson | 2024-07-19 | 3 | -29/+36 |
* | flow, tcp: Generalise TCP hash table to general flow hash table | David Gibson | 2024-07-19 | 5 | -145/+172 |
* | tcp, flow: Replace TCP specific hash function with general flow hash | David Gibson | 2024-07-19 | 4 | -53/+65 |
* | tcp_splice: Eliminate SPLICE_V6 flag | David Gibson | 2024-07-19 | 2 | -7/+3 |
* | tcp: Simplify endpoint validation using flowside information | David Gibson | 2024-07-19 | 2 | -55/+18 |
* | tcp: Manage outbound address via flow table | David Gibson | 2024-07-19 | 1 | -43/+50 |
* | tcp: Obtain guest address from flowside | David Gibson | 2024-07-19 | 3 | -33/+17 |
* | tcp, flow: Remove redundant information, repack connection structures | David Gibson | 2024-07-19 | 3 | -51/+47 |
* | flow: Common address information for target side | David Gibson | 2024-07-19 | 8 | -78/+153 |
* | flow: Common address information for initiating side | David Gibson | 2024-07-19 | 6 | -11/+127 |
* | doc: Extend zero-recv test with methods using msghdr | David Gibson | 2024-07-17 | 1 | -8/+52 |
* | doc: Test behaviour of closing duplicate UDP sockets | David Gibson | 2024-07-17 | 3 | -2/+108 |
* | tcp_splice: Use parameterised macros for per-side event/flag bits | David Gibson | 2024-07-17 | 2 | -41/+34 |
* | flow: Introduce flow_foreach_sidei() macro | David Gibson | 2024-07-17 | 2 | -3/+9 |
* | flow, tcp_splice: Prefer 'sidei' for variables referring to side index | David Gibson | 2024-07-17 | 3 | -62/+63 |
* | flow, icmp, tcp: Clean up helpers for getting flow from index | David Gibson | 2024-07-17 | 4 | -17/+80 |
* | udp: Handle errors on UDP sockets | David Gibson | 2024-07-17 | 3 | -0/+92 |
* | util: Add AF_UNSPEC support to sockaddr_ntop() | David Gibson | 2024-07-17 | 1 | -0/+4 |
* | udp, tcp: Tweak handling of no_udp and no_tcp flags | David Gibson | 2024-07-17 | 2 | -5/+22 |
* | udp: Make udp_sock_recv static | David Gibson | 2024-07-17 | 1 | -2/+2 |
* | conf: Don't configure port forwarding for a disabled protocol | David Gibson | 2024-07-17 | 1 | -0/+5 |
* | tcp: handle shrunk window advertisements from guest | Jon Maloy | 2024-07-15 | 1 | -0/+8 |
* | tcp: leverage support of SO_PEEK_OFF socket option when available | Jon Maloy | 2024-07-15 | 3 | -9/+73 |
* | doc: Trivial fix for reuseaddr-priority | David Gibson | 2024-07-15 | 1 | -1/+1 |