summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* compat: support Ubuntu 14.04Jason A. Donenfeld2017-06-281-4/+10
* compat: support EL7.3Jason A. Donenfeld2017-06-281-16/+21
* wg-quick: use printf -v instead of namerefs for bash 4.2Jason A. Donenfeld2017-06-281-3/+2
* compat: do not export symbols unnecessarilyJason A. Donenfeld2017-06-284-34/+0
* global: cleanup IP header checkingJason A. Donenfeld2017-06-267-77/+46
* device: remove icmp conntrack hacksJason A. Donenfeld2017-06-263-35/+37
* compat: clean up cruftJason A. Donenfeld2017-06-261-4/+2
* device: avoid double icmp send on routing loopJason A. Donenfeld2017-06-261-1/+0
* socket: use ip_rt_put instead of dst_releaseJason A. Donenfeld2017-06-261-2/+2
* socket: verify saddr belongs to interfaceJason A. Donenfeld2017-06-262-1/+9
* ratelimiter: rewrite from scratchJason A. Donenfeld2017-06-2611-159/+179
* curve25519: keep certain sandy2x functions in CJason A. Donenfeld2017-06-252-232/+84
* curve25519: satisfy sparse and use short typesJason A. Donenfeld2017-06-241-26/+26
* receive: extend rate limiting to 1 second after under load detectionJason A. Donenfeld2017-06-241-0/+5
* device: only use one sleep notifierJason A. Donenfeld2017-06-242-23/+27
* device: netdevice destruction logic change for 4.12Jason A. Donenfeld2017-06-241-4/+13
* wg-quick: properly match IPv6 endpointJason A. Donenfeld2017-06-241-1/+1
* selftest: remove antique siphash self testJason A. Donenfeld2017-06-241-89/+0
* main: annotate init/exit functions to save memoryJason A. Donenfeld2017-06-2411-39/+39
* version: bump snapshot0.0.20170613Jason A. Donenfeld2017-06-132-2/+2
* tools: use proper __linux__ ifdefJason A. Donenfeld2017-06-121-1/+1
* random: wait for random bytes when generating nonces and ephemeralsJason A. Donenfeld2017-06-124-7/+12
* version: bump snapshot0.0.20170612Jason A. Donenfeld2017-06-122-2/+2
* wg-quick: match ipv6 default route more broadlyJason A. Donenfeld2017-06-121-1/+1
* wg-quick: make sure we have empty table for both v6 and v4Jason A. Donenfeld2017-06-111-1/+3
* config: ensure the RNG is initialized before settingJason A. Donenfeld2017-06-082-0/+48
* noise: fix race when replacing handshakeJason A. Donenfeld2017-06-083-11/+24
* peer: explicitly initialize atomicJason A. Donenfeld2017-06-051-0/+3
* compat: remove padata hotplug codeJason A. Donenfeld2017-06-011-149/+0
* curve25519: use more standard label convention in asmJason A. Donenfeld2017-06-012-24/+24
* device: do-while assignment styleJason A. Donenfeld2017-06-011-1/+1
* receive: trim incoming packets to IP header lengthJason A. Donenfeld2017-06-013-2/+17
* timers: queue up killing ephemerals only if not alreadyJason A. Donenfeld2017-05-311-1/+1
* config: add new line for styleJason A. Donenfeld2017-05-311-0/+1
* version: bump snapshot0.0.20170531Jason A. Donenfeld2017-05-312-2/+2
* timers: reset retry-attempt counter when not retryingJason A. Donenfeld2017-05-314-7/+10
* timers: the completion of a handshake also is on key confirmationJason A. Donenfeld2017-05-312-2/+3
* timers: rework handshake reply control flowJason A. Donenfeld2017-05-311-9/+8
* debug: print interface name in dmesgJason A. Donenfeld2017-05-3111-50/+52
* compat: remove warning for < 4.1Jason A. Donenfeld2017-05-311-2/+0
* config: it's faster to memcpy than strncpyJason A. Donenfeld2017-05-311-2/+1
* routingtable: Remove unnecessary check in node_placement()Sultan Alsawaf2017-05-311-2/+1
* data: enable BH during parallel crypto on ARM/NEONJason A. Donenfeld2017-05-311-0/+12
* curve25519: add NEON versions for ARMJason A. Donenfeld2017-05-313-29/+2160
* curve25519: align the basepoint to 32 bytesJason A. Donenfeld2017-05-311-2/+2
* curve25519: actually, do some things on heap sometimesJason A. Donenfeld2017-05-311-0/+170
* tools: allow creating device with no peersJason A. Donenfeld2017-05-311-4/+0
* config: do not error out when getting if no peersJason A. Donenfeld2017-05-311-0/+1
* device: keep going when share_check failsJason A. Donenfeld2017-05-301-4/+4
* timers: fix typo in commentJason A. Donenfeld2017-05-301-1/+1