aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/hashtables.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
* global: remove non-essential inline annotationsJason A. Donenfeld2018-09-161-3/+3
* global: run through clang-formatJason A. Donenfeld2018-08-281-36/+69
* peer: ensure destruction doesn't raceJason A. Donenfeld2018-08-031-2/+4
* hashtables: document immediate zeroing semanticsJason A. Donenfeld2018-08-011-0/+6
* peer: simplify rcu reference countsJason A. Donenfeld2018-07-311-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: style nitsJason A. Donenfeld2017-10-311-3/+6
* global: infuriating kernel iterator styleJason A. Donenfeld2017-10-311-4/+4
* global: accept decent check_patch.pl suggestionsJason A. Donenfeld2017-10-311-1/+1
* global: add space around variable declarationsJason A. Donenfeld2017-10-031-0/+2
* hashtables: if we have an index match, don't search further everJason A. Donenfeld2017-08-081-2/+3
* hashtables: allow up to 2^{20} peers per interfaceJason A. Donenfeld2017-08-081-0/+22
* noise: fix race when replacing handshakeJason A. Donenfeld2017-06-081-1/+4
* style: spaces after for loopsJason A. Donenfeld2017-05-301-4/+4
* locking: always use _bhJason A. Donenfeld2017-04-041-19/+19
* hashtables: get_random_int is now more secure, so expose directlyJason A. Donenfeld2017-03-191-3/+1
* compat: backport siphash & dst_cache from mainlineJason A. Donenfeld2017-02-131-7/+4
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
* hashtables: use counter and int to ensure forward progressJason A. Donenfeld2016-12-161-9/+2
* siphash: update against upstream submissionJason A. Donenfeld2016-12-161-6/+6
* hashtables: ensure we get 64-bits of randomnessJason A. Donenfeld2016-12-121-1/+7
* global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld2016-12-111-4/+4
* hashtable: use random number each timeJason A. Donenfeld2016-11-291-2/+2
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
* various: nits from willyJason A. Donenfeld2016-11-151-2/+2
* c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld2016-11-051-2/+2
* Rework headers and includesJason A. Donenfeld2016-09-291-2/+2
* hashtables: use rdrand() instead of counterJason A. Donenfeld2016-08-221-4/+3
* c: specify static array size in function paramsJason A. Donenfeld2016-08-021-2/+2
* index hashtable: run random indices through siphashJason A. Donenfeld2016-07-221-1/+5
* Initial commitJason A. Donenfeld2016-06-251-0/+137