| Commit message (Expand) | Author | Age | Files | Lines |
* | wireguard: netlink: send staged packets when setting initial private key | Jason A. Donenfeld | 2023-07-03 | 1 | -4/+26 |
* | random: use random.trust_{bootloader,cpu} command line option only | Jason A. Donenfeld | 2022-11-18 | 1 | -2/+0 |
* | wireguard: selftests: do not install headers on UML | Jason A. Donenfeld | 2022-09-20 | 1 | -0/+2 |
* | wireguard: selftests: set CONFIG_NONPORTABLE on riscv32 | Jason A. Donenfeld | 2022-08-12 | 1 | -0/+1 |
* | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-08-03 | 4 | -7/+19 |
|\ |
|
| * | wireguard: selftests: support UML | Jason A. Donenfeld | 2022-08-02 | 2 | -1/+19 |
| * | wireguard: selftests: update config fragments | Lukas Bulwahn | 2022-08-02 | 2 | -6/+0 |
* | | random: remove CONFIG_ARCH_RANDOM | Jason A. Donenfeld | 2022-07-18 | 1 | -1/+0 |
|/ |
|
* | wireguard: selftests: use microvm on x86 | Jason A. Donenfeld | 2022-07-06 | 3 | -8/+16 |
* | wireguard: selftests: always call kernel makefile | Jason A. Donenfeld | 2022-07-06 | 1 | -3/+2 |
* | wireguard: selftests: use virt machine on m68k | Jason A. Donenfeld | 2022-07-06 | 2 | -8/+6 |
* | wireguard: selftests: set fake real time in init | Jason A. Donenfeld | 2022-07-06 | 8 | -0/+18 |
* | wireguard: selftests: use maximum cpu features and allow rng seeding | Jason A. Donenfeld | 2022-06-11 | 3 | -15/+19 |
* | wireguard: selftests: set panic_on_warn=1 from cmdline | Jason A. Donenfeld | 2022-05-04 | 18 | -23/+17 |
* | wireguard: selftests: bump package deps | Jason A. Donenfeld | 2022-05-04 | 1 | -9/+9 |
* | wireguard: selftests: restore support for ccache | Jason A. Donenfeld | 2022-05-04 | 2 | -1/+18 |
* | wireguard: selftests: use newer toolchains to fill out architectures | Jason A. Donenfeld | 2022-05-04 | 9 | -63/+169 |
* | wireguard: selftests: limit parallelism to $(nproc) tests at once | Jason A. Donenfeld | 2022-05-04 | 1 | -10/+10 |
* | wireguard: selftests: make routing loop test non-fatal | Jason A. Donenfeld | 2022-05-04 | 1 | -1/+13 |
* | wireguard: selftests: enable ACPI for SMP | Jason A. Donenfeld | 2022-04-22 | 2 | -0/+2 |
* | wireguard: selftests: simplify RNG seeding | Jason A. Donenfeld | 2022-03-30 | 1 | -19/+7 |
* | wireguard: device: reset peer src endpoint when netns exits | Jason A. Donenfeld | 2021-11-29 | 1 | -1/+23 |
* | wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST | Li Zhijian | 2021-11-29 | 1 | -1/+1 |
* | wireguard: selftests: actually test for routing loops | Jason A. Donenfeld | 2021-11-29 | 1 | -1/+5 |
* | wireguard: selftests: increase default dmesg log size | Jason A. Donenfeld | 2021-11-29 | 1 | -0/+1 |
* | wireguard: selftests: make sure rp_filter is disabled on vethc | Jason A. Donenfeld | 2021-06-04 | 1 | -0/+1 |
* | wireguard: selftests: remove old conntrack kconfig value | Jason A. Donenfeld | 2021-06-04 | 1 | -1/+0 |
* | wireguard: selftests: test multiple parallel streams | Jason A. Donenfeld | 2021-02-23 | 1 | -1/+14 |
* | Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECK | Masahiro Yamada | 2020-12-02 | 1 | -1/+0 |
* | wireguard: selftests: check that route_me_harder packets use the right sk | Jason A. Donenfeld | 2020-10-30 | 2 | -0/+10 |
* | wireguard: device: avoid circular netns references | Jason A. Donenfeld | 2020-06-23 | 1 | -1/+12 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2020-06-01 | 1 | -1/+0 |
|\ |
|
| * | x86/32: Remove CONFIG_DOUBLEFAULT | Borislav Petkov | 2020-04-14 | 1 | -1/+0 |
* | | wireguard: selftests: use newer iproute2 for gcc-10 | Jason A. Donenfeld | 2020-05-20 | 1 | -1/+1 |
* | | ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST | Kees Cook | 2020-05-07 | 1 | -1/+0 |
* | | wireguard: socket: remove errant restriction on looping to self | Jason A. Donenfeld | 2020-05-06 | 1 | -3/+51 |
* | | wireguard: selftests: use normal kernel stack size on ppc64 | Jason A. Donenfeld | 2020-05-06 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-04-03 | 1 | -0/+1 |
|\ |
|
| * | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | | wireguard: noise: error out precomputed DH during handshake rather than config | Jason A. Donenfeld | 2020-03-18 | 1 | -5/+10 |
* | | wireguard: selftests: test using new 64-bit time_t | Jason A. Donenfeld | 2020-03-18 | 2 | -2/+1 |
* | | wireguard: selftests: remove duplicated include <sys/types.h> | YueHaibing | 2020-03-18 | 1 | -1/+0 |
|/ |
|
* | wireguard: selftests: reduce complexity and fix make races | Jason A. Donenfeld | 2020-02-16 | 1 | -24/+14 |
* | wireguard: device: use icmp_ndo_send helper | Jason A. Donenfeld | 2020-02-13 | 1 | -0/+11 |
* | wireguard: selftests: tie socket waiting to target pid | Jason A. Donenfeld | 2020-02-05 | 1 | -9/+8 |
* | wireguard: selftests: cleanup CONFIG_ENABLE_WARN_DEPRECATED | Krzysztof Kozlowski | 2020-02-05 | 1 | -1/+0 |
* | wireguard: selftests: ensure non-addition of peers with failed precomputation | Jason A. Donenfeld | 2020-02-05 | 1 | -0/+6 |
* | wireguard: selftests: remove ancient kernel compatibility code | Jason A. Donenfeld | 2020-01-05 | 5 | -48/+50 |
* | wireguard: selftests: import harness makefile for test suite | Jason A. Donenfeld | 2019-12-16 | 18 | -0/+947 |
* | net: WireGuard secure network tunnel | Jason A. Donenfeld | 2019-12-08 | 1 | -0/+537 |