aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* tcp: Update EPOLL_TYPE_TCP_TIMER fdHEAD2025_12_23.2ba9fd5masterLaurent Vivier13 days1-2/+2
* udp: Rename udp_sock_init() to udp_listen() with small cleanupsDavid Gibson13 days3-22/+18
* tcp: Combine tcp_sock_init_one() and tcp_sock_init() into tcp_listen()David Gibson13 days3-64/+38
* pasta: Warn, disable matching IP version if not supported, in local modeStefano Brivio13 days1-0/+14
* selinux: Enable read and watch permissions on netns directory as wellStefano Brivio14 days1-1/+1
* tcp: Use less-than-MSS window on no queued data, or no data sent recently2025_12_15.b40f5cdStefano Brivio2025-12-151-1/+14
* conf, fwd: Move initialisation of auto port scanning out of conf()David Gibson2025-12-122-2/+1
* tcp: Remove extra space from TCP_INFO debug messages (trivial)David Gibson2025-12-121-1/+1
* pasta: Clean up waiting pasta child on failuresDavid Gibson2025-12-122-0/+12
* treewide: Introduce passt_exit() helperDavid Gibson2025-12-128-31/+39
* tcp: Suppress new instance of cppcheck bug 14191Laurent Vivier2025-12-121-4/+6
* pif: Correctly set scope_id for guest-side link local addresses2025_12_10.d04c480David Gibson2025-12-101-3/+7
* tcp: Correct timer expiry value in trace messageDavid Gibson2025-12-101-5/+5
* tcp_splice, flow: Add socket to epoll set before connect(), drop assert2025_12_09.c3f1ba7Stefano Brivio2025-12-092-3/+8
* fedora: Fix build on Fedora 43, selinux_requires_min not available on Copr bu...Stefano Brivio2025-12-081-1/+1
* tcp: Skip redundant ACK on partial sendmsg() failureStefano Brivio2025-12-081-6/+3
* tcp: Send a duplicate ACK also on complete sendmsg() failureStefano Brivio2025-12-081-1/+1
* tcp: Allow exceeding the available sending buffer size in window advertisementsStefano Brivio2025-12-081-0/+38
* tcp: Don't limit window to less-than-MSS values, use zero insteadStefano Brivio2025-12-081-0/+17
* tcp: Acknowledge everything if it looks like bulk traffic, not interactiveStefano Brivio2025-12-081-12/+33
* tcp: Don't clear ACK_TO_TAP_DUE if we're advertising a zero-sized windowStefano Brivio2025-12-081-1/+2
* tcp: Adaptive interval based on RTT for socket-side acknowledgement checksStefano Brivio2025-12-084-7/+48
* tcp: Limit advertised window to available, not total sending buffer sizeStefano Brivio2025-12-082-3/+17
* tcp: Change usage factor of sending buffer in tcp_get_sndbuf() to 75%Stefano Brivio2025-12-081-2/+2
* tcp, util: Add function for scaling to linearly interpolated factor, use itStefano Brivio2025-12-083-5/+40
* iov: Fix coding style of basic (non-IOV_TAIL) partsStefano Brivio2025-12-081-39/+29
* tcp, udp: Pad batched frames for vhost-user modes to 60 bytes (802.3 minimum)Stefano Brivio2025-12-084-7/+33
* tcp, udp: Pad batched frames to 60 bytes (802.3 minimum) in non-vhost-user modesStefano Brivio2025-12-086-4/+62
* udp: Fix coding style for comment to enum udp_iov_idxStefano Brivio2025-12-081-5/+5
* tcp: Fix coding style for comment to enum tcp_iov_partsStefano Brivio2025-12-081-1/+1
* tap: Pad non-batched frames to 802.3 minimum (60 bytes) if neededStefano Brivio2025-12-081-1/+10
* test: Update Makefile to avoid failing on missing imagesYumei Huang2025-12-081-26/+26
* conf: Separate local mode for each IP version, don't enable disabled IP versionStefano Brivio2025-12-072-15/+19
* vu_common: Clarify prototype of vu_collect()Stefano Brivio2025-12-072-5/+5
* test: Expand tmux right status bar to fit pass/fail/skipped counter and timeStefano Brivio2025-12-071-1/+1
* tcp: Enable SO_KEEPALIVE if we see keep-alive segments from container / guestStefano Brivio2025-12-071-0/+4
* seccomp: Fix build and operation on 32-bit musl targetsStefano Brivio2025-12-073-4/+7
* fwd: Preserve non-standard loopback address when splice forwardingDavid Gibson2025-12-021-1/+3
* tcp: Always populate oaddr field for socket initiated flowsDavid Gibson2025-12-021-5/+3
* util: Rename sock_l4_dualstack() to sock_l4_dualstack_any()David Gibson2025-12-023-6/+6
* tcp, udp: Bind outbound listening sockets by interface instead of addressDavid Gibson2025-12-024-13/+34
* tcp, udp: Remove fallback if creating dual stack socket failsDavid Gibson2025-12-022-48/+51
* util: Fix setting of IPV6_V6ONLY socket optionDavid Gibson2025-12-021-6/+23
* udp: Move udp_sock_init() special case to its callerDavid Gibson2025-12-021-10/+11
* udp: Unify some more inbound/outbound parts of udp_sock_init()David Gibson2025-12-023-33/+37
* tcp: Merge tcp_ns_sock_init[46]() into tcp_sock_init_one()David Gibson2025-12-023-70/+37
* util, flow, pif: Simplify sock_l4_sa() interfaceDavid Gibson2025-12-024-17/+52
* inany: Let length of sockaddr_inany be implicit from the familyDavid Gibson2025-12-0210-51/+52
* flow: Remove bogus @path field from flowside_sock_argsDavid Gibson2025-12-021-1/+0
* conf: More useful errors for kernels without SO_BINDTODEVICEDavid Gibson2025-12-021-0/+6