summaryrefslogtreecommitdiffhomepage
path: root/src/timers.c
AgeCommit message (Expand)Author
2019-05-29timers: add jitter on ack failure reinitiationJason A. Donenfeld
2019-01-23netlink: use __kernel_timespec for handshake timeJason A. Donenfeld
2019-01-07global: update copyrightJason A. Donenfeld
2018-10-27timers: it is always reasonable to remove a timerJason A. Donenfeld
2018-10-27timers: do not use wg_peer_get_maybe_zeroJason A. Donenfeld
2018-10-27send: consider dropped stage packets to be droppedJason A. Donenfeld
2018-10-25global: do not allow compiler to reorder is_valid or is_deadJason A. Donenfeld
2018-10-08timers: avoid using control statements in macroJason A. Donenfeld
2018-10-08global: more nitsJason A. Donenfeld
2018-10-08global: rename struct wireguard_ to struct wg_Jason A. Donenfeld
2018-10-08global: prefix functions used in callbacks with wg_Jason A. Donenfeld
2018-10-02global: prefix all functions with wg_Jason A. Donenfeld
2018-09-20global: put SPDX identifier on its own lineJason A. Donenfeld
2018-09-03global: satisfy check_patch.pl errorsJason A. Donenfeld
2018-08-28global: run through clang-formatJason A. Donenfeld
2018-08-09timers: include header in right fileJason A. Donenfeld
2018-08-03peer: ensure destruction doesn't raceJason A. Donenfeld
2018-07-31peer: simplify rcu reference countsJason A. Donenfeld
2018-07-31ratelimiter: prevent init/uninit raceJason A. Donenfeld
2018-06-23global: use ktime boottime instead of jiffiesJason A. Donenfeld
2018-05-19timers: no need to clear keepalive in persistent keepaliveJason A. Donenfeld
2018-05-19timers: clear send_keepalive timer on sending handshake responseJason A. Donenfeld
2018-05-19timers: fix up commentJason A. Donenfeld
2018-05-19timers: remove slack_timeJason A. Donenfeld
2018-05-18timers: reinitialize state on initJason A. Donenfeld
2018-05-18timers: round up instead of down in slack_timeJason A. Donenfeld
2018-01-03global: year bumpJason A. Donenfeld
2017-12-09global: add SPDX tags to all filesGreg Kroah-Hartman
2017-11-22global: switch from timeval to timespecJason A. Donenfeld
2017-11-01timers: switch to kees' new timer_list functionsJason A. Donenfeld
2017-10-31timers: guard entire setting in blockJason A. Donenfeld
2017-10-31global: style nitsJason A. Donenfeld
2017-10-31global: accept decent check_patch.pl suggestionsJason A. Donenfeld
2017-10-03global: add space around variable declarationsJason A. Donenfeld
2017-10-02timers: ensure safe timer removalJason A. Donenfeld
2017-09-24timers: convert to use netif_runningJason A. Donenfeld
2017-09-18queue: entirely rework parallel systemJason A. Donenfeld
2017-09-15timers: styleJason A. Donenfeld
2017-08-05timers: do not send out double keepaliveJason A. Donenfeld
2017-08-04timers: rename confusingly named functions and variablesJason A. Donenfeld
2017-08-04receive: move lastminute guard into timer eventJason A. Donenfeld
2017-07-20global: use pointer to net_deviceJason A. Donenfeld
2017-05-31timers: queue up killing ephemerals only if not alreadyJason A. Donenfeld
2017-05-31timers: reset retry-attempt counter when not retryingJason A. Donenfeld
2017-05-31timers: the completion of a handshake also is on key confirmationJason A. Donenfeld
2017-05-31timers: rework handshake reply control flowJason A. Donenfeld
2017-05-31debug: print interface name in dmesgJason A. Donenfeld
2017-05-30timers: fix typo in commentJason A. Donenfeld
2017-05-30handshake: process in parallelJason A. Donenfeld
2017-04-08data: cleanup parallel workqueue and use two max_activeJason A. Donenfeld