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
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
2017-08-04
noise: infer initiator or not from handshake state
Jason A. Donenfeld
2017-07-20
global: use pointer to net_device
Jason A. Donenfeld
2017-06-24
main: annotate init/exit functions to save memory
Jason A. Donenfeld
2017-06-08
noise: fix race when replacing handshake
Jason A. Donenfeld
2017-05-31
debug: print interface name in dmesg
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-17
noise: redesign preshared key mode
Jason A. Donenfeld
2017-04-04
locking: always use _bh
Jason A. Donenfeld
2017-03-30
chacha20poly1305: enforce authtag checking with compiler
Jason A. Donenfeld
2017-03-30
curve25519: protect against potential invalid point attacks
Jason A. Donenfeld
2017-01-13
Use __read_mostly attribute when possible
Jason A. Donenfeld
2017-01-10
Update copyright
Jason A. Donenfeld
2016-12-16
messages: increase header by 3 bytes for alignment
Jason A. Donenfeld
2016-12-16
noise: update comments
Jason A. Donenfeld
2016-11-29
noise: update to new notation
Jason A. Donenfeld
2016-11-21
headers: cleanup notices
Jason A. Donenfeld
2016-11-05
c89: the static keyword is okay in c99, but not in c89
Jason A. Donenfeld
2016-11-02
kref: elide checks
Jason A. Donenfeld
2016-11-01
data: do not allow usage of keypair just before hash removal
Jason A. Donenfeld
2016-10-19
noise: comment/document the key swapping
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-02
tai64n: don't forget to add 2^62, to be in spec
Jason A. Donenfeld
[next]