aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-25peerlookup: rename from hashtablesJason A. Donenfeld7-9/+9
2019-03-23tools: avoid unneccessary next_peer assignments in sort_peers()Luis Ressel1-2/+1
2019-03-23wg-quick: add 'strip' subcommandLuis Ressel5-5/+50
2019-03-23tools: warn if an AllowedIP has a nonzero host partLuis Ressel1-0/+34
2019-03-18wg-quick: freebsd: export TMPDIR when restoring and don't make emptyJason A. Donenfeld1-1/+2
2019-03-17global: the _bh variety of rcu helpers have been unifiedJason A. Donenfeld7-12/+57
2019-03-14compat: nf_nat_core.h was removed upstreamBruno Wolff III1-0/+2
2019-02-28tools: add support for HaikuAlexander von Gluck IV1-0/+3
2019-02-28tools: genkey: account for short reads of /dev/urandomJason A. Donenfeld2-18/+35
2019-02-28wg-quick: freebsd: rebreak interface loopback, while fixing localhostJason A. Donenfeld1-1/+1
2019-02-27version: bump snapshot0.0.20190227Jason A. Donenfeld2-2/+2
2019-02-27queueing: net-next has changed signature of skb_probe_transport_headerJason A. Donenfeld2-1/+7
2019-02-26allowedips: maintain per-peer list of allowedipsJason A. Donenfeld6-160/+129
2019-02-25peer: only synchronize_rcu_bh and traverse trie once when removing all peersJason A. Donenfeld2-20/+42
2019-02-25netlink: don't remove allowed ips for new peersJason A. Donenfeld1-0/+3
2019-02-17Makefile: make the depmod path configurableLuis Ressel1-1/+2
2019-02-17Makefile: don't duplicate code in install and modules-installLuis Ressel1-5/+5
2019-02-17compat: backport ALIGN_DOWNJason A. Donenfeld1-0/+7
2019-02-17compat: ipv6_stub is sometimes nullJason A. Donenfeld1-1/+1
2019-02-08tools: c_acc doesn't need to be initializedJason A. Donenfeld1-1/+1
2019-02-05tools: fight compiler slightly harderJason A. Donenfeld2-2/+2
2019-02-04chacha20: name enumsJason A. Donenfeld1-2/+2
2019-02-03noise: store clamped key instead of raw keyJason A. Donenfeld9-18/+18
2019-02-03chacha20poly1305: permit unaligned strides on certain platformsJason A. Donenfeld1-18/+14
2019-02-03hashtables: decouple hashtable allocations from the main device allocationSultan Alsawaf9-25/+49
2019-02-03queueing: more reasonable allocator function conventionJason A. Donenfeld3-4/+4
2019-02-03noise: whiten the nanoseconds portion of the timestampJason A. Donenfeld1-0/+9
2019-01-31highlighter: when subtracting char, cast to unsignedJason A. Donenfeld1-2/+2
2019-01-30systemd: wg-quick should depend on nss-lookup.targetJason A. Donenfeld1-2/+2
2019-01-24tools: remove unused check phony declarationJason A. Donenfeld1-1/+1
2019-01-24wg-quick: freebsd: allow loopback to workJason A. Donenfeld1-1/+1
2019-01-23version: bump snapshot0.0.20190123Jason A. Donenfeld2-2/+2
2019-01-23netlink: use __kernel_timespec for handshake timeJason A. Donenfeld10-13/+45
2019-01-23contrib: introduce simple highlighter libraryJason A. Donenfeld8-0/+904
2019-01-23global: normalize -> clampJason A. Donenfeld9-26/+19
2019-01-23keygen-html: bring back pure javascript implementationJason A. Donenfeld6-139/+186
2019-01-23qemu: enable FP on MIPSJason A. Donenfeld4-0/+4
2019-01-23qemu: version bump to bash 5.0Jason A. Donenfeld1-1/+1
2019-01-23Kconfig: IPsec isn't IPSecJason A. Donenfeld2-2/+2
2019-01-23ratelimiter: totalram_pages is now a functionJason A. Donenfeld2-2/+6
2019-01-23noise: replace getnstimeofday64 with ktime_get_real_ts64Jason A. Donenfeld2-2/+2
2019-01-23ratelimiter: build tests with !IPV6Jason A. Donenfeld1-5/+2
2019-01-23qemu: version bump kernelJason A. Donenfeld1-1/+1
2019-01-07global: update copyrightJason A. Donenfeld135-136/+136
2018-12-30netlink: auth socket changes against namespace of socketJason A. Donenfeld1-0/+7
2018-12-20tools: curve25519: handle unaligned loads/stores safelyJason A. Donenfeld2-5/+19
2018-12-18version: bump snapshot0.0.20181218Jason A. Donenfeld2-2/+2
2018-12-18makefile: use immediate expansion and use correct template patternsJason A. Donenfeld4-7/+9
2018-12-18netns: nmap != ncatJason A. Donenfeld1-4/+4
2018-12-18wg-quick: bring interface up while setting MTUAaron Jones1-9/+4