aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/hashtables.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
* global: rename struct wireguard_ to struct wg_Jason A. Donenfeld2018-10-081-6/+6
* global: prefix all functions with wg_Jason A. Donenfeld2018-10-021-17/+18
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
* global: run through clang-formatJason A. Donenfeld2018-08-281-7/+18
* peer: ensure destruction doesn't raceJason A. Donenfeld2018-08-031-1/+1
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-1/+4
* global: use _WG prefix for include guardsJason A. Donenfeld2017-10-031-3/+3
* global: satisfy bitshift pedantryJason A. Donenfeld2017-10-031-2/+2
* hashtables: allow up to 2^{20} peers per interfaceJason A. Donenfeld2017-08-081-2/+4
* noise: fix race when replacing handshakeJason A. Donenfeld2017-06-081-1/+1
* hashtables: get_random_int is now more secure, so expose directlyJason A. Donenfeld2017-03-191-1/+0
* compat: backport siphash & dst_cache from mainlineJason A. Donenfeld2017-02-131-1/+1
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
* siphash: update against upstream submissionJason A. Donenfeld2016-12-161-3/+3
* 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
* c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld2016-11-051-1/+1
* Rework headers and includesJason A. Donenfeld2016-09-291-2/+16
* hashtables: use rdrand() instead of counterJason A. Donenfeld2016-08-221-1/+0
* c: specify static array size in function paramsJason A. Donenfeld2016-08-021-1/+1
* index hashtable: run random indices through siphashJason A. Donenfeld2016-07-221-0/+2
* Initial commitJason A. Donenfeld2016-06-251-0/+33