index
:
wireguard-linux-compat
feature/socketdev
master
WireGuard Linux compat
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-11-14
chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on arm
Jason A. Donenfeld
2018-11-14
chacha20,poly1305: switch to perlasm originals on mips and arm
Jason A. Donenfeld
2018-11-13
global: various formatting tweeks
Jason A. Donenfeld
2018-11-05
compat: csum_levels is new in 3.18 but backported to RHEL
Jason A. Donenfeld
2018-10-27
qemu: bump default kernel
Jason A. Donenfeld
2018-10-27
send: calculate inner checksums for all protocols
Andrejs Hanins
2018-10-27
receive: assume all levels have been checksumed, not just outer
Jason A. Donenfeld
2018-10-27
device: do not clear keys on sleep for PM_AUTOSLEEP
Jason A. Donenfeld
2018-10-27
curve25519-x86_64: this was relicensed to BSD-3-Clause upstream
Jason A. Donenfeld
2018-10-27
timers: it is always reasonable to remove a timer
Jason A. Donenfeld
2018-10-27
ratelimiter: make hash calls explicit
Jason A. Donenfeld
2018-10-27
makefile: include selftests in style check
Jason A. Donenfeld
2018-10-27
timers: do not use wg_peer_get_maybe_zero
Jason A. Donenfeld
2018-10-27
allowedips: fix sparse warnings in optional selftests
Jason A. Donenfeld
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
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
[next]