summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2016-08-16send: needless debugging checkJason A. Donenfeld
2016-08-12tests: add crypto-RP filter testJason A. Donenfeld
2016-08-10main: load driver late in boot process when debuggingJason A. Donenfeld
2016-08-10main: fix typoJason A. Donenfeld
2016-08-10qemu: lock distfilesJason A. Donenfeld
2016-08-09qemu: allow testing with RCsJason A. Donenfeld
2016-08-09ratelimiter: hard-depend on runtime dependenciesJason A. Donenfeld
2016-08-08ratelimiter: do not require IPv6Jason A. Donenfeld
2016-08-08tests: use makefile and expand greatlyJason A. Donenfeld
2016-08-08persistent-keepalive: change range to [1,65535]Jason A. Donenfeld
2016-08-03Kbuild: move module deps out of tests/Jason A. Donenfeld
2016-08-02selftest: move to subfolderJason A. Donenfeld
2016-08-02Makefile: check tools as part of make checkJason A. Donenfeld
2016-08-02uapi: typeof is not necessaryJason A. Donenfeld
2016-08-02c: specify static array size in function paramsJason A. Donenfeld
2016-08-02timers: use more clear pow macroJason A. Donenfeld
2016-07-23ratelimiter: correct commentJason A. Donenfeld
2016-07-23timers: upstream removed the slack conceptJason A. Donenfeld
2016-07-22tools: Use seqpacket instead of dgramJason A. Donenfeld
2016-07-22index hashtable: run random indices through siphashJason A. Donenfeld
2016-07-22cookie: do not expose csprng directlyJason A. Donenfeld
2016-07-22socket: fix compat for 4.1 v6 socketsJason A. Donenfeld
2016-07-21socket: reset IPv4 socket to NULL after freeJason A. Donenfeld
2016-07-21socket: simpler debug messageJason A. Donenfeld
2016-07-21Kconfig: select IP6_NF_IPTABLES if using IPV6Jason A. Donenfeld
2016-07-20tools: first additions of userspace integrationJason A. Donenfeld
2016-07-18build system: revamp building and configurationJason A. Donenfeld
2016-07-18tests: improve test suite and add qemu testerJason A. Donenfeld
2016-07-10receive: assume we usually succeed with userspaceJason A. Donenfeld
2016-07-10receive: no need to test for !lenJason A. Donenfeld
2016-07-10timers: apply slack to hotpath timersJason A. Donenfeld
2016-07-10timers: move timer calls out of hot loopJason A. Donenfeld
2016-07-10timers: document conditions for callingJason A. Donenfeld
2016-07-10persistent keepalive: use unsigned long to avoid multiplication in hotpathJason A. Donenfeld
2016-07-10persistent keepalive: use authenticated keepalivesJason A. Donenfeld
2016-07-08keepalives: only queue keepalive when queue is emptyJason A. Donenfeld
2016-07-08timers: do not consider keepalives to be data sentJason A. Donenfeld
2016-07-08timers: rename *authorized* functions to *authenticated*Jason A. Donenfeld
2016-07-08persistent keepalive: start sending immediatelyJason A. Donenfeld
2016-07-08persistent keepalive: add kernel mechanismJason A. Donenfeld
2016-07-07curve25519: unneeded zeros variableJason A. Donenfeld
2016-07-05device: move unlikely check to if clauseJason A. Donenfeld
2016-07-03receive: protect against impossible conditionsJason A. Donenfeld
2016-07-02tai64n: don't forget to add 2^62, to be in specJason A. Donenfeld
2016-07-01receive: error conditions are unlikelyJason A. Donenfeld
2016-06-30Makefile: Add more verbose dependency errorsJason A. Donenfeld
2016-06-30device init: free wq after padataJason A. Donenfeld
2016-06-29chacha20poly1305: use more standard way of testing FPU featuresJason A. Donenfeld
2016-06-29device: remove updating of trans_startJason A. Donenfeld
2016-06-29Kconfig: more fully select dependenciesJason A. Donenfeld