index
:
wireguard-linux-compat
feature/socketdev
master
WireGuard Linux compat
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-10-27
poly1305-donna64: mark large constants as ULL
Jason A. Donenfeld
2018-10-27
send: consider dropped stage packets to be dropped
Jason A. Donenfeld
2018-10-25
allowedips: fix up macros and annotations
Jason A. Donenfeld
2018-10-25
ratelimiter: refcounter doesn't need to be atomic
Jason A. Donenfeld
2018-10-25
global: do not allow compiler to reorder is_valid or is_dead
Jason A. Donenfeld
2018-10-25
peer: another peer_remove cleanup
Jason A. Donenfeld
2018-10-18
version: bump snapshot
Jason A. Donenfeld
2018-10-10
main: get rid of unloaded debug message
Jason A. Donenfeld
2018-10-09
global: give if statements brackets and other cleanups
Jason A. Donenfeld
2018-10-08
main: change module description
Jason A. Donenfeld
2018-10-08
device: use textual error labels always
Jason A. Donenfeld
2018-10-08
allowedips: swap endianness early on
Arnd Bergmann
2018-10-08
timers: avoid using control statements in macro
Jason A. Donenfeld
2018-10-08
allowedips: remove control statement from macro by rewriting
Jason A. Donenfeld
2018-10-08
global: more nits
Jason A. Donenfeld
2018-10-08
global: rename struct wireguard_ to struct wg_
Jason A. Donenfeld
2018-10-08
netlink: do not stuff index into nla type
Jason A. Donenfeld
2018-10-08
qemu: kill after 20 minutes
Jason A. Donenfeld
2018-10-08
compat: look in Kbuild and Makefile since they differ based on arch
Jason A. Donenfeld
2018-10-08
create-patch: blacklist instead of whitelist
Jason A. Donenfeld
2018-10-08
global: prefix functions used in callbacks with wg_
Jason A. Donenfeld
2018-10-07
compat: don't output for grep errors
Davide Garberi
2018-10-07
version: bump snapshot
Jason A. Donenfeld
2018-10-07
global: style nits
Jason A. Donenfeld
2018-10-07
crypto: clean up remaining .h->.c
Jason A. Donenfeld
2018-10-07
allowedips: document additional nobs
Jason A. Donenfeld
2018-10-07
makefile: do more generic wildcard so as to avoid rename issues
Jason A. Donenfeld
2018-10-07
crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1
Jason A. Donenfeld
2018-10-07
crypto: disable broken implementations in selftests
Jason A. Donenfeld
2018-10-07
compat: clang cannot handle __builtin_constant_p
Jason A. Donenfeld
2018-10-07
compat: make asm/simd.h conditional on its existence
Jason A. Donenfeld
2018-10-06
compat: account for ancient ARM assembler
Jason A. Donenfeld
2018-10-06
version: bump snapshot
Jason A. Donenfeld
2018-10-06
crypto: test all SIMD combinations
Jason A. Donenfeld
2018-10-06
global: rename include'd C files to be .c
Jason A. Donenfeld
2018-10-06
allowedips: remove ifdefs in favor of IS_ENABLED
Jason A. Donenfeld
2018-10-04
curve25519-arm: rearrange multiplications for better in-order performance
Jason A. Donenfeld
2018-10-04
curve25519-arm: writeback to base register when possible
Jason A. Donenfeld
2018-10-03
blake2s: always put a simd, even if not use()'d
Jason A. Donenfeld
2018-10-03
simd: introduce useful disabling macro
Jason A. Donenfeld
2018-10-03
Kconfig: do now allow IPV6=m,WG=y
Jason A. Donenfeld
2018-10-03
curve25519-arm: adjust comment
Jason A. Donenfeld
2018-10-03
curve25519-arm: use new simd api
Jason A. Donenfeld
2018-10-02
chacha20-arm: use proper reteq macro instead of bxeq
Jason A. Donenfeld
2018-10-02
qemu: show more messages in console the right way
Jason A. Donenfeld
2018-10-02
qemu: support powerpc64le
Jason A. Donenfeld
2018-10-02
qemu: give up and accept a mips64r2 world
Jason A. Donenfeld
2018-10-02
ratelimiter: prefer IS_ENABLED
Jason A. Donenfeld
2018-10-02
global: change BUG_ON to WARN_ON
Jason A. Donenfeld
2018-10-02
poly1305: document rationale for base 2^26->2^64/32 conversion
Jason A. Donenfeld
[prev]
[next]