summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* compat: backport skb_mark_not_on_listJason A. Donenfeld2019-03-291-0/+7
* blake2s: remove outlen parameter from finalJason A. Donenfeld2019-03-274-12/+11
* blake2s: simplifySamuel Neves2019-03-272-40/+12
* qemu: set framewarn 1280 for 64bit and 1024 for 32bitJason A. Donenfeld2019-03-2514-4/+14
* device: use skb accessor functions where possibleJason A. Donenfeld2019-03-251-2/+2
* allowedips: do not use __always_inlineJason A. Donenfeld2019-03-251-9/+9
* peerlookup: rename from hashtablesJason A. Donenfeld2019-03-257-9/+9
* global: the _bh variety of rcu helpers have been unifiedJason A. Donenfeld2019-03-177-12/+57
* compat: nf_nat_core.h was removed upstreamBruno Wolff III2019-03-141-0/+2
* version: bump snapshotJason A. Donenfeld2019-02-272-2/+2
* queueing: net-next has changed signature of skb_probe_transport_headerJason A. Donenfeld2019-02-272-1/+7
* allowedips: maintain per-peer list of allowedipsJason A. Donenfeld2019-02-266-160/+129
* peer: only synchronize_rcu_bh and traverse trie once when removing all peersJason A. Donenfeld2019-02-252-20/+42
* netlink: don't remove allowed ips for new peersJason A. Donenfeld2019-02-251-0/+3
* Makefile: make the depmod path configurableLuis Ressel2019-02-171-1/+2
* Makefile: don't duplicate code in install and modules-installLuis Ressel2019-02-171-5/+5
* compat: backport ALIGN_DOWNJason A. Donenfeld2019-02-171-0/+7
* compat: ipv6_stub is sometimes nullJason A. Donenfeld2019-02-171-1/+1
* chacha20: name enumsJason A. Donenfeld2019-02-041-2/+2
* noise: store clamped key instead of raw keyJason A. Donenfeld2019-02-037-14/+16
* chacha20poly1305: permit unaligned strides on certain platformsJason A. Donenfeld2019-02-031-18/+14
* hashtables: decouple hashtable allocations from the main device allocationSultan Alsawaf2019-02-039-25/+49
* queueing: more reasonable allocator function conventionJason A. Donenfeld2019-02-033-4/+4
* noise: whiten the nanoseconds portion of the timestampJason A. Donenfeld2019-02-031-0/+9
* version: bump snapshotJason A. Donenfeld2019-01-232-2/+2
* netlink: use __kernel_timespec for handshake timeJason A. Donenfeld2019-01-236-8/+28
* global: normalize -> clampJason A. Donenfeld2019-01-234-17/+10
* qemu: enable FP on MIPSJason A. Donenfeld2019-01-234-0/+4
* qemu: version bump to bash 5.0Jason A. Donenfeld2019-01-231-1/+1
* Kconfig: IPsec isn't IPSecJason A. Donenfeld2019-01-232-2/+2
* ratelimiter: totalram_pages is now a functionJason A. Donenfeld2019-01-232-2/+6
* noise: replace getnstimeofday64 with ktime_get_real_ts64Jason A. Donenfeld2019-01-232-2/+2
* ratelimiter: build tests with !IPV6Jason A. Donenfeld2019-01-231-5/+2
* qemu: version bump kernelJason A. Donenfeld2019-01-231-1/+1
* global: update copyrightJason A. Donenfeld2019-01-0783-84/+84
* netlink: auth socket changes against namespace of socketJason A. Donenfeld2018-12-301-0/+7
* version: bump snapshotJason A. Donenfeld2018-12-182-2/+2
* makefile: use immediate expansion and use correct template patternsJason A. Donenfeld2018-12-182-7/+7
* netns: nmap != ncatJason A. Donenfeld2018-12-181-4/+4
* compat: account for Clang CFIJason A. Donenfeld2018-12-121-1/+1
* chacha20: do not define unused asm functionJason A. Donenfeld2018-12-071-4/+2
* compat: don't undef BUILD_BUG_ON for Clang >=8Nathan Chancellor2018-12-071-1/+1
* chacha20,poly1305: simplify perlasm fancinessJason A. Donenfeld2018-12-073-75/+69
* jerry-rig: replace S_shipped with plJason A. Donenfeld2018-11-191-1/+1
* version: bump snapshotJason A. Donenfeld2018-11-192-2/+2
* chacha20,poly1305: do not use xlateJason A. Donenfeld2018-11-193-1496/+73
* poly1305: make frame pointers for auxiliary callsSamuel Neves2018-11-171-31/+43
* crypto: better path resolution and more specific generated .SJason A. Donenfeld2018-11-162-14/+9
* chacha20,poly1305: don't do compiler testing in generator and remove xor helperJason A. Donenfeld2018-11-152-30/+39
* crypto: resolve target prefix on buggy kernelsJason A. Donenfeld2018-11-151-1/+6