tn3399_openwrt/package
Jason A. Donenfeld bf52c968e8 wireguard: bump to 0.0.20181115
* Zinc no longer ships generated assembly code. Rather, we now
  bundle in the original perlasm generator for it. The primary purpose
  of this snapshot is to get testing of this.
* Clarify the peer removal logic and make lifetimes more precise.
* Use READ_ONCE for is_valid and is_dead.
* No need to use atomic when the recounter is mutex protected.
* Fix up macros and annotations in allowedips.
* Increment drop counter when staged packets are dropped.
* Use static constants instead of enums for 64-bit values in selftest.
* Mark large constants as ULL in poly1305-donna64.
* Fix sparse warnings in allowedips debugging code.
* Do not use wg_peer_get_maybe_zero in timer callbacks, since we now can
  carefully control the lifetime of these functions and ensure they never
  execute after dropping the last reference.
* Cleanup hashing in ratelimiter.
* Do not guard timer removals, since del_timer is always okay.
* We now check for PM_AUTOSLEEP, which makes the clear*on-suspend decision a
  bit more general.
* Set csum_level to ~0, since the poly1305 authenticator certainly means
  that no data was modified in transit.
* Use CHECKSUM_PARTIAL check for skb_checksum_help instead of
  skb_checksum_setup check.
* wg.8: specify that wg(8) shows runtime info too
* wg.8: AllowedIPs isn't actually required
* keygen-html: add missing glue macro
* wg-quick: android: do not choke on empty allowed-ips

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2018-11-16 09:23:02 +01:00
..
base-files base-files: make it possible to specify switch led mode 2018-09-29 17:23:11 +02:00
boot uboot-mxs: bump to v2018.09 2018-11-01 17:16:52 +01:00
devel valgrind: bump to 4.14.0 2018-11-06 16:34:47 +01:00
firmware ipq-wifi: drop custom board-2.bins 2018-11-01 17:16:53 +01:00
kernel mt76: update to the latest version 2018-11-13 21:22:28 +01:00
libs popt: Add main site back to PKG_SOURCE_URL 2018-11-09 08:50:18 +01:00
network wireguard: bump to 0.0.20181115 2018-11-16 09:23:02 +01:00
system procd: update to latest git HEAD 2018-11-08 14:51:33 +01:00
utils util-linux: Update to 2.33 2018-11-15 21:19:37 +01:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00