| Commit message (Expand) | Author | Age | Files | Lines |
* | udp: Handle "spliced" datagrams with per-flow sockets | David Gibson | 2024-07-19 | 1 | -0/+15 |
* | udp: Create flows for datagrams from originating sockets | David Gibson | 2024-07-19 | 1 | -0/+15 |
* | flow, tcp: Flow based NAT and port forwarding for TCP | David Gibson | 2024-07-19 | 1 | -0/+2 |
* | flow, tcp: Generalise TCP hash table to general flow hash table | David Gibson | 2024-07-19 | 1 | -3/+0 |
* | tcp, flow: Replace TCP specific hash function with general flow hash | David Gibson | 2024-07-19 | 1 | -0/+3 |
* | flow: Common address information for target side | David Gibson | 2024-07-19 | 1 | -1/+4 |
* | flow: Common address information for initiating side | David Gibson | 2024-07-19 | 1 | -1/+7 |
* | flow: Introduce flow_foreach_sidei() macro | David Gibson | 2024-07-17 | 1 | -0/+6 |
* | flow, tcp_splice: Prefer 'sidei' for variables referring to side index | David Gibson | 2024-07-17 | 1 | -9/+9 |
* | flow, icmp, tcp: Clean up helpers for getting flow from index | David Gibson | 2024-07-17 | 1 | -6/+20 |
* | flow: Add flow_sidx_valid() helper | David Gibson | 2024-07-05 | 1 | -1/+1 |
* | flow: Record the pifs for each side of each flow | David Gibson | 2024-05-22 | 1 | -0/+3 |
* | flow: Make side 0 always be the initiating side | David Gibson | 2024-05-22 | 1 | -4/+2 |
* | flow: Clarify and enforce flow state transitions | David Gibson | 2024-05-22 | 1 | -0/+9 |
* | icmp: Store ping socket information in flow table | David Gibson | 2024-03-12 | 1 | -0/+2 |
* | flow: Avoid moving flow entries to compact table | David Gibson | 2024-01-22 | 1 | -1/+15 |
* | flow: Abstract allocation of new flows with helper function | David Gibson | 2024-01-22 | 1 | -0/+3 |
* | flow: Move flow_count from context structure to a global | David Gibson | 2024-01-22 | 1 | -0/+1 |
* | flow: Make flow_table.h #include the protocol specific headers it needs | David Gibson | 2024-01-22 | 1 | -0/+2 |
* | flow: Introduce 'sidx' type to represent one side of one flow | David Gibson | 2023-12-04 | 1 | -0/+38 |
* | flow, tcp: Consolidate flow pointer<->index helpers | David Gibson | 2023-12-04 | 1 | -0/+25 |
* | flow, tcp: Move TCP connection table to unified flow table | David Gibson | 2023-12-04 | 1 | -0/+25 |