Home
last modified time | relevance | path

Searched full:wireguard (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireguard/
H A Dmain.c13 #include <uapi/linux/wireguard.h>
48 pr_info("WireGuard " WIREGUARD_VERSION " loaded. See www.wireguard.com for information.\n"); in wg_mod_init()
74 MODULE_DESCRIPTION("WireGuard secure network tunnel");
H A Dnoise.c29 static const u8 identifier_name[34] __nonstring = "WireGuard v1 zx2c4 Jason@zx2c4.com";
/linux/drivers/net/
H A DKconfig75 config WIREGUARD config
76 tristate "WireGuard secure network tunnel"
85 WireGuard is a secure, fast, and easy to use replacement for IPSec
89 configure. See www.wireguard.com for more info.
96 depends on WIREGUARD
99 that occur for a WireGuard interface. It will also perform some
/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c55 …len = strlen(" WireGuard Test Suite on ") + strlen(utsname.sysname) + strlen(utsname.rele… in print_banner()
56 …printf("\x1b[45m\x1b[33m\x1b[1m%*.s\x1b[0m\n\x1b[45m\x1b[33m\x1b[1m WireGuard Test Suite on %s … in print_banner()
140 start = strstr(line, "wireguard: "); in kmod_selftests()
145 if (strstr(start, "www.wireguard.com")) in kmod_selftests()
H A DMakefile19 MIRROR := https://download.wireguard.com/qemu-test/distfiles/
46 $(eval $(call tar_download,WIREGUARD_TOOLS,wireguard-tools,1.0.20250521,.tar.xz,https://git.zx2c4.com/wireguard-tools/snapshot/,b6f2628b85b1b23cc06517ec9c74f82d52c4cdbd020f3dd2f00c972a1782950e))
263 TOOLCHAIN_DIR := https://download.wireguard.com/qemu-test/toolchains/20211123/
/linux/include/uapi/linux/
H A Dwireguard.h3 /* Documentation/netlink/specs/wireguard.yaml */
10 #define WG_GENL_NAME "wireguard"
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c1167 * would be e.g. Wireguard which would appear as a pure L3 device to BPF, in test_tc_redirect_peer_l3()
/linux/
H A DMAINTAINERS28100 WIREGUARD SECURE NETWORK TUNNEL
28102 L: wireguard@lists.zx2c4.com
28105 F: Documentation/netlink/specs/wireguard.yaml
28106 F: drivers/net/wireguard/
28107 F: tools/testing/selftests/wireguard/