aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/queueing.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
* global: give if statements brackets and other cleanupsJason A. Donenfeld2018-10-091-1/+2
* global: more nitsJason A. Donenfeld2018-10-081-1/+1
* global: prefix all functions with wg_Jason A. Donenfeld2018-10-021-5/+5
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
* global: run through clang-formatJason A. Donenfeld2018-08-281-5/+9
* receive: use NAPI on the receive pathJonathan Neuschäfer2018-07-081-6/+8
* queueing: remove useless spinlocks on scJason A. Donenfeld2018-06-161-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: infuriating kernel iterator styleJason A. Donenfeld2017-10-311-1/+1
* queueing: move from ctx to cbJason A. Donenfeld2017-10-051-16/+0
* queueing: use ptr_ring instead of linked listsJason A. Donenfeld2017-10-051-4/+15
* global: add space around variable declarationsJason A. Donenfeld2017-10-031-0/+2
* queueing: more standard init/uninit namesJason A. Donenfeld2017-09-251-2/+2
* queue: entirely rework parallel systemJason A. Donenfeld2017-09-181-0/+46