index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
path:
root
/
flow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
flow: Clarify flow entry life cycle, introduce uniform logging
David Gibson
2024-02-29
1
-2
/
+75
*
flow: Add helper to determine a flow's protocol
David Gibson
2024-02-29
1
-0
/
+7
*
flow: Avoid moving flow entries to compact table
David Gibson
2024-01-22
1
-49
/
+149
*
flow: Enforce that freeing of closed flows must happen in deferred handlers
David Gibson
2024-01-22
1
-4
/
+9
*
flow: Abstract allocation of new flows with helper function
David Gibson
2024-01-22
1
-0
/
+26
*
flow: Move flow_count from context structure to a global
David Gibson
2024-01-22
1
-5
/
+6
*
flow: Move flow_log_() to near top of flow.c
David Gibson
2024-01-22
1
-18
/
+18
*
flow, tcp: Add handling for per-flow timers
David Gibson
2024-01-22
1
-2
/
+14
*
flow, tcp: Add flow-centric dispatch for deferred flow handling
David Gibson
2024-01-22
1
-0
/
+23
*
flow: Make flow_table.h #include the protocol specific headers it needs
David Gibson
2024-01-22
1
-1
/
+0
*
flow: Add missing include, stdio.h
Stefano Brivio
2023-12-27
1
-0
/
+1
*
flow, tcp: Add logging helpers for connection related messages
David Gibson
2023-12-04
1
-0
/
+18
*
flow: Make unified version of flow table compaction
David Gibson
2023-12-04
1
-0
/
+39
*
flow, tcp: Move TCP connection table to unified flow table
David Gibson
2023-12-04
1
-0
/
+11
*
flow, tcp: Generalise connection types
David Gibson
2023-12-04
1
-0
/
+18