summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2016-10-19timers: avoid thundering herd for simultaneous initiationJason A. Donenfeld
2016-10-19debug: keep alive -> keepaliveJason A. Donenfeld
2016-10-19noise: comment/document the key swappingJason A. Donenfeld
2016-10-14send: ensure that rekey retries are staggeredJason A. Donenfeld
2016-10-14device: show debug message when no peer has allowed-ips for packetJason A. Donenfeld
2016-10-05send: requeue jobs for later if padata is fullJason A. Donenfeld
2016-10-04compat: akpm merged this to 4.9Jason A. Donenfeld
2016-10-02send: only avoid parallel path when there aren't inflight jobsJason A. Donenfeld
2016-09-29remote-run: reflect recent makefile changesJason A. Donenfeld
2016-09-29git: organize ignore filesJason A. Donenfeld
2016-09-29compat: Isolate more functionsJason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-09-29poly1305: optimize unaligned accessRené van Dorst
2016-08-29send: properly encapsulate ECNJason A. Donenfeld
2016-08-29netns: remove dangling $@Jason A. Donenfeld
2016-08-22socket: use isdigitJason A. Donenfeld
2016-08-22routingtable: hyphen was uglyJason A. Donenfeld
2016-08-22hashtables: use rdrand() instead of counterJason A. Donenfeld
2016-08-21tests: test jumbo frames with more transferJason A. Donenfeld
2016-08-17qemu: enhancementsJason A. Donenfeld
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