| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: Set PSH flag for last incoming packets in a batch | Stefano Brivio | 2025-01-21 | 1 | -2/+5 |
* | tcp: Mask EPOLLIN altogether if we're blocked waiting on an ACK from the guest | Stefano Brivio | 2025-01-16 | 1 | -0/+2 |
* | tcp: Set EPOLLET when when reading from a socket fails with EAGAIN | Stefano Brivio | 2025-01-16 | 1 | -0/+4 |
* | tcp_vu: Compute IPv4 header checksum if dlen changes | Laurent Vivier | 2024-11-28 | 1 | -7/+5 |
* | tcp_vu: Remove unnecessary tcp_vu_update_check() function | David Gibson | 2024-11-28 | 1 | -48/+11 |
* | tcp: Merge tcp_fill_headers[46]() with each other | David Gibson | 2024-11-28 | 1 | -20/+12 |
* | tcp: Merge tcp_update_check_tcp[46]() | David Gibson | 2024-11-28 | 1 | -8/+14 |
* | tcp: Pass TCP header and payload separately to tcp_fill_headers[46]() | David Gibson | 2024-11-28 | 1 | -28/+35 |
* | tcp: Pass TCP header and payload separately to tcp_update_check_tcp[46]() | David Gibson | 2024-11-28 | 1 | -4/+8 |
* | tcp_vu: Change 'dlen' to ssize_t in tcp_vu_data_from_sock() | Stefano Brivio | 2024-11-27 | 1 | -1/+1 |
* | tcp: Move tcp_l2_buf_fill_headers() to tcp_buf.c | David Gibson | 2024-11-27 | 1 | -10/+6 |
* | vhost-user: add vhost-user | Laurent Vivier | 2024-11-27 | 1 | -0/+498 |