aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* vhost-user: Implement an empty VHOST_USER_SEND_RARP commandHEADmasterLaurent Vivier6 days1-1/+29
* netlink: Skip loopback interface while looking for a templateStefano Brivio6 days1-0/+4
* vhost_user: Drop packet with unsupported iovec array2025_01_21.4f2c8e7Laurent Vivier9 days1-6/+8
* tcp: Set PSH flag for last incoming packets in a batchStefano Brivio9 days2-5/+13
* tcp: Set ACK flag on *all* RST segments, even for client in SYN-SENT stateStefano Brivio9 days1-1/+1
* tcp: Disable Nagle's algorithm (set TCP_NODELAY) on all socketsStefano Brivio9 days1-0/+15
* tcp: Buffer sizes are *not* inherited on accept()/accept4()Stefano Brivio9 days1-7/+4
* vhost_user: remove ASSERT() on iovec numberLaurent Vivier10 days1-2/+6
* vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_DEVICE_STATELaurent Vivier10 days1-1/+2
* vhost-user: add VHOST_USER_SET_DEVICE_STATE_FD commandLaurent Vivier10 days6-2/+138
* vhost-user: add VHOST_USER_CHECK_DEVICE_STATE commandLaurent Vivier10 days2-8/+31
* vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_LOG_SHMFDLaurent Vivier10 days1-1/+3
* vhost-user: add VHOST_USER_SET_LOG_BASE commandLaurent Vivier10 days5-3/+167
* vhost-user: Pass vu_dev to more virtio functionsLaurent Vivier10 days3-18/+32
* vhost-user: add VHOST_USER_SET_LOG_FD commandLaurent Vivier10 days3-0/+59
* vhost-user: update protocol features and commands listLaurent Vivier10 days2-1/+44
* tcp: Mask EPOLLIN altogether if we're blocked waiting on an ACK from the guestStefano Brivio14 days4-2/+11
* tcp: Set EPOLLET when when reading from a socket fails with EAGAINStefano Brivio14 days2-0/+7
* tcp: Don't subscribe to EPOLLOUT events on STALLEDStefano Brivio14 days1-1/+1
* tcp: Fix ACK sequence getting out of sync on EPOLLOUT wake-upStefano Brivio14 days1-2/+4
* vhost_user: fix multibuffer from linuxLaurent Vivier2025-01-151-6/+22
* test/pasta_podman: Run Podman tests on a single CPU threadStefano Brivio2025-01-151-1/+1
* checksum: fix checksum with odd base addressLaurent Vivier2025-01-101-1/+2
* tcp_splice: Set (again) TCP_NODELAY on both sidesStefano Brivio2025-01-061-2/+12
* seccomp: Unconditionally allow accept(2) even if accept4(2) is presentStefano Brivio2025-01-051-1/+1
* virtio: Use const pointer for vu_devLaurent Vivier2025-01-054-8/+12
* udp_flow: Don't block multicast and broadcast messagesStefano Brivio2025-01-051-3/+3
* Makefile: Report error and stop if we can't set TARGETStefano Brivio2025-01-051-0/+1
* README: Mark vhost-user as supportedStefano Brivio2024-12-121-1/+1
* treewide: Dodge dynamic memory allocation in strerror() from glibc > 2.402024_12_11.09478d5Stefano Brivio2024-12-1111-48/+80
* pasta: make it possible to disable socket splicingJon Maloy2024-12-114-2/+14
* tap: Call vu_init() with --fdLaurent Vivier2024-12-101-4/+4
* tap: Use a common function to start a new connectionLaurent Vivier2024-12-101-36/+30
* udp_vu: update segment sizeLaurent Vivier2024-12-051-1/+2
* flow: Remove over-zealous sanity checks in flow_sidx_hash()David Gibson2024-12-051-6/+1
* udp: Improve detail of UDP endpoint sanity checkingDavid Gibson2024-12-051-8/+24
* perf/passt_vu_tcp: Make it shineStefano Brivio2024-11-281-15/+15
* tcp_vu: Compute IPv4 header checksum if dlen changesLaurent Vivier2024-11-281-7/+5
* Makefile: Use make internal string functionsLaurent Vivier2024-11-281-2/+3
* 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-284-97/+75
* tcp: Merge tcp_update_check_tcp[46]()David Gibson2024-11-283-51/+36
* tcp: Pass TCP header and payload separately to tcp_fill_headers[46]()David Gibson2024-11-285-75/+65
* tcp: Pass TCP header and payload separately to tcp_update_check_tcp[46]()David Gibson2024-11-283-94/+34
* iov, checksum: Replace csum_iov() with csum_iov_tail()David Gibson2024-11-287-51/+44
* iov: iov tail helpersDavid Gibson2024-11-282-0/+169
* tcp_vu: Change 'dlen' to ssize_t in tcp_vu_data_from_sock()Stefano Brivio2024-11-271-1/+1
* Fix build on 32bit targetLaurent Vivier2024-11-274-8/+12
* virtio: check if avail ring is configuredLaurent Vivier2024-11-271-0/+15
* tcp: Move tcp_l2_buf_fill_headers() to tcp_buf.cDavid Gibson2024-11-274-76/+58