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
2017-06-26
compat: clean up cruft
Jason A. Donenfeld
2017-06-26
device: avoid double icmp send on routing loop
Jason A. Donenfeld
2017-06-26
socket: use ip_rt_put instead of dst_release
Jason A. Donenfeld
2017-06-26
socket: verify saddr belongs to interface
Jason A. Donenfeld
2017-06-26
ratelimiter: rewrite from scratch
Jason A. Donenfeld
2017-06-25
curve25519: keep certain sandy2x functions in C
Jason A. Donenfeld
2017-06-24
curve25519: satisfy sparse and use short types
Jason A. Donenfeld
2017-06-24
receive: extend rate limiting to 1 second after under load detection
Jason A. Donenfeld
2017-06-24
device: only use one sleep notifier
Jason A. Donenfeld
2017-06-24
device: netdevice destruction logic change for 4.12
Jason A. Donenfeld
2017-06-24
selftest: remove antique siphash self test
Jason A. Donenfeld
2017-06-24
main: annotate init/exit functions to save memory
Jason A. Donenfeld
2017-06-13
version: bump snapshot
Jason A. Donenfeld
2017-06-12
random: wait for random bytes when generating nonces and ephemerals
Jason A. Donenfeld
2017-06-12
version: bump snapshot
Jason A. Donenfeld
2017-06-08
config: ensure the RNG is initialized before setting
Jason A. Donenfeld
2017-06-08
noise: fix race when replacing handshake
Jason A. Donenfeld
2017-06-05
peer: explicitly initialize atomic
Jason A. Donenfeld
2017-06-01
compat: remove padata hotplug code
Jason A. Donenfeld
2017-06-01
curve25519: use more standard label convention in asm
Jason A. Donenfeld
2017-06-01
device: do-while assignment style
Jason A. Donenfeld
2017-06-01
receive: trim incoming packets to IP header length
Jason A. Donenfeld
2017-05-31
timers: queue up killing ephemerals only if not already
Jason A. Donenfeld
2017-05-31
config: add new line for style
Jason A. Donenfeld
2017-05-31
version: bump snapshot
Jason A. Donenfeld
2017-05-31
timers: reset retry-attempt counter when not retrying
Jason A. Donenfeld
2017-05-31
timers: the completion of a handshake also is on key confirmation
Jason A. Donenfeld
2017-05-31
timers: rework handshake reply control flow
Jason A. Donenfeld
2017-05-31
debug: print interface name in dmesg
Jason A. Donenfeld
2017-05-31
compat: remove warning for < 4.1
Jason A. Donenfeld
2017-05-31
config: it's faster to memcpy than strncpy
Jason A. Donenfeld
2017-05-31
routingtable: Remove unnecessary check in node_placement()
Sultan Alsawaf
2017-05-31
data: enable BH during parallel crypto on ARM/NEON
Jason A. Donenfeld
2017-05-31
curve25519: add NEON versions for ARM
Jason A. Donenfeld
2017-05-31
curve25519: align the basepoint to 32 bytes
Jason A. Donenfeld
2017-05-31
curve25519: actually, do some things on heap sometimes
Jason A. Donenfeld
2017-05-31
config: do not error out when getting if no peers
Jason A. Donenfeld
2017-05-30
device: keep going when share_check fails
Jason A. Donenfeld
2017-05-30
timers: fix typo in comment
Jason A. Donenfeld
2017-05-30
style: spaces after for loops
Jason A. Donenfeld
2017-05-30
peer: use iterator macro instead of callback
Jason A. Donenfeld
2017-05-30
noise: precompute static-static ECDH operation
Jason A. Donenfeld
2017-05-30
noise: no need to store ephemeral public key
Jason A. Donenfeld
2017-05-30
handshake: process in parallel
Jason A. Donenfeld
2017-05-30
compat: ship padata if kernel doesn't have it
Jason A. Donenfeld
2017-05-30
chacha20poly1305: add NEON versions for ARM and ARM64
Jason A. Donenfeld
2017-05-21
chacha20poly1305: move constants to rodata
Jason A. Donenfeld
2017-05-17
version: bump snapshot
Jason A. Donenfeld
2017-05-17
Kbuild: optimize debug builds too
Jason A. Donenfeld
2017-05-17
tests: check for stats counter increases
Jason A. Donenfeld
[next]