summaryrefslogtreecommitdiffhomepage
path: root/src/timers.c
AgeCommit message (Expand)Author
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
2017-03-14timers: elide enable checkJason A. Donenfeld
2017-02-07timers: use simpler uninit sync techniqueJason A. Donenfeld
2017-01-23timers: use setup_timer macro helperJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-13peer: don't use sockaddr_storage to reduce memory usageJason A. Donenfeld
2016-12-09socket: clear src address when retrying handshakeJason A. Donenfeld
2016-12-09timers: add random jitter to handshake retryJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-15socket: keep track of src address in sending packetsJason A. Donenfeld
2016-11-07send: simplify handshake initiation queueing and introduce lockJason A. Donenfeld
2016-11-03timers: take reference like a lookup tableJason A. Donenfeld
2016-10-19timers: only have initiator rekeyJason A. Donenfeld
2016-10-19timers: always delay handshakes for responderJason A. Donenfeld
2016-10-19timers: move constants to headerJason A. Donenfeld
2016-10-19timers: kill half-open handshakes after a whileJason A. Donenfeld
2016-10-19timers: avoid thundering herd for simultaneous initiationJason A. Donenfeld
2016-10-19debug: keep alive -> keepaliveJason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-08-02timers: use more clear pow macroJason A. Donenfeld
2016-07-23timers: upstream removed the slack conceptJason A. Donenfeld