summaryrefslogtreecommitdiffhomepage
path: root/src/peer.h
AgeCommit message (Expand)Author
2021-06-04peer: allocate in kmem_cacheJason A. Donenfeld
2021-02-18queueing: get rid of per-peer ring buffersJason A. Donenfeld
2021-02-08peer: put frequently used members above cache linesJason A. Donenfeld
2019-02-26allowedips: maintain per-peer list of allowedipsJason 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-08global: rename struct wireguard_ to struct 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-08-28global: run through clang-formatJason A. Donenfeld
2018-08-04send: switch handshake stamp to an atomicJason A. Donenfeld
2018-08-03peer: ensure destruction doesn't raceJason A. Donenfeld
2018-08-01queueing: keep reference to peer after setting atomic state bitJason A. Donenfeld
2018-07-31peer: simplify rcu reference countsJason A. Donenfeld
2018-07-08receive: use NAPI on the receive pathJonathan Neuschäfer
2018-06-23global: use fast boottime instead of normal boottimeJason A. Donenfeld
2018-06-23global: use ktime boottime instead of jiffiesJason 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-10-31peer: store total number of peers instead of iteratingJason A. Donenfeld
2017-10-31peer: get rid of peer_for_each magicJason A. Donenfeld
2017-10-31global: accept decent check_patch.pl suggestionsJason A. Donenfeld
2017-10-03global: use _WG prefix for include guardsJason A. Donenfeld
2017-09-19peer: rearrange structsJason A. Donenfeld
2017-09-18queue: entirely rework parallel systemJason A. Donenfeld
2017-08-23socket: improve reply-to-src algorithmJason A. Donenfeld
2017-08-04timers: rename confusingly named functions and variablesJason A. Donenfeld
2017-05-30peer: use iterator macro instead of callbackJason A. Donenfeld
2017-05-17noise: redesign preshared key modeJason A. Donenfeld
2017-02-13compat: backport siphash & dst_cache from mainlineJason A. Donenfeld
2017-02-07timers: use simpler uninit sync techniqueJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-13peer: don't use sockaddr_storage to reduce memory usageJason A. Donenfeld
2016-12-11global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-15socket: keep track of src address in sending packetsJason A. Donenfeld
2016-11-06data: we care about per-peer, not per-device, inflight encryptionsJason A. Donenfeld
2016-11-05c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld
2016-11-04compat: stub out dst_cache for old kernelsJason A. Donenfeld
2016-11-04socket: use dst_cache instead of handrolled cacheJason 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-05send: requeue jobs for later if padata is fullJason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-08-02c: specify static array size in function paramsJason A. Donenfeld
2016-07-10persistent keepalive: use unsigned long to avoid multiplication in hotpathJason A. Donenfeld
2016-07-08persistent keepalive: add kernel mechanismJason A. Donenfeld