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
/
noise.c
Age
Commit message (
Expand
)
Author
2020-05-19
noise: separate receive counter from send counter
Jason A. Donenfeld
2020-05-19
noise: read preshared key while taking lock
Jason A. Donenfeld
2020-03-18
noise: error out precomputed DH during handshake rather than config
Jason A. Donenfeld
2020-02-05
noise: reject peers with low order public keys
Jason A. Donenfeld
2019-10-11
noise: recompare stamps after taking write lock
Jason A. Donenfeld
2019-07-11
noise: immediately rekey all peers after changing device private key
Jason A. Donenfeld
2019-06-25
global: switch to coarse ktime
Jason A. Donenfeld
2019-03-27
blake2s: remove outlen parameter from final
Jason A. Donenfeld
2019-03-25
peerlookup: rename from hashtables
Jason A. Donenfeld
2019-03-17
global: the _bh variety of rcu helpers have been unified
Jason A. Donenfeld
2019-02-03
noise: store clamped key instead of raw key
Jason A. Donenfeld
2019-02-03
hashtables: decouple hashtable allocations from the main device allocation
Sultan Alsawaf
2019-02-03
noise: whiten the nanoseconds portion of the timestamp
Jason A. Donenfeld
2019-01-23
noise: replace getnstimeofday64 with ktime_get_real_ts64
Jason A. Donenfeld
2019-01-07
global: update copyright
Jason A. Donenfeld
2018-11-13
global: various formatting tweeks
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-09
global: give if statements brackets and other cleanups
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-02
global: change BUG_ON to WARN_ON
Jason A. Donenfeld
2018-10-02
global: prefix all functions with wg_
Jason A. Donenfeld
2018-09-25
crypto: make constant naming scheme consistent
Jason A. Donenfeld
2018-09-20
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-09-04
global: prefer sizeof(*pointer) when possible
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
noise: free peer references on failure
Jason A. Donenfeld
2018-08-02
cookie: returned keypair might disappear if rcu lock not held
Jason A. Donenfeld
2018-08-01
allowedips: prevent double read in kref
Jason A. Donenfeld
2018-07-31
noise: use hex constant for tai64n offset
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
noise: wait for crng before taking locks
Jason A. Donenfeld
2018-06-18
netlink: maintain static_identity lock over entire private key update
Jason A. Donenfeld
2018-06-18
noise: take locks for ss precomputation
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-11-22
global: switch from timeval to timespec
Jason A. Donenfeld
2017-11-02
global: revert checkpatch.pl changes
Jason A. Donenfeld
2017-10-31
global: use fewer BUG_ONs
Jason A. Donenfeld
2017-10-31
global: style nits
Jason A. Donenfeld
2017-10-31
global: accept decent check_patch.pl suggestions
Jason A. Donenfeld
2017-10-17
noise: no need to take the RCU lock if we're not dereferencing
Jason A. Donenfeld
2017-10-17
noise: handshake constants can be read-only after init
Jason A. Donenfeld
2017-10-03
global: add space around variable declarations
Jason A. Donenfeld
2017-10-02
noise: use spinlock for rotating keys
Jason A. Donenfeld
2017-10-02
netlink: switch from ioctl to netlink for configuration
Jason A. Donenfeld
2017-09-18
queue: entirely rework parallel system
Jason A. Donenfeld
[next]