aboutgitcodebugslistschat
path: root/flow.h
Commit message (Expand)AuthorAgeFilesLines
* udp: Create flows for datagrams from originating socketsDavid Gibson2024-07-191-0/+4
* flow: Helper to create sockets based on flowsideDavid Gibson2024-07-191-0/+3
* tcp: Re-use flow hash for initial sequence number generationDavid Gibson2024-07-191-1/+1
* flow, tcp: Generalise TCP hash table to general flow hash tableDavid Gibson2024-07-191-4/+7
* tcp, flow: Replace TCP specific hash function with general flow hashDavid Gibson2024-07-191-0/+19
* flow: Common address information for initiating sideDavid Gibson2024-07-191-0/+16
* flow, tcp_splice: Prefer 'sidei' for variables referring to side indexDavid Gibson2024-07-171-9/+9
* flow: Add flow_sidx_valid() helperDavid Gibson2024-07-051-0/+11
* flow: Record the pifs for each side of each flowDavid Gibson2024-05-221-6/+38
* flow: Make side 0 always be the initiating sideDavid Gibson2024-05-221-0/+5
* flow: Clarify and enforce flow state transitionsDavid Gibson2024-05-221-5/+76
* icmp: Store ping socket information in flow tableDavid Gibson2024-03-121-0/+4
* flow: Clarify flow entry life cycle, introduce uniform loggingDavid Gibson2024-02-291-0/+5
* flow: Add helper to determine a flow's protocolDavid Gibson2024-02-291-0/+4
* flow: Avoid moving flow entries to compact tableDavid Gibson2024-01-221-0/+1
* flow: Enforce that freeing of closed flows must happen in deferred handlersDavid Gibson2024-01-221-1/+0
* flow: Move flow_count from context structure to a globalDavid Gibson2024-01-221-2/+2
* flow, tcp: Add handling for per-flow timersDavid Gibson2024-01-221-1/+3
* flow, tcp: Add flow-centric dispatch for deferred flow handlingDavid Gibson2024-01-221-0/+1
* tcp: Implement hash table with indices rather than pointersDavid Gibson2023-12-271-0/+11
* flow,tcp: Use epoll_ref type including flow and sideDavid Gibson2023-12-041-1/+1
* flow: Introduce 'sidx' type to represent one side of one flowDavid Gibson2023-12-041-0/+14
* flow, tcp: Add logging helpers for connection related messagesDavid Gibson2023-12-041-0/+14
* flow: Make unified version of flow table compactionDavid Gibson2023-12-041-0/+2
* flow, tcp: Move TCP connection table to unified flow tableDavid Gibson2023-12-041-0/+8
* flow, tcp: Generalise connection typesDavid Gibson2023-12-041-0/+36