summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2019-02-25netlink: don't remove allowed ips for new peersJason A. Donenfeld
2019-02-17Makefile: make the depmod path configurableLuis Ressel
2019-02-17Makefile: don't duplicate code in install and modules-installLuis Ressel
2019-02-17compat: backport ALIGN_DOWNJason A. Donenfeld
2019-02-17compat: ipv6_stub is sometimes nullJason A. Donenfeld
2019-02-04chacha20: name enumsJason A. Donenfeld
2019-02-03noise: store clamped key instead of raw keyJason A. Donenfeld
2019-02-03chacha20poly1305: permit unaligned strides on certain platformsJason A. Donenfeld
2019-02-03hashtables: decouple hashtable allocations from the main device allocationSultan Alsawaf
2019-02-03queueing: more reasonable allocator function conventionJason A. Donenfeld
2019-02-03noise: whiten the nanoseconds portion of the timestampJason A. Donenfeld
2019-01-23version: bump snapshotJason A. Donenfeld
2019-01-23netlink: use __kernel_timespec for handshake timeJason A. Donenfeld
2019-01-23global: normalize -> clampJason A. Donenfeld
2019-01-23qemu: enable FP on MIPSJason A. Donenfeld
2019-01-23qemu: version bump to bash 5.0Jason A. Donenfeld
2019-01-23Kconfig: IPsec isn't IPSecJason A. Donenfeld
2019-01-23ratelimiter: totalram_pages is now a functionJason A. Donenfeld
2019-01-23noise: replace getnstimeofday64 with ktime_get_real_ts64Jason A. Donenfeld
2019-01-23ratelimiter: build tests with !IPV6Jason A. Donenfeld
2019-01-23qemu: version bump kernelJason A. Donenfeld
2019-01-07global: update copyrightJason A. Donenfeld
2018-12-30netlink: auth socket changes against namespace of socketJason A. Donenfeld
2018-12-18version: bump snapshotJason A. Donenfeld
2018-12-18makefile: use immediate expansion and use correct template patternsJason A. Donenfeld
2018-12-18netns: nmap != ncatJason A. Donenfeld
2018-12-12compat: account for Clang CFIJason A. Donenfeld
2018-12-07chacha20: do not define unused asm functionJason A. Donenfeld
2018-12-07compat: don't undef BUILD_BUG_ON for Clang >=8Nathan Chancellor
2018-12-07chacha20,poly1305: simplify perlasm fancinessJason A. Donenfeld
2018-11-19version: bump snapshotJason A. Donenfeld
2018-11-19chacha20,poly1305: do not use xlateJason A. Donenfeld
2018-11-17poly1305: make frame pointers for auxiliary callsSamuel Neves
2018-11-16crypto: better path resolution and more specific generated .SJason A. Donenfeld
2018-11-15chacha20,poly1305: don't do compiler testing in generator and remove xor helperJason A. Donenfeld
2018-11-15crypto: resolve target prefix on buggy kernelsJason A. Donenfeld
2018-11-15poly1305: cleanup leftover debugging changesJason A. Donenfeld
2018-11-15poly1305: only export neon symbols when in useJason A. Donenfeld
2018-11-15chacha20,poly1305: fix up for win64Samuel Neves
2018-11-15version: bump snapshotJason A. Donenfeld
2018-11-15perlasm: avoid rep retJason A. Donenfeld
2018-11-15poly1305: specialize to wireguardJason A. Donenfeld
2018-11-15chacha20: specialize to wireguardJason A. Donenfeld
2018-11-15perlasm: cleanup whitespaceJason A. Donenfeld
2018-11-15poly1305: adjust to kernelSamuel Neves
2018-11-14chacha20: cleaner function declarationsSamuel Neves
2018-11-14chacha20: normalize namesSamuel Neves
2018-11-14chacha20: fixup win64 stack offsetsSamuel Neves
2018-11-14chacha20: simplify stack unwinding on ChaCha20_ctr32Samuel Neves
2018-11-14chacha20: use DRAP idiomSamuel Neves