| Commit message (Expand) | Author | Age | Files | Lines |
* | udp: Handle "spliced" datagrams with per-flow sockets | David Gibson | 2024-07-19 | 1 | -0/+2 |
* | udp: Create flows for datagrams from originating sockets | David Gibson | 2024-07-19 | 1 | -0/+4 |
* | flow: Helper to create sockets based on flowside | David Gibson | 2024-07-19 | 1 | -0/+3 |
* | tcp: Re-use flow hash for initial sequence number generation | David Gibson | 2024-07-19 | 1 | -1/+1 |
* | flow, tcp: Generalise TCP hash table to general flow hash table | David Gibson | 2024-07-19 | 1 | -4/+7 |
* | tcp, flow: Replace TCP specific hash function with general flow hash | David Gibson | 2024-07-19 | 1 | -0/+19 |
* | flow: Common address information for initiating side | David Gibson | 2024-07-19 | 1 | -0/+16 |
* | flow, tcp_splice: Prefer 'sidei' for variables referring to side index | David Gibson | 2024-07-17 | 1 | -9/+9 |
* | flow: Add flow_sidx_valid() helper | David Gibson | 2024-07-05 | 1 | -0/+11 |
* | flow: Record the pifs for each side of each flow | David Gibson | 2024-05-22 | 1 | -6/+38 |
* | flow: Make side 0 always be the initiating side | David Gibson | 2024-05-22 | 1 | -0/+5 |
* | flow: Clarify and enforce flow state transitions | David Gibson | 2024-05-22 | 1 | -5/+76 |
* | icmp: Store ping socket information in flow table | David Gibson | 2024-03-12 | 1 | -0/+4 |
* | flow: Clarify flow entry life cycle, introduce uniform logging | David Gibson | 2024-02-29 | 1 | -0/+5 |
* | flow: Add helper to determine a flow's protocol | David Gibson | 2024-02-29 | 1 | -0/+4 |
* | flow: Avoid moving flow entries to compact table | David Gibson | 2024-01-22 | 1 | -0/+1 |
* | flow: Enforce that freeing of closed flows must happen in deferred handlers | David Gibson | 2024-01-22 | 1 | -1/+0 |
* | flow: Move flow_count from context structure to a global | David Gibson | 2024-01-22 | 1 | -2/+2 |
* | flow, tcp: Add handling for per-flow timers | David Gibson | 2024-01-22 | 1 | -1/+3 |
* | flow, tcp: Add flow-centric dispatch for deferred flow handling | David Gibson | 2024-01-22 | 1 | -0/+1 |
* | tcp: Implement hash table with indices rather than pointers | David Gibson | 2023-12-27 | 1 | -0/+11 |
* | flow,tcp: Use epoll_ref type including flow and side | David Gibson | 2023-12-04 | 1 | -1/+1 |
* | flow: Introduce 'sidx' type to represent one side of one flow | David Gibson | 2023-12-04 | 1 | -0/+14 |
* | flow, tcp: Add logging helpers for connection related messages | David Gibson | 2023-12-04 | 1 | -0/+14 |
* | flow: Make unified version of flow table compaction | David Gibson | 2023-12-04 | 1 | -0/+2 |
* | flow, tcp: Move TCP connection table to unified flow table | David Gibson | 2023-12-04 | 1 | -0/+8 |
* | flow, tcp: Generalise connection types | David Gibson | 2023-12-04 | 1 | -0/+36 |