Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |