index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhost-user: Implement an empty VHOST_USER_SEND_RARP command
HEAD
master
Laurent Vivier
6 days
1
-1
/
+29
*
netlink: Skip loopback interface while looking for a template
Stefano Brivio
6 days
1
-0
/
+4
*
vhost_user: Drop packet with unsupported iovec array
2025_01_21.4f2c8e7
Laurent Vivier
9 days
1
-6
/
+8
*
tcp: Set PSH flag for last incoming packets in a batch
Stefano Brivio
9 days
2
-5
/
+13
*
tcp: Set ACK flag on *all* RST segments, even for client in SYN-SENT state
Stefano Brivio
9 days
1
-1
/
+1
*
tcp: Disable Nagle's algorithm (set TCP_NODELAY) on all sockets
Stefano Brivio
9 days
1
-0
/
+15
*
tcp: Buffer sizes are *not* inherited on accept()/accept4()
Stefano Brivio
9 days
1
-7
/
+4
*
vhost_user: remove ASSERT() on iovec number
Laurent Vivier
10 days
1
-2
/
+6
*
vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_DEVICE_STATE
Laurent Vivier
10 days
1
-1
/
+2
*
vhost-user: add VHOST_USER_SET_DEVICE_STATE_FD command
Laurent Vivier
10 days
6
-2
/
+138
*
vhost-user: add VHOST_USER_CHECK_DEVICE_STATE command
Laurent Vivier
10 days
2
-8
/
+31
*
vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_LOG_SHMFD
Laurent Vivier
10 days
1
-1
/
+3
*
vhost-user: add VHOST_USER_SET_LOG_BASE command
Laurent Vivier
10 days
5
-3
/
+167
*
vhost-user: Pass vu_dev to more virtio functions
Laurent Vivier
10 days
3
-18
/
+32
*
vhost-user: add VHOST_USER_SET_LOG_FD command
Laurent Vivier
10 days
3
-0
/
+59
*
vhost-user: update protocol features and commands list
Laurent Vivier
10 days
2
-1
/
+44
*
tcp: Mask EPOLLIN altogether if we're blocked waiting on an ACK from the guest
Stefano Brivio
14 days
4
-2
/
+11
*
tcp: Set EPOLLET when when reading from a socket fails with EAGAIN
Stefano Brivio
14 days
2
-0
/
+7
*
tcp: Don't subscribe to EPOLLOUT events on STALLED
Stefano Brivio
14 days
1
-1
/
+1
*
tcp: Fix ACK sequence getting out of sync on EPOLLOUT wake-up
Stefano Brivio
14 days
1
-2
/
+4
*
vhost_user: fix multibuffer from linux
Laurent Vivier
2025-01-15
1
-6
/
+22
*
test/pasta_podman: Run Podman tests on a single CPU thread
Stefano Brivio
2025-01-15
1
-1
/
+1
*
checksum: fix checksum with odd base address
Laurent Vivier
2025-01-10
1
-1
/
+2
*
tcp_splice: Set (again) TCP_NODELAY on both sides
Stefano Brivio
2025-01-06
1
-2
/
+12
*
seccomp: Unconditionally allow accept(2) even if accept4(2) is present
Stefano Brivio
2025-01-05
1
-1
/
+1
*
virtio: Use const pointer for vu_dev
Laurent Vivier
2025-01-05
4
-8
/
+12
*
udp_flow: Don't block multicast and broadcast messages
Stefano Brivio
2025-01-05
1
-3
/
+3
*
Makefile: Report error and stop if we can't set TARGET
Stefano Brivio
2025-01-05
1
-0
/
+1
*
README: Mark vhost-user as supported
Stefano Brivio
2024-12-12
1
-1
/
+1
*
treewide: Dodge dynamic memory allocation in strerror() from glibc > 2.40
2024_12_11.09478d5
Stefano Brivio
2024-12-11
11
-48
/
+80
*
pasta: make it possible to disable socket splicing
Jon Maloy
2024-12-11
4
-2
/
+14
*
tap: Call vu_init() with --fd
Laurent Vivier
2024-12-10
1
-4
/
+4
*
tap: Use a common function to start a new connection
Laurent Vivier
2024-12-10
1
-36
/
+30
*
udp_vu: update segment size
Laurent Vivier
2024-12-05
1
-1
/
+2
*
flow: Remove over-zealous sanity checks in flow_sidx_hash()
David Gibson
2024-12-05
1
-6
/
+1
*
udp: Improve detail of UDP endpoint sanity checking
David Gibson
2024-12-05
1
-8
/
+24
*
perf/passt_vu_tcp: Make it shine
Stefano Brivio
2024-11-28
1
-15
/
+15
*
tcp_vu: Compute IPv4 header checksum if dlen changes
Laurent Vivier
2024-11-28
1
-7
/
+5
*
Makefile: Use make internal string functions
Laurent Vivier
2024-11-28
1
-2
/
+3
*
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
4
-97
/
+75
*
tcp: Merge tcp_update_check_tcp[46]()
David Gibson
2024-11-28
3
-51
/
+36
*
tcp: Pass TCP header and payload separately to tcp_fill_headers[46]()
David Gibson
2024-11-28
5
-75
/
+65
*
tcp: Pass TCP header and payload separately to tcp_update_check_tcp[46]()
David Gibson
2024-11-28
3
-94
/
+34
*
iov, checksum: Replace csum_iov() with csum_iov_tail()
David Gibson
2024-11-28
7
-51
/
+44
*
iov: iov tail helpers
David Gibson
2024-11-28
2
-0
/
+169
*
tcp_vu: Change 'dlen' to ssize_t in tcp_vu_data_from_sock()
Stefano Brivio
2024-11-27
1
-1
/
+1
*
Fix build on 32bit target
Laurent Vivier
2024-11-27
4
-8
/
+12
*
virtio: check if avail ring is configured
Laurent Vivier
2024-11-27
1
-0
/
+15
*
tcp: Move tcp_l2_buf_fill_headers() to tcp_buf.c
David Gibson
2024-11-27
4
-76
/
+58
[next]