summaryrefslogtreecommitdiffhomepage
path: root/src/peer.c
AgeCommit message (Expand)Author
2018-08-04send: switch handshake stamp to an atomicJason A. Donenfeld
2018-08-03peer: ensure destruction doesn't raceJason A. Donenfeld
2018-08-01peer: ensure resources are freed when creation failsJason A. Donenfeld
2018-07-31peer: simplify rcu reference countsJason A. Donenfeld
2018-07-18recieve: disable NAPI busy pollingThomas Gschwantner
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-29device: clear last handshake timer on ifdownJason A. Donenfeld
2017-11-10allowedips: rename from routingtableJason A. Donenfeld
2017-11-02global: revert checkpatch.pl changesJason A. Donenfeld
2017-10-31global: style nitsJason A. Donenfeld
2017-10-31global: infuriating kernel iterator styleJason A. Donenfeld
2017-10-31peer: store total number of peers instead of iteratingJason A. Donenfeld
2017-10-31global: accept decent check_patch.pl suggestionsJason A. Donenfeld
2017-10-09routingtable: only use device's mutex, not a special rt oneJason A. Donenfeld
2017-10-05queueing: use ptr_ring instead of linked listsJason A. Donenfeld
2017-10-03global: add space around variable declarationsJason A. Donenfeld
2017-10-02noise: use spinlock for rotating keysJason A. Donenfeld
2017-10-02peer: remove from RCU lists when the kref is zeroJason A. Donenfeld
2017-10-02peer: ensure that lookup tables are added lastJason A. Donenfeld
2017-10-02netlink: switch from ioctl to netlink for configurationJason A. Donenfeld
2017-09-24timers: convert to use netif_runningJason A. Donenfeld
2017-09-18queue: entirely rework parallel systemJason A. Donenfeld
2017-07-20global: use pointer to net_deviceJason A. Donenfeld
2017-06-05peer: explicitly initialize atomicJason A. Donenfeld
2017-05-31debug: print interface name in dmesgJason A. Donenfeld
2017-05-30style: spaces after for loopsJason A. Donenfeld
2017-05-30peer: use iterator macro instead of callbackJason A. Donenfeld
2017-05-30noise: precompute static-static ECDH operationJason A. Donenfeld
2017-05-30handshake: process in parallelJason A. Donenfeld
2017-05-17noise: redesign preshared key modeJason A. Donenfeld
2017-04-08data: cleanup parallel workqueue and use two max_activeJason A. Donenfeld
2017-04-04locking: always use _bhJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-23cookies: use xchacha20poly1305 instead of chacha20poly1305Jason A. Donenfeld
2016-12-13peer: don't use sockaddr_storage to reduce memory usageJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-15socket: keep track of src address in sending packetsJason A. Donenfeld
2016-11-05c89: the static keyword is okay in c99, but not in c89Jason 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-11-02kref: elide checksJason A. Donenfeld
2016-11-01peer: kref is most likely to succeedJason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-08-02c: specify static array size in function paramsJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld