aboutgitcodebugslistschat
path: root/flow.c
Commit message (Expand)AuthorAgeFilesLines
* icmp: Store ping socket information in flow tableDavid Gibson2024-03-121-0/+9
* util: move IP stuff from util.[ch] to ip.[ch]Laurent Vivier2024-03-061-0/+1
* flow: Clarify flow entry life cycle, introduce uniform loggingDavid Gibson2024-02-291-2/+75
* flow: Add helper to determine a flow's protocolDavid Gibson2024-02-291-0/+7
* flow: Avoid moving flow entries to compact tableDavid Gibson2024-01-221-49/+149
* flow: Enforce that freeing of closed flows must happen in deferred handlersDavid Gibson2024-01-221-4/+9
* flow: Abstract allocation of new flows with helper functionDavid Gibson2024-01-221-0/+26
* flow: Move flow_count from context structure to a globalDavid Gibson2024-01-221-5/+6
* flow: Move flow_log_() to near top of flow.cDavid Gibson2024-01-221-18/+18
* flow, tcp: Add handling for per-flow timersDavid Gibson2024-01-221-2/+14
* flow, tcp: Add flow-centric dispatch for deferred flow handlingDavid Gibson2024-01-221-0/+23
* flow: Make flow_table.h #include the protocol specific headers it needsDavid Gibson2024-01-221-1/+0
* flow: Add missing include, stdio.hStefano Brivio2023-12-271-0/+1
* flow, tcp: Add logging helpers for connection related messagesDavid Gibson2023-12-041-0/+18
* flow: Make unified version of flow table compactionDavid Gibson2023-12-041-0/+39
* flow, tcp: Move TCP connection table to unified flow tableDavid Gibson2023-12-041-0/+11
* flow, tcp: Generalise connection typesDavid Gibson2023-12-041-0/+18