Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tcp: Use structures to construct initial TCP options | David Gibson | 8 days | 1 | -5/+63 |
* | tcp: Use tcp_payload_t rather than tcphdr | Laurent Vivier | 2024-10-04 | 1 | -0/+29 |
* | tcp: Allow checksum to be disabled | Laurent Vivier | 2024-09-18 | 1 | -1/+2 |
* | tcp: Make tcp_update_seqack_wnd()s force_seq parameter explicitly boolean | David Gibson | 2024-09-18 | 1 | -1/+1 |
* | tcp: Clean up tcpi_snd_wnd probing | David Gibson | 2024-09-18 | 1 | -2/+2 |
* | treewide: Use "our address" instead of "forwarding address" | David Gibson | 2024-08-21 | 1 | -1/+1 |
* | flow, tcp: Generalise TCP hash table to general flow hash table | David Gibson | 2024-07-19 | 1 | -0/+1 |
* | tcp: Obtain guest address from flowside | David Gibson | 2024-07-19 | 1 | -2/+1 |
* | tcp, flow: Remove redundant information, repack connection structures | David Gibson | 2024-07-19 | 1 | -1/+5 |
* | tcp: move buffers management functions to their own file | Laurent Vivier | 2024-06-13 | 1 | -0/+96 |