| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: unify l2 TCPv4 and TCPv6 queues and structures | Jon Maloy | 2024-10-29 | 1 | -173/+73 |
* | tcp: set ip and eth headers in l2 tap queues on the fly | Jon Maloy | 2024-10-29 | 1 | -22/+28 |
* | tcp: cleanup tcp_buf_data_from_sock() | Laurent Vivier | 2024-10-25 | 1 | -18/+16 |
* | tcp: Use structures to construct initial TCP options | David Gibson | 2024-10-21 | 1 | -1/+1 |
* | tcp: Use tcp_payload_t rather than tcphdr | Laurent Vivier | 2024-10-04 | 1 | -29/+0 |
* | tcp: Allow checksum to be disabled | Laurent Vivier | 2024-09-18 | 1 | -3/+5 |
* | 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 | -5/+5 |
* | tcp: Avoid overlapping memcpy() in DUP_ACK handling | David Gibson | 2024-09-12 | 1 | -3/+7 |
* | tcp: Remove redundant initialisation of iov[TCP_IOV_ETH].iov_base | David Gibson | 2024-09-12 | 1 | -1/+0 |
* | tcp: Correctly update SO_PEEK_OFF when tcp_send_frames() drops frames | David Gibson | 2024-07-24 | 1 | -9/+14 |
* | tcp: Obtain guest address from flowside | David Gibson | 2024-07-19 | 1 | -3/+3 |
* | tcp: leverage support of SO_PEEK_OFF socket option when available | Jon Maloy | 2024-07-15 | 1 | -6/+19 |
* | vhost-user: compare mode MODE_PASTA and not MODE_PASST | Laurent Vivier | 2024-06-13 | 1 | -1/+1 |
* | tcp: move buffers management functions to their own file | Laurent Vivier | 2024-06-13 | 1 | -0/+519 |