[PATCH] ipq40xx: enable RX hash / CTAG TX offloading for single-phy

2020-10-27 Thread David Bauer
This re-enables offloading features disabled by commit 9da2b567605b ("ipq40xx: fix ethernet vlan double tagging"). Single-PHY devices use port-based VLANs on the switch, therefore no S-TAG magic is involved here. Re-enabling these features restores throughput back to 950 Mbit/s. Reported-by: Jann

Re: ddns is broken

2020-10-27 Thread Joel Johnson
I have IPv4 and IPv6 native DDNS working with a couple of different providers, thus the original commit. Would you be able to share a sanitized version of your service configuration section? I'm not using PPPoE which may be the related difference, "ifstatus wan | grep l3" returns "br-wan" for m

[PATCH] mvebu: gpio-mvebu IRQ index error kernel backport

2020-10-27 Thread Daniel González Cabanelas
Backport the upstream kernel fix 525b0858ff to get rid of the kernel messages: mvebu-gpio xx.gpio: IRQ index 3 not found Signed-off-by: Daniel González Cabanelas --- ...avoid_error_message_for_optional_IRQ.patch | 33 +++ 1 file changed, 33 insertions(+) create mode 100644

[PATCH v2] ath79: fix ath10k caldata extraction on some D-Link DIR-842 C3 devices

2020-10-27 Thread Paul Fertser
According to forum threads [0][1] and a report on IRC by Doc-Saintly some of those boards have calibration data in a different place. Only one alternative location is known. Without proper board calibration data (board.bin having all 0xff bytes) ath10k firmware still tries to load but crashes on s

RE: [PATCH] ath79: fix ath10k caldata extraction on some D-Link DIR-842 C3 devices

2020-10-27 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Fertser > Sent: Dienstag, 27. Oktober 2020 07:26 > To: openwrt-devel@lists.openwrt.org > Cc: Paul Fertser > Subject: [PATCH] ath79: fix ath10k caldata extraction on some D-L

[PATCH v2] kernel: kmod-lib-zstd: enable crypto API support

2020-10-27 Thread Rui Salvaterra
Zstd is supported by the crypto API since Linux 4.18. Enable this feature and reveal the package in the configuration section, so the user can select it. This allows zstd to be used as a compression algorithm in zram, for example. Signed-off-by: Rui Salvaterra --- v2: drop conditionals for older