Koen Vandeputte
a6f1cc5b59
kernel: add missing symbols in 5.15
...
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2023-05-17 13:25:11 +08:00
AmadeusGhost
88c143124a
kernel: fixes 5.15/6.1 build error
...
Sorry for the delay, I was scolded all night
and I could only fix it until now.
Fixes : #11209 , #11213 , #11214
2023-05-17 01:40:15 +08:00
Daniel Golle
2cabe4faf4
kernel: backport fix for recently introduced UBI bug
...
Import commit "ubi: Fix failure attaching when vid_hdr offset equals to
(sub)page size" which did not yet make it to stable upstream Linux trees.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-05-15 23:22:28 +08:00
Felix Fietkau
bcc1a60fe8
kernel: remove unnecessary change from backlog threading fix
...
Fixes: f1c9bd6f6f41 ("kernel: fix kernel warning and network issue in the backlog threading patch")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-05-11 23:15:19 +08:00
Felix Fietkau
94eb140716
kernel: fix kernel warning and network issue in the backlog threading patch
...
Fixes enabling it early during the boot
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-05-11 23:13:29 +08:00
coolsnowwolf
22de4c9868
kernel: bump 5.15 to 5.15.110
2023-05-05 13:37:38 +08:00
coolsnowwolf
f953b064c8
generic: 6.1: add MHI SBL callback for ath11k
2023-05-05 13:11:46 +08:00
Robert Marko
6402a2fa03
generic: 5.15: add MHI SBL callback for ath11k
...
This adds the MHI SBL callback that ath11k will utilize in order to
support multiple PCI cards or AHB+PCI combo which currently does not
work due to QRTR ID-s conflicting.
This is a prerequisite for the mac80211 patch targeting ath11k as it
uses MHI from kernel.
Signed-off-by: Robert Marko <robimarko@gmail.com>
2023-05-05 12:38:14 +08:00
aakkll
4f7eb15359
kernel: bump to 5.4.242, 6.1.26 ( #11163 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2023-04-29 13:13:03 +08:00
Felix Fietkau
585c2ca50e
kernel: backport fix for a page pool related race condition
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-28 00:05:38 +08:00
Felix Fietkau
b204228846
kernel: fix mtk flow offload list corruption issue with l2 flows
...
The same node was accidentally used for two different lists, causing an
invalid pointer chain.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-28 00:03:16 +08:00
Felix Fietkau
28961f404c
kernel: add support for threaded network backlog processing
...
This can improve load balancing by pushing backlog (and RPS) processing
to separate threads, allowing the scheduler to distribute the load.
It can be enabled with: echo 1 > /proc/sys/net/core/backlog_threaded
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-28 00:01:34 +08:00
Felix Fietkau
cc968a5b63
kernel: enable conntrack counter updates for iptables xt_FLOWOFFLOAD
...
Ensures that packet/byte counters in /proc/net/nf_conntrack are updated
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-27 00:08:06 +08:00
Felix Fietkau
3a82ee8b05
kernel: fix mediatek ppe flow accounting for mt7622 and older
...
v1 hardware uses a different enable bit for hardware counters
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-27 00:05:25 +08:00
Felix Fietkau
2352fe0f39
kernel: report mediatek ppe flow stats incrementally
...
Fixes wrong counter values in conntrack stats
Fixes: aa2777145f8d ("kernel: improve mtk ppe flow accounting")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-27 00:03:22 +08:00
Felix Fietkau
6fe2a421cc
kernel: improve mtk ppe flow accounting
...
Properly track L2 flows, and ensure that stale data gets cleared
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-27 00:01:09 +08:00
Felix Fietkau
c39fd09bc1
mediatek: add kernel code for supporting offloading wlan->eth and wlan->wlan flows
...
Will be enabled by an upcoming mt76 update
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-26 23:58:23 +08:00
Felix Fietkau
991dd40dbc
kernel: update mtk ppe flow accounting patch to the latest version
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-26 23:56:13 +08:00
Felix Fietkau
640d665ce5
kernel: update flow offload fix based on upstream suggestions
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-26 23:55:06 +08:00
Felix Fietkau
85663da356
kernel: move mediatek flow offload refcount fix and fix a logic error
...
Move it to pending, since it wasn't actually accepted upstream yet.
Fixes potential issues when doing offload between multiple MACs.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-26 23:54:22 +08:00
coolsnowwolf
d86f684586
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2023-04-24 15:02:41 +08:00
coolsnowwolf
e3e13ed422
target: add EFI support to armvirt
2023-04-24 15:02:30 +08:00
Felix Fietkau
433de917cc
mediatek: backport more WED upstream fixes
...
Fixes hang if the WO firmware can't be loaded
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-24 00:05:08 +08:00
Felix Fietkau
55b0ae4d4e
kernel: backport upstream mtk_eth_soc fixes
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-24 00:03:07 +08:00
Felix Fietkau
0807295426
kernel: move accepted mtk_eth_soc patches to generic-backport
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-24 00:01:34 +08:00
Felix Fietkau
c9a0d92a3c
kernel: fix mtk dsa tag padding
...
The padding intended to avoid corrupted non-zero padding payload was
accidentally adding too many padding bytes, tripping up some setups.
Fix this by using eth_skb_pad instead.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-23 23:55:08 +08:00
Felix Fietkau
464d31eaa7
kernel: fix corrupted padding on small packets with mt753x dsa
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-04-23 23:53:19 +08:00
John Audia
9d124b9936
kernel: bump 5.15 to 5.15.105
...
All other patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, ramips/tplink_archer-a6-v3
Run-tested: bcm2711/RPi4B, ramips/tplink_archer-a6-v3
Signed-off-by: John Audia <therealgraysky@proton.me>
2023-04-21 00:11:35 +08:00
aakkll
0a2b5b6076
kernel: bump to 5.4.241, 6.1.25
2023-04-21 00:09:22 +08:00
Robert Marko
0385722fc8
kernel: filter out pahole version
...
Pahole version is being autodetected during runtime since kernel 5.15.96
via in-kernel scripts/pahole-version.sh so add CONFIG_PAHOLE_VERSION to
kernel filter in order to prevent it from being added to target configs.
Signed-off-by: Robert Marko <robimarko@gmail.com>
2023-04-15 23:50:12 +08:00
Joe Mullally
65699f26ff
kernel: add support for XMC XM25QH64C
...
The XMC XM25QH64C is a 8MB SPI NOR chip. The patch is verified on TL-WPA8631P v3.
Datasheet available at https://www.xmcwh.com/uploads/442/XM25QH64C.pdf
Signed-off-by: Joe Mullally <jwmullally@gmail.com>
2023-04-15 23:48:46 +08:00
Daniel Golle
4b09a33498
generic: move accepted patch to backport-5.15
...
The patch adding SFP quirk for MXPD 483II was accepted upstream and
will be part of Linux v6.3:
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=ad651d68cee75e9ac20002254c4e5d09ee67a84b
Move the patch from pending-5.15 to backport-5.15.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-04-15 23:45:53 +08:00
aakkll
8a9cd422ff
kernel: bump 6.1 to 6.1.24 ( #11110 )
2023-04-14 15:10:41 +08:00
coolsnowwolf
04147dcaf5
linux: fir kernel 6.1 upsteam patch
2023-04-07 19:45:34 +08:00
Christian Marangi
9b338b090e
generic: 5.15: refresh kernel patches
...
Refresh kernel patches for generic kernel 5.15 due to new backport
version of MGLRU patchset.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-03-27 23:14:03 +08:00
Kazuki H
3020cc8e7d
kernel: Update MGLRU patchset
...
The current patches are old, update them from mainline.
Backports taken from https://github.com/yuzhaogoogle/linux/commits/mglru-5.15
Tested-by: Kazuki H <kazukih0205@gmail.com> #mt7622/Linksys E8450 UBI
Signed-off-by: Kazuki H <kazukih0205@gmail.com>
2023-03-27 23:12:43 +08:00
David Bauer
edaba11e4b
generic: mxl-gpy: allow configuring LED registers
...
Add a patch to allow modification of the PHY LED configuration. This is
required for boards, where the reset configuration of LED functions is
incompatibe with the usage of the device LEDs.
This is the case for the ASUS TUF-AX4200 Wireless router. It requires
modification of the LED configuration because as the WAN LED on the
front of the device is driven by the PHY. Without patching, it would
only illuminate in case the Link speed is 100 Mbit/s.
Signed-off-by: David Bauer <mail@david-bauer.net>
2023-03-26 22:14:05 +08:00
David Bauer
fb79a1059d
generic: backport Winbond W25N02KV SPI-NAND support
...
This flash-chip is used on the Asus TUF-AX4200 and TUF-AX6000 routers.
As the filogic target only uses kernel 5.15, skip the 5.10 backport.
Signed-off-by: David Bauer <mail@david-bauer.net>
2023-03-26 22:11:35 +08:00
aiamadeus
ae12d2f77b
rockchip: refresh kernel 5.15 config
...
Also fixes : #11019
2023-03-24 22:28:07 +08:00
lovehackintosh
f4acd500a8
kernel: bump to 5.4.238, 5.10.176, 5.15.104, 6.1.21 ( #11026 )
...
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
2023-03-23 07:36:05 +00:00
lovehackintosh
89e25b5a13
kernel: bump 5.15 to 5.15.103 ( #11017 )
...
Fixes sb commit: 138af4d ("kernel: refresh patch")
2023-03-19 11:31:49 +08:00
lovehackintosh
a76ac2ef41
kernel: bump to 5.4.237, 5.10.175 ( #11016 )
...
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
2023-03-18 18:08:42 +08:00
aakkll
4bb2f2f4d3
kernel: bump 6.1 to 6.1.20 ( #11013 )
2023-03-17 10:09:00 +00:00
coolsnowwolf
57040c4ef2
wwan: add QUECTEL RM500U support
2023-03-16 20:50:05 +08:00
骷髅头
53134b2571
kernel: bump 5.15 to 5.15.102 ( #11003 )
2023-03-16 16:32:42 +08:00
aiamadeus
985fa051b0
kernel: rtl8367b: remove wrong parameter
...
This is just a workaround to light up the Ethernet port led.
Fixes: 0c40df8 ("ramips: MT7620 add Support HiWiFi R33")
2023-03-12 18:36:12 +08:00
aakkll
1e00936dbf
kernel: bump 6.1 to 6.1.18 ( #10987 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2023-03-12 00:28:23 +08:00
aakkll
0f03d8c619
kernel: bump 6.1 to 6.1.16 ( #10983 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2023-03-11 11:26:29 +08:00
Nick Hainke
8832a0b868
kernel: move CONFIG_PAGE_POOL to generic
...
Move "# CONFIG_PAGE_POOL is not set" to generic.
Suggested-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Nick Hainke <vincent@systemli.org>
2023-03-07 21:56:21 +08:00
aakkll
84f10c38ce
kernel: bump to 5.4.234, 5.15.97, 6.1.15 ( #10959 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2023-03-04 10:07:21 +08:00