summaryrefslogtreecommitdiffhomepage
path: root/src/queueing.c
AgeCommit message (Expand)Author
2021-02-18queueing: get rid of per-peer ring buffersJason A. Donenfeld
2020-04-22queueing: cleanup ptr_ring in error path of packet_queue_initJason A. Donenfeld
2019-02-03queueing: more reasonable allocator function conventionJason A. Donenfeld
2019-01-07global: update copyrightJason A. Donenfeld
2018-10-09global: give if statements brackets and other cleanupsJason A. Donenfeld
2018-10-08global: more nitsJason 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-07-08receive: use NAPI on the receive pathJonathan Neuschäfer
2018-06-16queueing: remove useless spinlocks on scJason A. Donenfeld
2018-01-03global: year bumpJason A. Donenfeld
2017-12-09global: add SPDX tags to all filesGreg Kroah-Hartman
2017-10-31global: infuriating kernel iterator styleJason A. Donenfeld
2017-10-05queueing: move from ctx to cbJason 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-09-25queueing: more standard init/uninit namesJason A. Donenfeld
2017-09-18queue: entirely rework parallel systemJason A. Donenfeld