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
/
cookie.c
Age
Commit message (
Expand
)
Author
2018-09-04
global: prefer sizeof(*pointer) when possible
Jason A. Donenfeld
2018-09-03
crypto: import zinc
Jason A. Donenfeld
2018-08-28
global: run through clang-format
Jason A. Donenfeld
2018-08-03
peer: ensure destruction doesn't race
Jason A. Donenfeld
2018-08-02
cookie: returned keypair might disappear if rcu lock not held
Jason A. Donenfeld
2018-06-23
global: use fast boottime instead of normal boottime
Jason A. Donenfeld
2018-06-23
global: use ktime boottime instead of jiffies
Jason A. Donenfeld
2018-06-18
netlink: maintain static_identity lock over entire private key update
Jason A. Donenfeld
2018-01-03
global: year bump
Jason A. Donenfeld
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-10-31
global: accept decent check_patch.pl suggestions
Jason A. Donenfeld
2017-10-03
global: add space around variable declarations
Jason A. Donenfeld
2017-07-20
global: use pointer to net_device
Jason A. Donenfeld
2017-06-26
global: cleanup IP header checking
Jason A. Donenfeld
2017-06-26
ratelimiter: rewrite from scratch
Jason A. Donenfeld
2017-06-12
random: wait for random bytes when generating nonces and ephemerals
Jason A. Donenfeld
2017-05-31
debug: print interface name in dmesg
Jason A. Donenfeld
2017-05-17
noise: redesign preshared key mode
Jason A. Donenfeld
2017-04-21
cookie: move the bangs
Jason A. Donenfeld
2017-03-20
data: big refactoring
Jason A. Donenfeld
2017-03-19
cookie: no need to hash rng
Jason A. Donenfeld
2017-01-10
Update copyright
Jason A. Donenfeld
2016-12-26
cookie: optimize
Jason A. Donenfeld
2016-12-23
cookies: use xchacha20poly1305 instead of chacha20poly1305
Jason A. Donenfeld
2016-12-16
messages: increase header by 3 bytes for alignment
Jason A. Donenfeld
2016-11-21
headers: cleanup notices
Jason A. Donenfeld
2016-11-06
cookie: avoid void pointer arithmatic
Jason A. Donenfeld
2016-11-05
c89: the static keyword is okay in c99, but not in c89
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
2016-08-02
c: specify static array size in function params
Jason A. Donenfeld
2016-07-22
cookie: do not expose csprng directly
Jason A. Donenfeld
2016-06-25
Initial commit
Jason A. Donenfeld