aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-21mpmc_ptr_ring: add {,un}likely() annotationsThomas Gschwantner1-3/+3
2018-06-20mpmc_ptr_ring: use atomic_try_cmpxchg()Thomas Gschwantner3-12/+37
2018-06-17mpmc_ptr_ring: Fix a wordJonathan Neuschäfer1-1/+1
2018-06-14selftest/mpmc_ring: Add more __init/__initdata annotationsJonathan Neuschäfer1-3/+3
2018-06-12selftest/mpmc_ring: Remove const qualifier from mpmc_ptr_ring_produce argumentJonathan Neuschäfer1-1/+1
2018-06-12mpmc_ptr_ring: Include all necessary headersJonathan Neuschäfer1-0/+11
2018-06-12mpmc_ptr_ring: Fix some style detailsJonathan Neuschäfer2-1/+2
2018-06-11mpmc_ptr_ring: add selftestThomas Gschwantner4-1/+125
2018-06-10mpmc_ptr_ring: calculate mask once and store itThomas Gschwantner1-3/+5
2018-06-10mpmc_ptr_ring: use unsigned int instead of size_tThomas Gschwantner1-10/+10
2018-06-10mpmc_ptr_ring: add include guardThomas Gschwantner1-0/+6
2018-06-08mpmc_ptr_ring: Switch to smp_[rw]mb()Jonathan Neuschäfer1-8/+8
2018-06-04messages: Ensure that there are more queue slots than CPUsJonathan Neuschäfer2-1/+9
2018-06-04mpmc_ptr_ring: Place producer_head and producer_tail in the same cachelineJonathan Neuschäfer1-5/+3
2018-06-04mpmc_ptr_ring: Use atomic_t instead of atomic_long_tJonathan Neuschäfer1-20/+20
2018-06-04mpmc_ptr_ring: Eliminate false sharing in struct mpmc_ptr_ringJonathan Neuschäfer1-3/+3
2018-06-04mpmc_ptr_ring: Reduce the memory barrier usageJonathan Neuschäfer1-26/+22
2018-06-04mpmc_ptr_ring: Fix the remaining crashJonathan Neuschäfer1-2/+2
2018-06-04[WIP] Implement a lock-free MPMC ring bufferJonathan Neuschäfer6-17/+225
2018-06-04wg-quick: android: change name of intentJason A. Donenfeld1-1/+1
2018-06-02chacha20: add missing include to headerJason A. Donenfeld1-0/+1
2018-05-31wg-quick: android: delay setting users until endJason A. Donenfeld1-1/+6
2018-05-31version: bump snapshot0.0.20180531Jason A. Donenfeld2-2/+2
2018-05-31qemu: bump default versionJason A. Donenfeld1-1/+1
2018-05-31tools: constanter time encodingJason A. Donenfeld2-22/+28
2018-05-31device: do not assume dst is always validJason A. Donenfeld1-1/+1
2018-05-31poly1305: mips: compute S on flyRené van Dorst1-31/+22
2018-05-31chacha20poly1305: test for authtag failureJason A. Donenfeld1-3/+21
2018-05-31chacha20poly1305: test scattergather functions tooJason A. Donenfeld1-2/+44
2018-05-31crypto: consistent constificationJason A. Donenfeld6-23/+23
2018-05-31wg-quick: darwin: set DNS servers after delay on route changeJason A. Donenfeld1-2/+6
2018-05-31chacha20poly1305: combine stack variables into unionJason A. Donenfeld2-62/+64
2018-05-31chacha20poly1305: split up into separate filesJason A. Donenfeld10-627/+740
2018-05-29curve25519: x86_64: make symbol staticJason A. Donenfeld1-2/+2
2018-05-29curve25519: x86_64: satisfy sparseJason A. Donenfeld1-260/+260
2018-05-27wg-quick: freebsd: configure as p2p linkJason A. Donenfeld1-3/+5
2018-05-27wg-quick: darwin: add multiple IP addressesJason A. Donenfeld1-2/+2
2018-05-27wg-quick: determine IPs when saving interfaceJason A. Donenfeld3-12/+14
2018-05-24compat: don't clash with get_random_u32 backportsJason A. Donenfeld1-3/+2
2018-05-24version: bump snapshot0.0.20180524Jason A. Donenfeld2-2/+2
2018-05-24wg-quick: freebsd: work around security vulnerabilities in bashJason A. Donenfeld1-7/+29
2018-05-23wg-quick: allow enumeration of socket filesJason A. Donenfeld2-2/+2
2018-05-23wg-quick: better bash completion for non-renaming OSesJason A. Donenfeld1-5/+14
2018-05-23wg-quick: support FreeBSD/Darwin search pathJason A. Donenfeld4-16/+39
2018-05-23tools: always pass -v as first argument to installJason A. Donenfeld1-7/+7