aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* wg: curve25519: handle unaligned loads/stores safelyJason A. Donenfeld2018-12-202-5/+19
* makefile: use immediate expansion and use correct template patternsJason A. Donenfeld2018-12-182-0/+2
* wg-quick: bring interface up while setting MTUAaron Jones2018-12-181-9/+4
* embeddable-wg-library: do not warn on unrecognized netlink attributesJason A. Donenfeld2018-12-071-15/+1
* global: various formatting tweeksJason A. Donenfeld2018-11-131-25/+25
* wg-quick: android: do not choke on empty allowed-ipsJason A. Donenfeld2018-11-111-1/+4
* keygen-html: add missing glue macroJason A. Donenfeld2018-11-061-0/+1
* wg.8: AllowedIPs isn't actually requiredJason A. Donenfeld2018-10-191-1/+1
* wg.8: specify that wg(8) shows runtime info tooJason A. Donenfeld2018-10-191-1/+1
* wg-quick: wait for interface to disappear on freebsdJason A. Donenfeld2018-10-131-0/+9
* wg: don't fail if a netlink interface dump is inconsistentJason A. Donenfeld2018-10-132-4/+18
* wg: compile on gnu99Jason A. Donenfeld2018-10-091-1/+1
* wg: use libc's endianness macro if no compiler macroJason A. Donenfeld2018-10-091-0/+10
* global: rename struct wireguard_ to struct wg_Jason A. Donenfeld2018-10-081-5/+5
* netlink: do not stuff index into nla typeJason A. Donenfeld2018-10-082-10/+8
* crypto: clean up remaining .h->.cJason A. Donenfeld2018-10-072-3/+3
* wg-quick.8: add policy routing exampleJason A. Donenfeld2018-10-051-0/+26
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-253-9/+9
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-2032-64/+64
* global: prefer sizeof(*pointer) when possibleJason A. Donenfeld2018-09-043-13/+13
* crypto: import zincJason A. Donenfeld2018-09-032-3/+3
* wg: ipc: do not warn on unrecognized netlink attributesJason A. Donenfeld2018-09-021-17/+0
* crypto: use unaligned helpersJason A. Donenfeld2018-08-281-0/+3
* wg-quick: check correct variable for route deduplicationJason A. Donenfeld2018-08-211-1/+1
* wg-quick: darwin: prefer system paths for toolsJason A. Donenfeld2018-08-121-1/+1
* wg-quick: android: remove compat codeJason A. Donenfeld2018-07-241-10/+0
* wg-quick: android: allow package to be overriddenJason A. Donenfeld2018-07-241-4/+9
* embeddable-wg-library: do not left shift negative numbersJason A. Donenfeld2018-07-241-7/+2
* wg-quick: allow link local default gatewayJason A. Donenfeld2018-07-163-3/+0
* wg: only error on wg show if all interfaces failJason A. Donenfeld2018-07-081-1/+4
* wg-quick: android: support excluding applicationsJason A. Donenfeld2018-07-051-9/+102
* wg-quick: android: prevent outgoing handshake packets from being droppedJason A. Donenfeld2018-06-251-0/+4
* wg: fix misspelling of strchrnul in commentJonathan Neuschäfer2018-06-221-1/+1
* manpages: eliminate whitespace at the end of the lineJonathan Neuschäfer2018-06-222-26/+26
* wg-quick: android: don't forget to free compiled regexesJason A. Donenfeld2018-06-171-5/+6
* wg-quick: android: disable roaming to v6 networks when v4 is specifiedJason A. Donenfeld2018-06-171-1/+54
* dns-hatchet: apply resolv.conf's selinux context to new resolv.confJason A. Donenfeld2018-06-171-0/+2
* wg: getentropy requires 10.12Jason A. Donenfeld2018-06-141-1/+7
* wg: support getentropy(3)Jason A. Donenfeld2018-06-081-0/+11
* wg: encoding: add missing static array constraintsJason A. Donenfeld2018-06-063-5/+5
* wg-quick: android: change name of intentJason A. Donenfeld2018-06-041-1/+1
* wg-quick: android: delay setting users until endJason A. Donenfeld2018-05-311-1/+6
* wg: constanter time encodingJason A. Donenfeld2018-05-312-22/+28
* wg-quick: darwin: set DNS servers after delay on route changeJason A. Donenfeld2018-05-311-2/+6
* wg-quick: freebsd: configure as p2p linkJason A. Donenfeld2018-05-271-3/+5
* wg-quick: darwin: add multiple IP addressesJason A. Donenfeld2018-05-271-2/+2
* wg-quick: determine IPs when saving interfaceJason A. Donenfeld2018-05-273-12/+14
* wg-quick: freebsd: work around security vulnerabilities in bashJason A. Donenfeld2018-05-241-7/+29
* wg-quick: allow enumeration of socket filesJason A. Donenfeld2018-05-232-2/+2
* wg-quick: better bash completion for non-renaming OSesJason A. Donenfeld2018-05-231-5/+14