aboutgitcodebugslistschat
path: root/tcp_buf.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Make tcp_update_seqack_wnd()s force_seq parameter explicitly booleanDavid Gibson2024-09-181-1/+1
* tcp: Clean up tcpi_snd_wnd probingDavid Gibson2024-09-181-5/+5
* tcp: Avoid overlapping memcpy() in DUP_ACK handlingDavid Gibson2024-09-121-3/+7
* tcp: Remove redundant initialisation of iov[TCP_IOV_ETH].iov_baseDavid Gibson2024-09-121-1/+0
* tcp: Correctly update SO_PEEK_OFF when tcp_send_frames() drops framesDavid Gibson2024-07-241-9/+14
* tcp: Obtain guest address from flowsideDavid Gibson2024-07-191-3/+3
* tcp: leverage support of SO_PEEK_OFF socket option when availableJon Maloy2024-07-151-6/+19
* vhost-user: compare mode MODE_PASTA and not MODE_PASSTLaurent Vivier2024-06-131-1/+1
* tcp: move buffers management functions to their own fileLaurent Vivier2024-06-131-0/+519