summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-10-31compat: fix up stat calculation for udp tunnelJason A. Donenfeld
2017-10-31stats: more robust accountingJason A. Donenfeld
2017-10-31selftest: initialize mutex in routingtable selftestJason A. Donenfeld
2017-10-31netns: use time-based test instead of quantity-basedJason A. Donenfeld
2017-10-31netns: use read built-in instead of ncat hack for dmesgJason A. Donenfeld
2017-10-17version: bump snapshotJason A. Donenfeld
2017-10-17qemu: put hvc directive into configurationJason A. Donenfeld
2017-10-17netns: disable accept_dad for all interfacesJason A. Donenfeld
2017-10-17Makefile: even prettier outputJason A. Donenfeld
2017-10-17qemu: newer packagesJason A. Donenfeld
2017-10-17qemu: always create directory before untarringJason A. Donenfeld
2017-10-17qemu: phase out bitbangingJason A. Donenfeld
2017-10-17qemu: open /dev/console if we're started earlyJason A. Donenfeld
2017-10-17qemu: simplify shutdownJason A. Donenfeld
2017-10-17qemu: add more debugging options to main makefileJason A. Donenfeld
2017-10-17qemu: work on ubuntu toolchainJason A. Donenfeld
2017-10-17qemu: add build-only targetJason A. Donenfeld
2017-10-17selftest: better test index for rate limiterJason A. Donenfeld
2017-10-17blake2s: modernize API and have faster _finalJason A. Donenfeld
2017-10-17Makefile: do not clean before clocJason A. Donenfeld
2017-10-17receive: improve control flowJason A. Donenfeld
2017-10-17compat: support READ_ONCEJason A. Donenfeld
2017-10-17device: no need to take lock for integer comparisonJason A. Donenfeld
2017-10-17device: our use of queues means this check is worthlessJason A. Donenfeld
2017-10-17socket: eliminate dead codeJason A. Donenfeld
2017-10-17send: improve dead packet control flowJason A. Donenfeld
2017-10-17noise: no need to take the RCU lock if we're not dereferencingJason A. Donenfeld
2017-10-17compat: just make ro_after_init read_mostlyJason A. Donenfeld
2017-10-17noise: handshake constants can be read-only after initJason A. Donenfeld
2017-10-11version: bump snapshotJason A. Donenfeld
2017-10-11contrib: filter compat linesJason A. Donenfeld
2017-10-11receive: disable bh before using stats seq lockJason A. Donenfeld
2017-10-11socket: set skb->mark in addition to flowiJason A. Donenfeld
2017-10-11send: do not requeue if packet is deadJason A. Donenfeld
2017-10-11compat: move version logic to compat.h and out of main .cJason A. Donenfeld
2017-10-09routingtable: iterate progressivelyJason A. Donenfeld
2017-10-09routingtable: only use device's mutex, not a special rt oneJason A. Donenfeld
2017-10-09crypto/x86_64: satisfy stack validation 2.0Jason A. Donenfeld
2017-10-09qemu: bump stable kernelJason A. Donenfeld
2017-10-09Makefile: quiet recursive makeJason A. Donenfeld
2017-10-06socket: gcc inlining makes this fasterJason A. Donenfeld
2017-10-06socket: don't bother recomparing afterwardsJason A. Donenfeld
2017-10-06socket: compare while unlocked firstJason A. Donenfeld
2017-10-06receive: do not consider 0 jiffies as being setJason A. Donenfeld
2017-10-06version: bump snapshotJason A. Donenfeld
2017-10-05queueing: cleanup skb_paddingJason A. Donenfeld
2017-10-05compat: macro rewrite netlink instead of clutteringJason A. Donenfeld
2017-10-05Makefile: clang now builds the kernel, so use scan-buildJason A. Donenfeld
2017-10-05queueing: move from ctx to cbJason A. Donenfeld
2017-10-05receive: do not store endpoint in ctxJason A. Donenfeld