aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-23data: reset all packet fields like tun.cJason A. Donenfeld1-2/+2
2016-10-22device: better debug message for unroutable packetsJason A. Donenfeld1-1/+5
2016-10-22compat: support PaX constify pluginJason A. Donenfeld1-0/+7
2016-10-22uapi.h: public_key field is a getterJörg Thalheim1-1/+1
2016-10-19receive: always send confirmation, even if queue is emptyJason A. Donenfeld1-1/+5
2016-10-19timers: only have initiator rekeyJason A. Donenfeld6-66/+44
2016-10-19timers: always delay handshakes for responderJason A. Donenfeld5-8/+50
2016-10-19timers: move constants to headerJason A. Donenfeld2-12/+9
2016-10-19timers: kill half-open handshakes after a whileJason A. Donenfeld1-0/+4
2016-10-19timers: avoid thundering herd for simultaneous initiationJason A. Donenfeld1-1/+1
2016-10-19debug: keep alive -> keepaliveJason A. Donenfeld3-3/+2
2016-10-19noise: comment/document the key swappingJason A. Donenfeld1-1/+19
2016-10-14send: ensure that rekey retries are staggeredexperimental-0.0.20161014Jason A. Donenfeld1-1/+1
2016-10-14device: show debug message when no peer has allowed-ips for packetJason A. Donenfeld1-0/+1
2016-10-05send: requeue jobs for later if padata is fullJason A. Donenfeld2-2/+14
2016-10-04compat: akpm merged this to 4.9Jason A. Donenfeld1-1/+2
2016-10-02send: only avoid parallel path when there aren't inflight jobsJason A. Donenfeld2-1/+14
2016-09-29remote-run: reflect recent makefile changesexperimental-0.0.20161001Jason A. Donenfeld1-1/+1
2016-09-29git: organize ignore filesJason A. Donenfeld5-2/+10
2016-09-29compat: Isolate more functionsJason A. Donenfeld2-59/+97
2016-09-29Rework headers and includesJason A. Donenfeld33-180/+190
2016-09-29poly1305: optimize unaligned accessRené van Dorst1-0/+30
2016-08-30tools: allow multiple AllowedIPs invocationsJason A. Donenfeld1-1/+0
2016-08-29send: properly encapsulate ECNJason A. Donenfeld4-16/+38
2016-08-29netns: remove dangling $@Jason A. Donenfeld1-4/+4
2016-08-26examples: add key extractorJason A. Donenfeld4-0/+221
2016-08-24examples: add nat-hole-punchingJason A. Donenfeld3-0/+354
2016-08-22socket: use isdigitJason A. Donenfeld1-1/+2
2016-08-22routingtable: hyphen was uglyJason A. Donenfeld4-3/+3
2016-08-22hashtables: use rdrand() instead of counterJason A. Donenfeld3-5/+7
2016-08-21tests: test jumbo frames with more transferJason A. Donenfeld1-4/+19
2016-08-17qemu: enhancementsJason A. Donenfeld3-32/+98
2016-08-16send: needless debugging checkJason A. Donenfeld1-2/+1
2016-08-12tests: add crypto-RP filter testJason A. Donenfeld3-1/+34
2016-08-10main: load driver late in boot process when debuggingJason A. Donenfeld1-0/+6
2016-08-10main: fix typoJason A. Donenfeld1-1/+1
2016-08-10qemu: lock distfilesJason A. Donenfeld1-19/+34
2016-08-09qemu: allow testing with RCsJason A. Donenfeld1-2/+8
2016-08-09ratelimiter: hard-depend on runtime dependenciesJason A. Donenfeld1-0/+7
2016-08-08ratelimiter: do not require IPv6experimental-0.0.20160808Jason A. Donenfeld1-4/+12
2016-08-08tests: use makefile and expand greatlyJason A. Donenfeld9-237/+609
2016-08-08persistent-keepalive: change range to [1,65535]Jason A. Donenfeld3-11/+8
2016-08-03Kbuild: move module deps out of tests/Jason A. Donenfeld2-18/+16
2016-08-02selftest: move to subfolderJason A. Donenfeld12-414/+422
2016-08-02tools: use correct headers in ipcJason A. Donenfeld1-2/+2
2016-08-02tools: do not show private keys in pretty outputJason A. Donenfeld3-3/+14
2016-08-02contrib: move patchers to contrib/kernel-treeJason A. Donenfeld2-1/+21
2016-08-02Makefile: check tools as part of make checkJason A. Donenfeld1-0/+1
2016-08-02uapi: typeof is not necessaryJason A. Donenfeld1-4/+4
2016-08-02c: specify static array size in function paramsJason A. Donenfeld17-58/+58