wireguard-go-awg2-lx/tun
Adrian Dewhurst 71393c576b tun: fix checksum test failures on non-4KiB page sizes
When generating page-aligned random bytes, random data started at the
beginning of the buffer that will be chopped off. When the page size
differs, the start of the returned slice is different than expected for
the expected checksums, causing the tests to fail.
2024-07-31 16:30:15 -04:00
..
netstack go.mod,tun/netstack: bump gvisor 2023-09-29 15:07:45 -07:00
tuntest all: rename module (#7) 2023-09-27 15:03:39 -07:00
alignment_windows_test.go global: bump copyright year 2023-02-07 20:39:29 -03:00
checksum.go tun: export optimized IP checksum funcs 2024-07-31 13:07:01 -07:00
checksum_amd64.go tun: export optimized IP checksum funcs 2024-07-31 13:07:01 -07:00
checksum_amd64_test.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_generated_amd64.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_generated_amd64.s tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_generic.go tun: export optimized IP checksum funcs 2024-07-31 13:07:01 -07:00
checksum_generic_test.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_test.go tun: fix checksum test failures on non-4KiB page sizes 2024-07-31 16:30:15 -04:00
errors.go tun: replace ErrorBatch() with errors.Join() 2023-03-17 15:18:04 +01:00
generate_amd64.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
offload.go tun: export optimized IP checksum funcs 2024-07-31 13:07:01 -07:00
offload_linux.go tun: export optimized IP checksum funcs 2024-07-31 13:07:01 -07:00
offload_linux_test.go tun: don't assume UDP GRO is supported 2023-10-31 19:20:06 -07:00
offload_test.go tun: export GSOSplit() for external Device implementers 2024-07-23 18:54:28 -07:00
operateonfd.go global: bump copyright year 2023-02-07 20:39:29 -03:00
tun.go tun: implement API for disabling UDP GRO on Linux 2024-04-29 11:54:44 -07:00
tun_darwin.go global: buff -> buf 2023-03-13 17:55:53 +01:00
tun_freebsd.go global: buff -> buf 2023-03-13 17:55:53 +01:00
tun_linux.go tun: export GSOSplit() for external Device implementers 2024-07-23 18:54:28 -07:00
tun_openbsd.go global: buff -> buf 2023-03-13 17:55:53 +01:00
tun_windows.go tun: fix crash when ForceMTU is called after close 2023-09-29 15:32:58 -07:00