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
/
timers.c
Age
Commit message (
Expand
)
Author
2017-05-30
handshake: process in parallel
Jason A. Donenfeld
2017-04-08
data: cleanup parallel workqueue and use two max_active
Jason A. Donenfeld
2017-03-14
timers: elide enable check
Jason A. Donenfeld
2017-02-07
timers: use simpler uninit sync technique
Jason A. Donenfeld
2017-01-23
timers: use setup_timer macro helper
Jason A. Donenfeld
2017-01-10
Update copyright
Jason A. Donenfeld
2016-12-13
peer: don't use sockaddr_storage to reduce memory usage
Jason A. Donenfeld
2016-12-09
socket: clear src address when retrying handshake
Jason A. Donenfeld
2016-12-09
timers: add random jitter to handshake retry
Jason A. Donenfeld
2016-11-21
headers: cleanup notices
Jason A. Donenfeld
2016-11-15
socket: keep track of src address in sending packets
Jason A. Donenfeld
2016-11-07
send: simplify handshake initiation queueing and introduce lock
Jason A. Donenfeld
2016-11-03
timers: take reference like a lookup table
Jason A. Donenfeld
2016-10-19
timers: only have initiator rekey
Jason A. Donenfeld
2016-10-19
timers: always delay handshakes for responder
Jason A. Donenfeld
2016-10-19
timers: move constants to header
Jason A. Donenfeld
2016-10-19
timers: kill half-open handshakes after a while
Jason A. Donenfeld
2016-10-19
timers: avoid thundering herd for simultaneous initiation
Jason A. Donenfeld
2016-10-19
debug: keep alive -> keepalive
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
2016-08-02
timers: use more clear pow macro
Jason A. Donenfeld
2016-07-23
timers: upstream removed the slack concept
Jason A. Donenfeld
2016-07-10
timers: apply slack to hotpath timers
Jason A. Donenfeld
2016-07-10
timers: document conditions for calling
Jason A. Donenfeld
2016-07-10
persistent keepalive: use unsigned long to avoid multiplication in hotpath
Jason A. Donenfeld
2016-07-10
persistent keepalive: use authenticated keepalives
Jason A. Donenfeld
2016-07-08
timers: rename *authorized* functions to *authenticated*
Jason A. Donenfeld
2016-07-08
persistent keepalive: add kernel mechanism
Jason A. Donenfeld
2016-06-25
Initial commit
Jason A. Donenfeld