aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-15perlasm: cleanup whitespaceJason A. Donenfeld1-5/+5
2018-11-15poly1305: adjust to kernelSamuel Neves1-220/+291
2018-11-14chacha20: cleaner function declarationsSamuel Neves1-23/+23
2018-11-14chacha20: normalize namesSamuel Neves1-71/+71
2018-11-14chacha20: fixup win64 stack offsetsSamuel Neves1-129/+129
2018-11-14chacha20: simplify stack unwinding on ChaCha20_ctr32Samuel Neves1-10/+8
2018-11-14chacha20: use DRAP idiomSamuel Neves1-236/+235
2018-11-14chacha20: add hchacha_ssse3Samuel Neves1-0/+39
2018-11-14chacha20: begin adapting to kernel settingSamuel Neves2-68/+116
2018-11-14chacha20,poly1305: switch to perlasm originals on x86_64Samuel Neves5-5424/+9596
2018-11-14chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on armJason A. Donenfeld4-8/+11
2018-11-14chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld15-6107/+5573
2018-11-13global: various formatting tweeksJason A. Donenfeld10-47/+44
2018-11-11wg-quick: android: do not choke on empty allowed-ipsJason A. Donenfeld1-1/+4
2018-11-06keygen-html: add missing glue macroJason A. Donenfeld1-0/+1
2018-11-05compat: csum_levels is new in 3.18 but backported to RHELJason A. Donenfeld2-0/+3
2018-10-27qemu: bump default kernelJason A. Donenfeld1-1/+1
2018-10-27send: calculate inner checksums for all protocolsAndrejs Hanins1-5/+4
2018-10-27receive: assume all levels have been checksumed, not just outerJason A. Donenfeld1-0/+7
2018-10-27device: do not clear keys on sleep for PM_AUTOSLEEPJason A. Donenfeld1-4/+11
2018-10-27curve25519-x86_64: this was relicensed to BSD-3-Clause upstreamJason A. Donenfeld1-1/+1
2018-10-27timers: it is always reasonable to remove a timerJason A. Donenfeld3-17/+6
2018-10-27ratelimiter: make hash calls explicitJason A. Donenfeld1-11/+14
2018-10-27makefile: include selftests in style checkJason A. Donenfeld1-1/+1
2018-10-27timers: do not use wg_peer_get_maybe_zeroJason A. Donenfeld1-35/+13
2018-10-27allowedips: fix sparse warnings in optional selftestsJason A. Donenfeld1-12/+14
2018-10-27poly1305-donna64: mark large constants as ULLJason A. Donenfeld1-24/+24
2018-10-27send: consider dropped stage packets to be droppedJason A. Donenfeld5-4/+15
2018-10-25allowedips: fix up macros and annotationsJason A. Donenfeld1-63/+70
2018-10-25ratelimiter: refcounter doesn't need to be atomicJason A. Donenfeld1-4/+4
2018-10-25global: do not allow compiler to reorder is_valid or is_deadJason A. Donenfeld4-14/+17
2018-10-25peer: another peer_remove cleanupJason A. Donenfeld2-12/+42
2018-10-19wg.8: AllowedIPs isn't actually requiredJason A. Donenfeld1-1/+1
2018-10-19wg.8: specify that wg(8) shows runtime info tooJason A. Donenfeld1-1/+1
2018-10-18version: bump snapshot0.0.20181018Jason A. Donenfeld2-2/+2
2018-10-13tools: wg-quick: wait for interface to disappear on freebsdJason A. Donenfeld1-0/+9
2018-10-13tools: don't fail if a netlink interface dump is inconsistentJason A. Donenfeld2-4/+18
2018-10-10main: get rid of unloaded debug messageJason A. Donenfeld1-1/+0
2018-10-09tools: compile on gnu99Jason A. Donenfeld1-1/+1
2018-10-09tools: use libc's endianness macro if no compiler macroJason A. Donenfeld1-0/+10
2018-10-09global: give if statements brackets and other cleanupsJason A. Donenfeld10-27/+40
2018-10-08main: change module descriptionJason A. Donenfeld1-1/+1
2018-10-08device: use textual error labels alwaysJason A. Donenfeld1-22/+23
2018-10-08allowedips: swap endianness early onArnd Bergmann1-6/+9
2018-10-08timers: avoid using control statements in macroJason A. Donenfeld1-8/+23
2018-10-08allowedips: remove control statement from macro by rewritingJason A. Donenfeld1-68/+119
2018-10-08global: more nitsJason A. Donenfeld17-83/+91
2018-10-08global: rename struct wireguard_ to struct wg_Jason A. Donenfeld23-236/+225
2018-10-08netlink: do not stuff index into nla typeJason A. Donenfeld4-34/+25
2018-10-08qemu: kill after 20 minutesJason A. Donenfeld1-1/+1