aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* tcp: Don't defer hash table removal2023_12_04.b86afe3David Gibson2023-12-041-3/+7
* tcp: "TCP" hash secret doesn't need to be TCP specificDavid Gibson2023-12-044-35/+44
* pif: Add helpers to get the name of a pifDavid Gibson2023-12-043-1/+42
* test: Avoid hitting guestfish command length limitsDavid Gibson2023-12-041-1/+1
* flow,tcp: Use epoll_ref type including flow and sideDavid Gibson2023-12-045-30/+24
* tcp_splice: Use unsigned to represent sideDavid Gibson2023-12-041-3/+4
* flow,tcp: Generalise TCP epoll_ref to generic flowsDavid Gibson2023-12-043-10/+10
* tcp: Remove unneccessary bounds check in tcp_timer_handler()David Gibson2023-12-041-2/+2
* flow: Introduce 'sidx' type to represent one side of one flowDavid Gibson2023-12-042-0/+52
* flow, tcp: Add logging helpers for connection related messagesDavid Gibson2023-12-044-79/+96
* flow: Make unified version of flow table compactionDavid Gibson2023-12-045-44/+48
* util: MAX_FROM_BITS() should be unsignedDavid Gibson2023-12-042-2/+2
* flow, tcp: Consolidate flow pointer<->index helpersDavid Gibson2023-12-044-46/+69
* flow, tcp: Move TCP connection table to unified flow tableDavid Gibson2023-12-049-82/+107
* flow, tcp: Generalise connection typesDavid Gibson2023-12-046-40/+112
* treewide: Add messages to static_assert() callsDavid Gibson2023-12-041-2/+4
* tcp: remove useless assignmentLaurent Vivier2023-12-041-1/+0
* port_fwd, util: Include additional headers to fix build with muslStefano Brivio2023-12-022-0/+3
* packet: Offset plus length is not always uint32_t, but it's always size_tStefano Brivio2023-12-021-1/+1
* treewide: Use 'z' length modifier for size_t/ssize_t conversionsStefano Brivio2023-12-026-21/+22
* port_fwd, util: Don't bind UDP ports with opposite-side bound TCP portsStefano Brivio2023-11-225-11/+45