aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/peer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* allowedips: maintain per-peer list of allowedipsJason A. Donenfeld2019-02-261-0/+1
* 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-1/+1
* global: rename struct wireguard_ to struct wg_Jason A. Donenfeld2018-10-081-16/+11
* global: prefix all functions with wg_Jason A. Donenfeld2018-10-021-10/+10
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
* global: run through clang-formatJason A. Donenfeld2018-08-281-6/+15
* send: switch handshake stamp to an atomicJason A. Donenfeld2018-08-041-1/+1
* peer: ensure destruction doesn't raceJason A. Donenfeld2018-08-031-0/+1
* queueing: keep reference to peer after setting atomic state bitJason A. Donenfeld2018-08-011-1/+2
* peer: simplify rcu reference countsJason A. Donenfeld2018-07-311-3/+5
* receive: use NAPI on the receive pathJonathan Neuschäfer2018-07-081-0/+1
* global: use fast boottime instead of normal boottimeJason A. Donenfeld2018-06-231-1/+1
* global: use ktime boottime instead of jiffiesJason A. Donenfeld2018-06-231-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
* peer: store total number of peers instead of iteratingJason A. Donenfeld2017-10-311-2/+0
* peer: get rid of peer_for_each magicJason A. Donenfeld2017-10-311-30/+0
* global: accept decent check_patch.pl suggestionsJason A. Donenfeld2017-10-311-1/+3
* global: use _WG prefix for include guardsJason A. Donenfeld2017-10-031-3/+3
* peer: rearrange structsJason A. Donenfeld2017-09-191-4/+4
* queue: entirely rework parallel systemJason A. Donenfeld2017-09-181-9/+6
* socket: improve reply-to-src algorithmJason A. Donenfeld2017-08-231-1/+4
* timers: rename confusingly named functions and variablesJason A. Donenfeld2017-08-041-1/+1
* peer: use iterator macro instead of callbackJason A. Donenfeld2017-05-301-3/+28
* noise: redesign preshared key modeJason A. Donenfeld2017-05-171-1/+1
* compat: backport siphash & dst_cache from mainlineJason A. Donenfeld2017-02-131-2/+0
* timers: use simpler uninit sync techniqueJason A. Donenfeld2017-02-071-0/+1
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
* peer: don't use sockaddr_storage to reduce memory usageJason A. Donenfeld2016-12-131-1/+1
* global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld2016-12-111-3/+3
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
* socket: keep track of src address in sending packetsJason A. Donenfeld2016-11-151-1/+13
* data: we care about per-peer, not per-device, inflight encryptionsJason A. Donenfeld2016-11-061-0/+3
* c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld2016-11-051-1/+1
* compat: stub out dst_cache for old kernelsJason A. Donenfeld2016-11-041-0/+2
* socket: use dst_cache instead of handrolled cacheJason A. Donenfeld2016-11-041-5/+2
* timers: take reference like a lookup tableJason A. Donenfeld2016-11-031-0/+2
* timers: only have initiator rekeyJason A. Donenfeld2016-10-191-1/+2
* timers: always delay handshakes for responderJason A. Donenfeld2016-10-191-1/+1
* send: requeue jobs for later if padata is fullJason A. Donenfeld2016-10-051-0/+1
* Rework headers and includesJason A. Donenfeld2016-09-291-1/+3
* c: specify static array size in function paramsJason A. Donenfeld2016-08-021-1/+1
* persistent keepalive: use unsigned long to avoid multiplication in hotpathJason A. Donenfeld2016-07-101-1/+1
* persistent keepalive: add kernel mechanismJason A. Donenfeld2016-07-081-1/+2
* Initial commitJason A. Donenfeld2016-06-251-0/+55