aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/hashtables.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-15qemu: bump default versionJason A. Donenfeld1-1/+1
2018-04-13version: bump snapshot0.0.20180413Jason A. Donenfeld2-2/+2
2018-04-05chacha20poly1305: put magic constant behind macroJason A. Donenfeld2-3/+5
2018-04-05chacha20poly1305: add self tests from wycheproofJason A. Donenfeld1-3/+1026
2018-04-04curve25519: add self tests from wycheproofJason A. Donenfeld1-0/+504
2018-04-04wg-quick.8: fix typoJason A. Donenfeld1-1/+1
2018-03-09curve25519: precomp const correctnessJason A. Donenfeld1-24/+22
2018-03-09curve25519: memzero in batchesJason A. Donenfeld1-140/+124
2018-03-09curve25519: use cmov instead of xor for cswapJason A. Donenfeld1-12/+39
2018-03-09curve25519: use precomp implementation instead of sandy2xJason A. Donenfeld4-3438/+2071
2018-03-09compat: support OpenSUSE 15Jason A. Donenfeld1-3/+6
2018-03-09compat: silence warning on frankenkernelsJason A. Donenfeld1-0/+3
2018-03-07compat: stable kernels are now receiving b87b619Jason A. Donenfeld1-1/+1
2018-03-04wg-quick: hide errors on saveJason A. Donenfeld1-1/+1
2018-03-04version: bump snapshot0.0.20180304Jason A. Donenfeld2-2/+2
2018-03-04contrib: add extract-handshakes kprobe exampleJason A. Donenfeld6-0/+176
2018-03-04wg-quick: if resolvconf/run/iface exists, use itJason A. Donenfeld1-1/+1
2018-03-04wg-quick: if resolvconf/interface-order exists, use itJason A. Donenfeld1-3/+12
2018-03-02noise: align static_identity keysJason A. Donenfeld1-1/+1
2018-03-02compat: use correct -include pathJason A. Donenfeld1-5/+6
2018-03-02noise: fix function prototypeJason A. Donenfeld1-1/+1
2018-03-02global: in gnu code, use un-underscored asmJason A. Donenfeld3-3/+3
2018-03-02messages: MESSAGE_TOTAL is unusedJason A. Donenfeld1-2/+1
2018-03-02crypto: read only after initJason A. Donenfeld4-10/+11
2018-03-02Kconfig: require DST_CACHE explicitlyJason A. Donenfeld1-0/+1
2018-03-02Revert "contrib: keygen-html: rewrite in pure javascript"Jason A. Donenfeld5-187/+129
2018-03-02contrib: keygen-html: rewrite in pure javascriptJason A. Donenfeld5-129/+187
2018-03-02compat: workaround netlink refcount bugJason A. Donenfeld1-1/+1
2018-03-02contrib: embedded-wg-library: add key generation functionsJason A. Donenfeld3-2/+205
2018-02-21allowedips: fix comment styleJason A. Donenfeld1-1/+2
2018-02-21contrib: embedded-wg-library: add ability to add and del interfacesJason A. Donenfeld3-3/+109
2018-02-20queueing: skb_reset: mark as xnetJason A. Donenfeld1-1/+1
2018-02-18version: bump snapshot0.0.20180218Jason A. Donenfeld2-2/+2
2018-02-17tools: fixup errno handlingJason A. Donenfeld2-8/+8
2018-02-17tools: FreeBSD doesn't have EAI_NODATAJason A. Donenfeld1-2/+15
2018-02-17tools: do not collide types with libc clashesJason A. Donenfeld1-4/+10
2018-02-17contrib: add embeddable wireguard libraryJason A. Donenfeld6-0/+1671
2018-02-17wg(8): clarify phrasingJason A. Donenfeld1-3/+3
2018-02-17tools: allow in-line commentsJason A. Donenfeld4-13/+20
2018-02-15external-tests: update go versionJason A. Donenfeld1-2/+2
2018-02-14tools: normalize strncpy/snprintf usageJason A. Donenfeld4-18/+22
2018-02-14blake2s: use union instead of castingJason A. Donenfeld2-19/+17
2018-02-14allowedips: indicate to clang-analyzer that trie is non-nullJason A. Donenfeld1-0/+1
2018-02-12socket: free skb if there isn't an endpointJason A. Donenfeld1-0/+2
2018-02-12qemu: more granular memleak detectionJason A. Donenfeld1-2/+15
2018-02-12netns: replace n0 ip with ip0, per customJason A. Donenfeld1-2/+2
2018-02-08poly1305: fix up selftest counterJason A. Donenfeld1-1/+1
2018-02-07qemu: add support for powerpcJason A. Donenfeld2-2/+21
2018-02-06wg-quick: match from beginning rather than shift rightJason A. Donenfeld1-2/+2
2018-02-05tools: endian.h is not portableJason A. Donenfeld1-4/+9