aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* tcp: Acknowledge keep-alive segments, ignore them for the restHEAD2024_11_21.238c69fmasterStefano Brivio9 hours1-0/+14
* tcp: Reset ACK_TO_TAP_DUE flag whenever an ACK isn't needed anymoreStefano Brivio9 hours1-1/+3
* ndp: Don't send unsolicited RAs if NDP is disabledDavid Gibson43 hours1-1/+2
* ndp: Don't send unsolicited router advertisement if we can't, yetStefano Brivio43 hours1-1/+1
* selinux: Use auth_read_passwd() interface for all our getpwnam() needsStefano Brivio43 hours2-12/+2
* ndp: Send unsolicited Router AdvertisementsDavid Gibson7 days4-0/+69
* passt: Seed libc's pseudo random number generatorDavid Gibson7 days1-3/+10
* util: Add general low-level random bytes helperDavid Gibson7 days3-29/+57
* ndp: Make route lifetime a #defineDavid Gibson7 days1-1/+3
* ndp: Use struct assignment in preference to memcpy() for IPv6 addressesDavid Gibson7 days1-8/+6
* ndp: Split out helpers for sending specific NDP message typesDavid Gibson7 days1-56/+76
* ndp: Add ndp_send() helperDavid Gibson7 days1-14/+18
* ndp: Remove redundant update to addr_seenDavid Gibson7 days2-9/+4
* cppcheck: Don't check the system headersDavid Gibson13 days1-9/+1
* linux_dep: Fix CLOSE_RANGE_UNSHARE availability handlingDavid Gibson13 days2-10/+18
* linux_dep: Move close_range() conditional handling to linux_dep.hDavid Gibson13 days3-19/+21
* log: Only check for FALLOC_FL_COLLAPSE_RANGE availability at runtimeDavid Gibson13 days3-13/+8
* tap, tcp, util: Add some missing SOCK_CLOEXEC flagsStefano Brivio13 days3-4/+6
* passt: Use NOLINT clang-tidy block instead of NOLINTNEXTLINEStefano Brivio13 days1-1/+2
* util: Define small and big thresholds for socket buffers as unsigned long longStefano Brivio13 days1-3/+3
* tap: Cast TAP_BUF_BYTES - ETH_MAX_MTU to ssize_t, not TAP_BUF_BYTESStefano Brivio13 days1-1/+1
* dhcpv6: Turn some option headers pointers to constStefano Brivio13 days1-2/+2
* dhcpv6: Use for loop instead of goto to avoid false positive cppcheck warningStefano Brivio13 days2-26/+24
* tcp: unify payload and flags l2 frames arrayJon Maloy2024-11-074-70/+17
* test: Improve test for NDP assigned prefixDavid Gibson2024-11-072-4/+4
* test: Don't require 64-bit prefixes in perf testsDavid Gibson2024-11-072-2/+2
* test: Make nstool hold robust against interruptions to control clientsDavid Gibson2024-11-071-10/+26
* test: Rename propagating signal handlerDavid Gibson2024-11-071-2/+2
* util: Work around cppcheck bug 6936David Gibson2024-11-072-1/+11
* udp: Don't dereference uflow before NULL check in udp_reply_sock_handler()David Gibson2024-11-071-2/+3
* ndp: Use const pointer for ndp_ns packetDavid Gibson2024-11-071-2/+2
* linux_dep: Generalise tcp_info.h to handling Linux extension compatibilityDavid Gibson2024-11-072-5/+7
* fwd: Squash different-signedness comparison warningDavid Gibson2024-11-071-2/+2
* util: Remove unused ffsl() functionDavid Gibson2024-11-071-3/+0
* clang: Add rudimentary clangd configurationDavid Gibson2024-11-071-0/+3
* Makefile: Don't attempt to auto-detect stack sizeDavid Gibson2024-11-072-7/+1
* Makefile: Use -DARCH for qrap onlyDavid Gibson2024-11-071-2/+1
* seccomp: Simplify handling of AUDIT_ARCHDavid Gibson2024-11-072-11/+12
* Makefile: Move NETNS_RUN_DIR definition to C codeDavid Gibson2024-11-072-1/+2
* netlink: RTA_PAYLOAD() returns int, not size_tDavid Gibson2024-11-071-2/+2
* flow: Correct type of flowside_at_sidx()David Gibson2024-11-071-1/+1
* arch: Avoid explicit access to 'environ'David Gibson2024-11-071-1/+1
* clang: Move clang-tidy configuration from Makefile to .clang-tidyDavid Gibson2024-11-072-109/+95
* Makefile: Simplify exclusion of qrap from static checksDavid Gibson2024-11-071-4/+4
* clang: Add .clang-format fileDavid Gibson2024-11-071-0/+126
* test: Adjust misplaced sleeps in two_guests codeDavid Gibson2024-11-051-4/+4
* tap: Explicitly cast TUNSETIFF to fix build warning with musl on ppc64leStefano Brivio2024-11-051-1/+1
* tcp: Fix build against musl, __sum16 comes from linux/types.hStefano Brivio2024-11-051-4/+4
* util: Don't use errno after a successful call in __daemon()2024_10_30.ee7d0b6Stefano Brivio2024-10-301-10/+5
* udp: Take care of cert-int09-c clang-tidy warning for enum udp_iov_idxStefano Brivio2024-10-301-5/+5