tn3399_openwrt/package
Jason A. Donenfeld 4ccbe7de6c wireguard: bump to 0.0.20180904
* Kconfig: use new-style help marker
* global: run through clang-format
* uapi: reformat
* global: satisfy check_patch.pl errors
* global: prefer sizeof(*pointer) when possible
* global: always find OOM unlikely

Tons of style cleanups.

* crypto: use unaligned helpers

We now avoid unaligned accesses for generic users of the crypto API.

* crypto: import zinc

More style cleanups and a rearrangement of the crypto routines to fit how this
is going to work upstream. This required some fairly big changes to our build
system, so there may be some build errors we'll have to address in subsequent
snapshots.

* compat: rng_is_initialized made it into 4.19

We therefore don't need it in the compat layer anymore.

* curve25519-hacl64: use formally verified C for comparisons

The previous code had been proved in Z3, but this new code from upstream
KreMLin is directly generated from the F*, which is preferable. The
assembly generated is identical.

* curve25519-x86_64: let the compiler decide when/how to load constants

Small performance boost.

* curve25519-arm: reformat
* curve25519-arm: cleanups from lkml
* curve25519-arm: add spaces after commas
* curve25519-arm: use ordinary prolog and epilogue
* curve25519-arm: do not waste 32 bytes of stack
* curve25519-arm: prefix immediates with #

This incorporates ASM nits from upstream review.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2018-09-05 08:52:36 +02:00
..
base-files base-files: provide more tolerant xterm detection 2018-08-29 08:33:54 +02:00
boot uboot-imx6: fall back to MMC for SPL if boot mode is invalid 2018-09-03 12:06:24 +02:00
devel strace: update strace to version 4.24 2018-08-28 11:26:53 +02:00
firmware linux-firmware: realtek: Add FW for rtl8192eu, rtl8723au and rtl8723bu 2018-08-27 18:13:33 +02:00
kernel kmod-sched-cake: bump to 20180827 2018-08-31 15:30:27 +07:00
libs nghttp2: bump to 1.33.0 2018-09-03 10:46:20 +02:00
network wireguard: bump to 0.0.20180904 2018-09-05 08:52:36 +02:00
system rpcd: update to latest git HEAD 2018-08-16 09:43:11 +02:00
utils ugps: Update to fix position calculation 2018-08-29 08:31:10 +02:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00