aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-16noise: update commentsJason A. Donenfeld1-8/+8
2016-12-16types: enforce consistencyJason A. Donenfeld4-24/+26
2016-12-16config: cleanupsJason A. Donenfeld1-33/+19
2016-12-13peer: don't use sockaddr_storage to reduce memory usageJason A. Donenfeld9-30/+37
2016-12-12hashtables: ensure we get 64-bits of randomnessJason A. Donenfeld1-1/+7
2016-12-12messages: remove unused constantsJason A. Donenfeld1-2/+0
2016-12-12siphash: useless riceJason A. Donenfeld1-3/+1
2016-12-11crypto: use kernel's bitops functionsJason A. Donenfeld2-18/+15
2016-12-11blake2s: move self tests to correct directoryJason A. Donenfeld2-554/+555
2016-12-11global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld23-419/+419
2016-12-11receive: simplify ip header checking logicJason A. Donenfeld1-15/+2
2016-12-11device: ensure icmp skb length check is done for v6Jason A. Donenfeld1-6/+2
2016-12-11device: allocate tstats in newlinkJason A. Donenfeld1-27/+20
2016-12-11device: clean up xmit error pathJason A. Donenfeld3-14/+18
2016-12-11main: consistent linesJason A. Donenfeld1-6/+1
2016-12-11device: simplify device_init, since it only returns -EEXISTJason A. Donenfeld1-6/+1
2016-12-11device: dellink is already implictly unregister_netdevice_queueJason A. Donenfeld1-10/+1
2016-12-11device: disable ipv6 auto address generationJason A. Donenfeld1-2/+8
2016-12-11device: rc -> retJason A. Donenfeld1-3/+3
2016-12-09version: bump snapshot0.0.20161209Jason A. Donenfeld2-2/+2
2016-12-09cookie: kill redundant forward declarationJason A. Donenfeld1-2/+0
2016-12-09compat: build dep errors belong here, since it's out of tree specificJason A. Donenfeld2-8/+10
2016-12-09socket: clear src address when retrying handshakeJason A. Donenfeld3-0/+15
2016-12-09contrib: add wg-configJason A. Donenfeld4-0/+383
2016-12-09device: traditional if is cleaner than switch for this smallJason A. Donenfeld1-3/+1
2016-12-09device: make suspend code conditional on CONFIG_PM_SLEEPJason A. Donenfeld2-0/+10
2016-12-09main: cleaner error teardownJason A. Donenfeld1-12/+12
2016-12-09device: cleaner error teardownJason A. Donenfeld1-43/+33
2016-12-09timers: add random jitter to handshake retryJason A. Donenfeld2-1/+2
2016-12-09device: clear all peer ephemeral keys on sleepJason A. Donenfeld2-2/+35
2016-12-09data: reset tc when resetting skbJason A. Donenfeld1-0/+6
2016-12-09qemu: bump kernel versionJason A. Donenfeld1-3/+3
2016-12-09build system: add dkms installationJason A. Donenfeld2-2/+32
2016-12-04tests: directly kill nmapJason A. Donenfeld1-7/+12
2016-12-04tests: make sure ncat gets killedJason A. Donenfeld3-11/+11
2016-11-29hashtable: use random number each timeJason A. Donenfeld1-2/+2
2016-11-29version: bump snapshotexperimental-0.0.20161129Jason A. Donenfeld1-1/+1
2016-11-29send: send packet initiation only after requeuing to prevent raceJason A. Donenfeld1-6/+11
2016-11-29tests: be sure we get all messagesJason A. Donenfeld1-1/+6
2016-11-29siphash: add types to headerJason A. Donenfeld1-0/+2
2016-11-29noise: update to new notationJason A. Donenfeld1-2/+2
2016-11-29tools: warn about clock going backwardJason A. Donenfeld1-16/+20
2016-11-29main: unify the adjective trifectaJason A. Donenfeld1-1/+1
2016-11-29ratelimiter: load hashlimit at modinsert timeJason A. Donenfeld5-48/+74
2016-11-22device: conntrack is optionalJason A. Donenfeld2-5/+12
2016-11-21tests: veth does not come up immediatelyJason A. Donenfeld1-0/+7
2016-11-21headers: cleanup noticesJason A. Donenfeld65-56/+80
2016-11-21main: add version to dmesgJason A. Donenfeld4-5/+14
2016-11-16chacha20poly1305: sse/ymm should be implicitexperimental-0.0.20161116.1Jason A. Donenfeld1-1/+1
2016-11-16chacha20poly1305: rely on avx and avx2experimental-0.0.20161116Jason A. Donenfeld1-1/+1