Re: [OpenWrt-Devel] problems with virtual sub interfaces in firewall zones

2020-05-06 Thread Martin Schiller
On 2020-05-07 06:47, Martin Schiller wrote: Hi Jo, Hi all, I've encountered a problem with the change you made with commit 64bb88841fbc ("uqmi: inherit firewall zone membership to virtual sub interfaces") which was introduced to fix FS#2122. This change makes it impossible to move an interface

[OpenWrt-Devel] problems with virtual sub interfaces in firewall zones

2020-05-06 Thread Martin Schiller
Hi Jo, Hi all, I've encountered a problem with the change you made with commit 64bb88841fbc ("uqmi: inherit firewall zone membership to virtual sub interfaces") which was introduced to fix FS#2122. This change makes it impossible to move an interface from one zone to another without a

Re: [OpenWrt-Devel] [PATCH] add i40e netdevice configs

2020-05-06 Thread 张凯
At 2020-05-06 19:52:47, "Daniel Golle" wrote: >On Wed, May 06, 2020 at 10:51:17AM +, zhangkai...@126.com wrote: >> From: kai zhang > >Must have been a too bit early for me today, but apart from the missing >commit description and 'kernel: ' prefix of the commit titles, I have >also just

[OpenWrt-Devel] [PATCH] wireguard: bump to 1.0.20200506

2020-05-06 Thread Jason A. Donenfeld
* compat: timeconst.h is a generated artifact Before we were trying to check for timeconst.h by looking in the kernel source directory. This isn't quite correct on configurations in which the object directory is separate from the kernel source directory, for example when using O="elsewhere" as a

[OpenWrt-Devel] [PATCH v2 4/4] mac80211: Update to version 5.7-rc3-1

2020-05-06 Thread Hauke Mehrtens
This updates the mac80211 backport. The removed patches are already integrated in the upstream version. The 131-Revert-mac80211-aes-cmac-switch-to-shash-CMAC-driver.patch patch was manually adapted to the changes in kernel 5.7. Signed-off-by: Hauke Mehrtens ---

[OpenWrt-Devel] [PATCH v2 1/4] mac80211: Update to version 5.4.36-1

2020-05-06 Thread Hauke Mehrtens
This updates the mac80211 backport to the latest minor version. The removed patch was a backport from the upstream kernel which is now integrated. Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile | 8 +- ...-F2-blocksize-and-watermark-for-4359.patch | 2 +-

[OpenWrt-Devel] [PATCH v2 3/4] mac80211: Update to version 5.6.8-1

2020-05-06 Thread Hauke Mehrtens
This updates the mac80211 backport. The removed patches are already integrated in the upstream version. Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile | 6 +- .../patches/ath/400-ath_move_debug_code.patch | 2 +-

[OpenWrt-Devel] [PATCH v2 0/4] mac80211: Update to version 5.7-rc3

2020-05-06 Thread Hauke Mehrtens
This updates mac80211 in OpenWrt to version 5.7-rc3. This update contains ath11k and many other ieee80211ax updates. ath11k only works on the ipq807x devices. I tried to start a discussion how we want to go forward with the wireless subsystem we ship in the next OpenWrt release:

Re: [OpenWrt-Devel] [RFC PATCH] ramips: remove patches for USB-dwc2

2020-05-06 Thread Alexey Dobrovolskiy
Hi, I was able to get USB to work with v5.4 kernel by applying additional changes [0]. As far as I understand, reset has been added to the mainline linux kernel with the commit 83f8da562f8b5275fa1095b45762996971f7c607 Any chance to accept my patch from this thread? [0]

[OpenWrt-Devel] [PATCH] ramips: kernel: fix awake-rt305x-dwc2 patch

2020-05-06 Thread Alexey Dobrovolsky
At this point in v5.4 kernel we cannot use dwc2_readl() and dwc2_writel() since they rely on the value hsotg->needs_byte_swap which cannot be obtained before the controller wakes up. We should use readl() and writel() to wake up the controller before calling dwc2_check_core_endianness(). Fixes: -

[OpenWrt-Devel] [PATCH] kernel: Add kmod-sch-cake-virtual package to resolve dependency errors

2020-05-06 Thread Toke Høiland-Jørgensen via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- As reported in

Re: [OpenWrt-Devel] [ModemManager] How can I make ModemManager work right?

2020-05-06 Thread Aleksander Morgado
Hey, > I guess I could try other LTE/5G modem. > I'd like to know what is best supported by ModemManager or OpenWRT/LEDE. > Puff, lots of different devices. If you try anything from e.g. Sierra Wireless, Quectel, Telit... they will probably work. BUT, the issues seen in your setup may not be

Re: [OpenWrt-Devel] [ModemManager] How can I make ModemManager work right?

2020-05-06 Thread Aleksander Morgado
Hey! > Let me provide some additional information and new test log messages. > > The problem I reported is improved one setp. Originally it was like: >root at LEDE:~# mmcli -L >error: couldn't create manager: Timeout was reached > > Now it is like: >root@LEDE:~# mmcli -L >No

Re: [OpenWrt-Devel] [ModemManager] How can I make ModemManager work right?

2020-05-06 Thread Jeonghum Joh
Hello Alexander and people, I guess I could try other LTE/5G modem. I'd like to know what is best supported by ModemManager or OpenWRT/LEDE. Could you please name them. Let me know some please. Thank you very much. Hucom wireless told me they don't support ModemManager. Jeonghum 2020년 5월 6일

Re: [OpenWrt-Devel] [PATCH] add i40e netdevice configs

2020-05-06 Thread Daniel Golle
On Wed, May 06, 2020 at 10:51:17AM +, zhangkai...@126.com wrote: > From: kai zhang Must have been a too bit early for me today, but apart from the missing commit description and 'kernel: ' prefix of the commit titles, I have also just noticed that this has already been added recently with

[OpenWrt-Devel] [PATCH] add i40e netdevice configs

2020-05-06 Thread zhangkaiheb
From: kai zhang Signed-off-by: kai zhang --- package/kernel/linux/modules/netdevices.mk | 32 ++ 1 file changed, 32 insertions(+) diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index 6ea2f1df89..ce03ae998e 100644 ---

[OpenWrt-Devel] [PATCH] add i40e netdevice configs

2020-05-06 Thread zhangkaiheb
From: zhangkai Signed-off-by: zhangkai --- package/kernel/linux/modules/netdevices.mk | 32 ++ 1 file changed, 32 insertions(+) diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index 6ea2f1df89..ce03ae998e 100644 ---