Age | Commit message (Expand) | Author |
2016-08-17 | qemu: enhancements | Jason A. Donenfeld |
2016-08-16 | send: needless debugging check | Jason A. Donenfeld |
2016-08-12 | tests: add crypto-RP filter test | Jason A. Donenfeld |
2016-08-10 | main: load driver late in boot process when debugging | Jason A. Donenfeld |
2016-08-10 | main: fix typo | Jason A. Donenfeld |
2016-08-10 | qemu: lock distfiles | Jason A. Donenfeld |
2016-08-09 | qemu: allow testing with RCs | Jason A. Donenfeld |
2016-08-09 | ratelimiter: hard-depend on runtime dependencies | Jason A. Donenfeld |
2016-08-08 | ratelimiter: do not require IPv6 | Jason A. Donenfeld |
2016-08-08 | tests: use makefile and expand greatly | Jason A. Donenfeld |
2016-08-08 | persistent-keepalive: change range to [1,65535] | Jason A. Donenfeld |
2016-08-03 | Kbuild: move module deps out of tests/ | Jason A. Donenfeld |
2016-08-02 | selftest: move to subfolder | Jason A. Donenfeld |
2016-08-02 | Makefile: check tools as part of make check | Jason A. Donenfeld |
2016-08-02 | uapi: typeof is not necessary | Jason A. Donenfeld |
2016-08-02 | c: specify static array size in function params | Jason A. Donenfeld |
2016-08-02 | timers: use more clear pow macro | Jason A. Donenfeld |
2016-07-23 | ratelimiter: correct comment | Jason A. Donenfeld |
2016-07-23 | timers: upstream removed the slack concept | Jason A. Donenfeld |
2016-07-22 | tools: Use seqpacket instead of dgram | Jason A. Donenfeld |
2016-07-22 | index hashtable: run random indices through siphash | Jason A. Donenfeld |
2016-07-22 | cookie: do not expose csprng directly | Jason A. Donenfeld |
2016-07-22 | socket: fix compat for 4.1 v6 sockets | Jason A. Donenfeld |
2016-07-21 | socket: reset IPv4 socket to NULL after free | Jason A. Donenfeld |
2016-07-21 | socket: simpler debug message | Jason A. Donenfeld |
2016-07-21 | Kconfig: select IP6_NF_IPTABLES if using IPV6 | Jason A. Donenfeld |
2016-07-20 | tools: first additions of userspace integration | Jason A. Donenfeld |
2016-07-18 | build system: revamp building and configuration | Jason A. Donenfeld |
2016-07-18 | tests: improve test suite and add qemu tester | Jason A. Donenfeld |
2016-07-10 | receive: assume we usually succeed with userspace | Jason A. Donenfeld |
2016-07-10 | receive: no need to test for !len | Jason A. Donenfeld |
2016-07-10 | timers: apply slack to hotpath timers | Jason A. Donenfeld |
2016-07-10 | timers: move timer calls out of hot loop | Jason A. Donenfeld |
2016-07-10 | timers: document conditions for calling | Jason A. Donenfeld |
2016-07-10 | persistent keepalive: use unsigned long to avoid multiplication in hotpath | Jason A. Donenfeld |
2016-07-10 | persistent keepalive: use authenticated keepalives | Jason A. Donenfeld |
2016-07-08 | keepalives: only queue keepalive when queue is empty | Jason A. Donenfeld |
2016-07-08 | timers: do not consider keepalives to be data sent | Jason A. Donenfeld |
2016-07-08 | timers: rename *authorized* functions to *authenticated* | Jason A. Donenfeld |
2016-07-08 | persistent keepalive: start sending immediately | Jason A. Donenfeld |
2016-07-08 | persistent keepalive: add kernel mechanism | Jason A. Donenfeld |
2016-07-07 | curve25519: unneeded zeros variable | Jason A. Donenfeld |
2016-07-05 | device: move unlikely check to if clause | Jason A. Donenfeld |
2016-07-03 | receive: protect against impossible conditions | Jason A. Donenfeld |
2016-07-02 | tai64n: don't forget to add 2^62, to be in spec | Jason A. Donenfeld |
2016-07-01 | receive: error conditions are unlikely | Jason A. Donenfeld |
2016-06-30 | Makefile: Add more verbose dependency errors | Jason A. Donenfeld |
2016-06-30 | device init: free wq after padata | Jason A. Donenfeld |
2016-06-29 | chacha20poly1305: use more standard way of testing FPU features | Jason A. Donenfeld |
2016-06-29 | device: remove updating of trans_start | Jason A. Donenfeld |