aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qemu: bump versionJason A. Donenfeld2019-11-271-1/+1
|
* qemu: respect PATH when finding CBUILDJason A. Donenfeld2019-11-271-1/+1
|
* qemu: work around build bug with powerpc64leJason A. Donenfeld2019-11-271-0/+1
|
* netns: add test for failing 5.3 FIB changesJason A. Donenfeld2019-10-112-1/+24
| | | | Reference: https://lore.kernel.org/netdev/20190924073615.31704-1-Jason@zx2c4.com/
* qemu: bump default versionJason A. Donenfeld2019-10-111-1/+1
|
* noise: immediately rekey all peers after changing device private keyJason A. Donenfeld2019-07-111-0/+10
| | | | Reported-by: Derrick Pallas <derrick@pallas.us>
* global: switch to coarse ktimeJason A. Donenfeld2019-06-251-1/+1
| | | | | | | | | | | | | Coarse ktime is broken until [1] in 5.2 and kernels without the backport, so we use fallback code there. The fallback code has also been improved significantly. It now only uses slower clocks on kernels < 3.17, at the expense of some accuracy we're not overly concerned about. [1] https://lore.kernel.org/lkml/tip-e3ff9c3678b4d80e22d2557b68726174578eaf52@git.kernel.org/ Suggested-by: Arnd Bergmann <arnd@arndb.de>
* qemu: show signal when failingJason A. Donenfeld2019-06-181-3/+14
|
* qemu: do not check for alignment with ubsanJason A. Donenfeld2019-05-291-0/+1
| | | | It insta-crashes on x86.
* qemu: build iproute2 with libmnl supportJason A. Donenfeld2019-05-291-1/+1
|
* qemu: use newer iproute2 and kernelJason A. Donenfeld2019-05-291-9/+4
|
* allowedips: initialize list head when removing intermediate nodesJason A. Donenfeld2019-04-061-0/+4
| | | | | | | | | | Otherwise if this list item is later reused, we'll crash on list poison or worse. Also, add a version of Mimka's reproducer to netns.sh to catch these types of bugs in the future. Reported-by: Mimka <mikma.wg@lists.m7n.se>
* qemu: set framewarn 1280 for 64bit and 1024 for 32bitJason A. Donenfeld2019-03-2514-4/+14
|
* noise: store clamped key instead of raw keyJason A. Donenfeld2019-02-031-0/+2
|
* netlink: use __kernel_timespec for handshake timeJason A. Donenfeld2019-01-231-1/+3
|
* qemu: enable FP on MIPSJason A. Donenfeld2019-01-234-0/+4
| | | | This is a change for Linux 5.0.
* qemu: version bump to bash 5.0Jason A. Donenfeld2019-01-231-1/+1
|
* qemu: version bump kernelJason A. Donenfeld2019-01-231-1/+1
|
* global: update copyrightJason A. Donenfeld2019-01-073-3/+3
|
* netns: nmap != ncatJason A. Donenfeld2018-12-181-4/+4
|
* chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld2018-11-141-1/+1
| | | | | We also separate out Eric Biggers' Cortex A7 implementation into its own file.
* qemu: bump default kernelJason A. Donenfeld2018-10-271-1/+1
|
* qemu: kill after 20 minutesJason A. Donenfeld2018-10-081-1/+1
|
* crypto: clean up remaining .h->.cJason A. Donenfeld2018-10-071-1/+1
|
* makefile: do more generic wildcard so as to avoid rename issuesJason A. Donenfeld2018-10-071-1/+1
| | | | | | | Commit ad5e4210 (global: rename include'd C files to be .c) breaks install target for dkms sources. Fix installing selftest/*.c. Suggested-by: Christian Hesse <mail@eworm.de>
* qemu: show more messages in console the right wayJason A. Donenfeld2018-10-021-1/+1
|
* qemu: support powerpc64leJason A. Donenfeld2018-10-022-2/+22
| | | | | This uses ELFv2 ABI, which is the only ppc64 ABI musl supports. Big endian uses ELFv1 ABI, which musl doesn't support.
* qemu: give up and accept a mips64r2 worldJason A. Donenfeld2018-10-023-6/+8
| | | | | | We can't do SMP this way, and we also fall back to using the default N32 ABI, which is a bummer. But the mips64r6 toolchain is too much of a hassle to build with Gentoo's crossdev, and at least this works.
* qemu: support m68kJason A. Donenfeld2018-10-022-1/+18
|
* qemu: support more arm big endian platformsJason A. Donenfeld2018-10-025-4/+43
|
* qemu: bump muslJason A. Donenfeld2018-09-251-1/+1
|
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
| | | | | The kernel has very specific rules correlating file type with comment type, and also SPDX identifiers can't be merged with other comments.
* qemu: always pull and reset against integration treeJason A. Donenfeld2018-09-161-0/+5
|
* global: satisfy check_patch.pl errorsJason A. Donenfeld2018-09-031-1/+1
|
* crypto: import zincJason A. Donenfeld2018-09-031-2/+3
|
* netlink: insert peer version placeholderJason A. Donenfeld2018-09-021-1/+1
| | | | | | | While we don't want people to ever use old protocols, people will complain if the API "changes", so explicitly make the unset protocol mean the latest, and add a dummy mechanism of specifying the protocol on a per-peer basis, which we hope nobody actually ever uses.
* netlink: don't start over iteration on multipart non-first allowedipsJason A. Donenfeld2018-08-091-0/+24
| | | | Reported-by: Matt Layher <mdlayher@gmail.com>
* qemu: add easy git harnessJason A. Donenfeld2018-08-061-1/+8
|
* qemu: update musl and kernelJason A. Donenfeld2018-07-241-2/+2
|
* qemu: show log if process crashesJason A. Donenfeld2018-07-241-10/+16
|
* qemu: decide debug kernel based on KERNEL_VERSIONJason A. Donenfeld2018-07-061-8/+8
| | | | | | | If KERNEL_VERSION ends in -debug, then automatically set DEBUG_KERNEL If DEBUG_KERNEL is set, now the debug kernel will be built in a separate directory from the normal kernel, so that it's easy to toggle back and forth.
* qemu: bump default kernel versionJason A. Donenfeld2018-07-061-1/+1
| | | | | This fixes DEBUG_KERNEL=yes due to dd275caf4a0d9b219fffe49288b6cc33cd564312 being backported to 4.17.4.
* qemu: bump default kernelJason A. Donenfeld2018-06-171-1/+1
|
* qemu: bump default versionJason A. Donenfeld2018-05-311-1/+1
|
* qemu: bump default kernel for gcc 8.1Jason A. Donenfeld2018-05-221-1/+1
|
* qemu: retry on 404 in wget for kernel.org raceJason A. Donenfeld2018-04-231-3/+1
|
* send: account for route-based MTUJason A. Donenfeld2018-04-152-0/+16
| | | | | | | | | | It might be that a particular route has a different MTU than the interface, via `ip route add ... dev wg0 mtu 1281`, for example. In this case, it's important that we don't accidently pad beyond the end of the MTU. We accomplish that in this patch by carrying forward the MTU from the dst if it exists. We also add a unit test for this issue. Reported-by: Roman Mamedov <rm.wg@romanrm.net>
* qemu: bump default versionJason A. Donenfeld2018-04-151-1/+1
|
* qemu: more granular memleak detectionJason A. Donenfeld2018-02-121-2/+15
|
* netns: replace n0 ip with ip0, per customJason A. Donenfeld2018-02-121-2/+2
|