index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: Acknowledge keep-alive segments, ignore them for the rest
HEAD
2024_11_21.238c69f
master
Stefano Brivio
9 hours
1
-0
/
+14
*
tcp: Reset ACK_TO_TAP_DUE flag whenever an ACK isn't needed anymore
Stefano Brivio
9 hours
1
-1
/
+3
*
ndp: Don't send unsolicited RAs if NDP is disabled
David Gibson
43 hours
1
-1
/
+2
*
ndp: Don't send unsolicited router advertisement if we can't, yet
Stefano Brivio
43 hours
1
-1
/
+1
*
selinux: Use auth_read_passwd() interface for all our getpwnam() needs
Stefano Brivio
43 hours
2
-12
/
+2
*
ndp: Send unsolicited Router Advertisements
David Gibson
7 days
4
-0
/
+69
*
passt: Seed libc's pseudo random number generator
David Gibson
7 days
1
-3
/
+10
*
util: Add general low-level random bytes helper
David Gibson
7 days
3
-29
/
+57
*
ndp: Make route lifetime a #define
David Gibson
7 days
1
-1
/
+3
*
ndp: Use struct assignment in preference to memcpy() for IPv6 addresses
David Gibson
7 days
1
-8
/
+6
*
ndp: Split out helpers for sending specific NDP message types
David Gibson
7 days
1
-56
/
+76
*
ndp: Add ndp_send() helper
David Gibson
7 days
1
-14
/
+18
*
ndp: Remove redundant update to addr_seen
David Gibson
7 days
2
-9
/
+4
*
cppcheck: Don't check the system headers
David Gibson
13 days
1
-9
/
+1
*
linux_dep: Fix CLOSE_RANGE_UNSHARE availability handling
David Gibson
13 days
2
-10
/
+18
*
linux_dep: Move close_range() conditional handling to linux_dep.h
David Gibson
13 days
3
-19
/
+21
*
log: Only check for FALLOC_FL_COLLAPSE_RANGE availability at runtime
David Gibson
13 days
3
-13
/
+8
*
tap, tcp, util: Add some missing SOCK_CLOEXEC flags
Stefano Brivio
13 days
3
-4
/
+6
*
passt: Use NOLINT clang-tidy block instead of NOLINTNEXTLINE
Stefano Brivio
13 days
1
-1
/
+2
*
util: Define small and big thresholds for socket buffers as unsigned long long
Stefano Brivio
13 days
1
-3
/
+3
*
tap: Cast TAP_BUF_BYTES - ETH_MAX_MTU to ssize_t, not TAP_BUF_BYTES
Stefano Brivio
13 days
1
-1
/
+1
*
dhcpv6: Turn some option headers pointers to const
Stefano Brivio
13 days
1
-2
/
+2
*
dhcpv6: Use for loop instead of goto to avoid false positive cppcheck warning
Stefano Brivio
13 days
2
-26
/
+24
*
tcp: unify payload and flags l2 frames array
Jon Maloy
2024-11-07
4
-70
/
+17
*
test: Improve test for NDP assigned prefix
David Gibson
2024-11-07
2
-4
/
+4
*
test: Don't require 64-bit prefixes in perf tests
David Gibson
2024-11-07
2
-2
/
+2
*
test: Make nstool hold robust against interruptions to control clients
David Gibson
2024-11-07
1
-10
/
+26
*
test: Rename propagating signal handler
David Gibson
2024-11-07
1
-2
/
+2
*
util: Work around cppcheck bug 6936
David Gibson
2024-11-07
2
-1
/
+11
*
udp: Don't dereference uflow before NULL check in udp_reply_sock_handler()
David Gibson
2024-11-07
1
-2
/
+3
*
ndp: Use const pointer for ndp_ns packet
David Gibson
2024-11-07
1
-2
/
+2
*
linux_dep: Generalise tcp_info.h to handling Linux extension compatibility
David Gibson
2024-11-07
2
-5
/
+7
*
fwd: Squash different-signedness comparison warning
David Gibson
2024-11-07
1
-2
/
+2
*
util: Remove unused ffsl() function
David Gibson
2024-11-07
1
-3
/
+0
*
clang: Add rudimentary clangd configuration
David Gibson
2024-11-07
1
-0
/
+3
*
Makefile: Don't attempt to auto-detect stack size
David Gibson
2024-11-07
2
-7
/
+1
*
Makefile: Use -DARCH for qrap only
David Gibson
2024-11-07
1
-2
/
+1
*
seccomp: Simplify handling of AUDIT_ARCH
David Gibson
2024-11-07
2
-11
/
+12
*
Makefile: Move NETNS_RUN_DIR definition to C code
David Gibson
2024-11-07
2
-1
/
+2
*
netlink: RTA_PAYLOAD() returns int, not size_t
David Gibson
2024-11-07
1
-2
/
+2
*
flow: Correct type of flowside_at_sidx()
David Gibson
2024-11-07
1
-1
/
+1
*
arch: Avoid explicit access to 'environ'
David Gibson
2024-11-07
1
-1
/
+1
*
clang: Move clang-tidy configuration from Makefile to .clang-tidy
David Gibson
2024-11-07
2
-109
/
+95
*
Makefile: Simplify exclusion of qrap from static checks
David Gibson
2024-11-07
1
-4
/
+4
*
clang: Add .clang-format file
David Gibson
2024-11-07
1
-0
/
+126
*
test: Adjust misplaced sleeps in two_guests code
David Gibson
2024-11-05
1
-4
/
+4
*
tap: Explicitly cast TUNSETIFF to fix build warning with musl on ppc64le
Stefano Brivio
2024-11-05
1
-1
/
+1
*
tcp: Fix build against musl, __sum16 comes from linux/types.h
Stefano Brivio
2024-11-05
1
-4
/
+4
*
util: Don't use errno after a successful call in __daemon()
2024_10_30.ee7d0b6
Stefano Brivio
2024-10-30
1
-10
/
+5
*
udp: Take care of cert-int09-c clang-tidy warning for enum udp_iov_idx
Stefano Brivio
2024-10-30
1
-5
/
+5
[next]