aboutgitcodebugslistschat
path: root/tcp_vu.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Set PSH flag for last incoming packets in a batchStefano Brivio2025-01-211-2/+5
* tcp: Mask EPOLLIN altogether if we're blocked waiting on an ACK from the guestStefano Brivio2025-01-161-0/+2
* tcp: Set EPOLLET when when reading from a socket fails with EAGAINStefano Brivio2025-01-161-0/+4
* tcp_vu: Compute IPv4 header checksum if dlen changesLaurent Vivier2024-11-281-7/+5
* tcp_vu: Remove unnecessary tcp_vu_update_check() functionDavid Gibson2024-11-281-48/+11
* tcp: Merge tcp_fill_headers[46]() with each otherDavid Gibson2024-11-281-20/+12
* tcp: Merge tcp_update_check_tcp[46]()David Gibson2024-11-281-8/+14
* tcp: Pass TCP header and payload separately to tcp_fill_headers[46]()David Gibson2024-11-281-28/+35
* tcp: Pass TCP header and payload separately to tcp_update_check_tcp[46]()David Gibson2024-11-281-4/+8
* tcp_vu: Change 'dlen' to ssize_t in tcp_vu_data_from_sock()Stefano Brivio2024-11-271-1/+1
* tcp: Move tcp_l2_buf_fill_headers() to tcp_buf.cDavid Gibson2024-11-271-10/+6
* vhost-user: add vhost-userLaurent Vivier2024-11-271-0/+498