aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/timers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlink: use __kernel_timespec for handshake timeJason A. Donenfeld2019-01-231-1/+1
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
* timers: it is always reasonable to remove a timerJason A. Donenfeld2018-10-271-14/+4
* timers: do not use wg_peer_get_maybe_zeroJason A. Donenfeld2018-10-271-35/+13
* send: consider dropped stage packets to be droppedJason A. Donenfeld2018-10-271-1/+1
* global: do not allow compiler to reorder is_valid or is_deadJason A. Donenfeld2018-10-251-3/+5
* timers: avoid using control statements in macroJason A. Donenfeld2018-10-081-8/+23
* global: more nitsJason A. Donenfeld2018-10-081-0/+1
* global: rename struct wireguard_ to struct wg_Jason A. Donenfeld2018-10-081-15/+15
* global: prefix functions used in callbacks with wg_Jason A. Donenfeld2018-10-081-16/+15
* global: prefix all functions with wg_Jason A. Donenfeld2018-10-021-25/+25
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
* global: satisfy check_patch.pl errorsJason A. Donenfeld2018-09-031-1/+1
* global: run through clang-formatJason A. Donenfeld2018-08-281-36/+86
* timers: include header in right fileJason A. Donenfeld2018-08-091-2/+0
* peer: ensure destruction doesn't raceJason A. Donenfeld2018-08-031-26/+34
* peer: simplify rcu reference countsJason A. Donenfeld2018-07-311-1/+4
* ratelimiter: prevent init/uninit raceJason A. Donenfeld2018-07-311-0/+2
* global: use ktime boottime instead of jiffiesJason A. Donenfeld2018-06-231-10/+10
* timers: no need to clear keepalive in persistent keepaliveJason A. Donenfeld2018-05-191-4/+1
* timers: clear send_keepalive timer on sending handshake responseJason A. Donenfeld2018-05-191-6/+8
* timers: fix up commentJason A. Donenfeld2018-05-191-2/+2
* timers: remove slack_timeJason A. Donenfeld2018-05-191-8/+2
* timers: reinitialize state on initJason A. Donenfeld2018-05-181-0/+3
* timers: round up instead of down in slack_timeJason A. Donenfeld2018-05-181-2/+2
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-1/+4
* global: switch from timeval to timespecJason A. Donenfeld2017-11-221-1/+1
* timers: switch to kees' new timer_list functionsJason A. Donenfeld2017-11-011-17/+17
* timers: guard entire setting in blockJason A. Donenfeld2017-10-311-4/+6
* global: style nitsJason A. Donenfeld2017-10-311-2/+4
* global: accept decent check_patch.pl suggestionsJason A. Donenfeld2017-10-311-4/+4
* global: add space around variable declarationsJason A. Donenfeld2017-10-031-0/+6
* timers: ensure safe timer removalJason A. Donenfeld2017-10-021-12/+17
* timers: convert to use netif_runningJason A. Donenfeld2017-09-241-19/+14
* queue: entirely rework parallel systemJason A. Donenfeld2017-09-181-8/+11
* timers: styleJason A. Donenfeld2017-09-151-1/+1
* timers: do not send out double keepaliveJason A. Donenfeld2017-08-051-1/+4
* timers: rename confusingly named functions and variablesJason A. Donenfeld2017-08-041-9/+9
* receive: move lastminute guard into timer eventJason A. Donenfeld2017-08-041-0/+1
* global: use pointer to net_deviceJason A. Donenfeld2017-07-201-4/+4
* timers: queue up killing ephemerals only if not alreadyJason A. Donenfeld2017-05-311-1/+1
* timers: reset retry-attempt counter when not retryingJason A. Donenfeld2017-05-311-2/+2
* timers: the completion of a handshake also is on key confirmationJason A. Donenfeld2017-05-311-2/+2
* timers: rework handshake reply control flowJason A. Donenfeld2017-05-311-9/+8
* debug: print interface name in dmesgJason A. Donenfeld2017-05-311-3/+5
* timers: fix typo in commentJason A. Donenfeld2017-05-301-1/+1
* handshake: process in parallelJason A. Donenfeld2017-05-301-1/+1
* data: cleanup parallel workqueue and use two max_activeJason A. Donenfeld2017-04-081-1/+1
* timers: elide enable checkJason A. Donenfeld2017-03-141-3/+3