CN_SZTL
917cc30ade
Merge Mainline
2020-05-24 22:41:44 +08:00
CN_SZTL
0a2cb6b61b
kernel: bump 4.14 to 4.14.181
...
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-05-24 21:25:57 +08:00
Thibaut VARÈNE
669cdc689d
generic: mikrotik platform build bits
...
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
2020-05-09 11:42:25 +08:00
Thibaut VARÈNE
2421583542
generic: routerboot partition build bits
...
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
2020-05-09 11:35:20 +08:00
CN_SZTL
f5e3bd13ef
Merge Mainline
2020-05-04 16:11:02 +08:00
CN_SZTL
95aa0a3995
kernel: bump 4.14 to 4.14.177
...
Fixes:
- CVE-2020-11669
Remove upstreamed:
- 001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
- 002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
- 003-ARM-dts-oxnas-Fix-clear-mask-property.patch
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-05-03 19:32:54 +08:00
CN_SZTL
920cf867f4
Merge Mainline
2020-05-01 10:38:39 +08:00
AmadeusGhost
244a0f8574
Revert "kernel: bump 4.14 to 4.14.177"
...
This reverts commit 89c18f5335 .
2020-04-29 17:25:11 +08:00
CN_SZTL
a89aeebf92
Merge Mainline
2020-04-25 11:43:44 +08:00
Adrian Schmutzler
9bac15ce47
kernel: fix include of myloader.o since kernel 5.4
...
Between 4.19 and 5.4, mtd parsers have been moved to "parsers"
subdirectory. Based on this, the selection of myloader.o in OpenWrt
was also moved to that subdirectory, while the Kconfig and our local
myloader.c file remained in /drivers/mtd.
This resulted in linking errors like the following (on ath25@5.4):
make[8]: *** No rule to make target 'drivers/mtd/parsers/myloader.o', ...
needed by 'drivers/mtd/parsers/built-in.a'. Stop.
make[7]: *** [scripts/Makefile.build:500: drivers/mtd/parsers] Error 2
make[6]: *** [scripts/Makefile.build:500: drivers/mtd] Error 2
Since myloader.c is not too big, this patch moves it to the kernel patches,
allowing to adjust the path for kernel 5.4 and keeping Makefiles and
file paths better in sync.
Other patches have been refreshed accordingly.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-25 11:28:20 +08:00
CN_SZTL
89c18f5335
kernel: bump 4.14 to 4.14.177
...
Fixes:
- CVE-2020-11669
Remove upstreamd:
- 001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
- 002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
- 003-ARM-dts-oxnas-Fix-clear-mask-property.patch
Refresh all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-25 10:18:50 +08:00
CN_SZTL
d713bda74f
Revert "generic: fix flow table hw offload"
...
This reverts commit b36ae2bdc6 .
2020-04-23 11:29:37 +08:00
John Crispin
b36ae2bdc6
generic: fix flow table hw offload
...
Make the driver work with recent upstream changes.
Signed-off-by: John Crispin <john@phrozen.org>
2020-04-23 06:24:14 +08:00
John Crispin
c6f0dcd2be
generic: fix flow table hw offload
...
Make the driver work with recent upstream changes.
Signed-off-by: John Crispin <john@phrozen.org>
2020-04-22 17:50:13 +08:00
CN_SZTL
534f1abc20
Merge Upstream
2020-04-14 20:33:17 +08:00
CN_SZTL
86e526f93c
kernel: bump to 4.9.219, 4.14.176, 4.19.115
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-14 20:17:38 +08:00
Rafał Miłecki
a1aeb10921
kernel: backport mtd partition address fix sent upstream
...
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2020-04-13 23:43:08 +08:00
Jo-Philipp Wich
12b295cf20
generic: drop 616-net_optimize_xfrm_calls.patch
...
The conditional check introduced by this patch may trigger a NULL pointer
dereference in case the result of dev_net() is NULL.
Since the purpose of this patch is neither sufficiently explained and since
this patch apparently has never been submitted upstream despite it being in
the pending-* patch directory, I propose to drop it without replacement.
If the performance implications of dropping this patch are found to be
significiant, it should be reintroduced with proper description and
benchmark results.
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=2943
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-12 07:47:50 +08:00
CN_SZTL
011f13255b
kernel: bump 4.14 to 4.14.175
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-06 00:58:37 +08:00
CN_SZTL
9a4de1f5a2
kernel: bump 4.14 to 4.14.174
...
Remove upstream patches:
- 600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-01 06:32:54 +08:00
CN_SZTL
5c947863e2
kernel: AQC111 driver: add missing linkmode header
2020-03-26 19:55:09 +08:00
CN_SZTL
4b17e0bef5
kernel: add aqc111 driver
2020-03-25 21:51:33 +08:00
CN_SZTL
dc577dca98
Merge Lean's source
2020-03-21 01:20:39 +08:00
lean
667d594da4
Revert "mt7621: TCP and UDP traffic is forwarded correctly by HWNAT (1% CPU usage)"
...
This reverts commit cd59b49863 .
2020-03-20 14:14:03 +08:00
AmadeusGhost
92d2f94e3d
kernel: bump 4.14 to 4.14.173
2020-03-19 17:40:18 +08:00
CN_SZTL
e17aca712d
Merge Lean' ssource
2020-03-13 18:34:46 +08:00
lean
cd59b49863
mt7621: TCP and UDP traffic is forwarded correctly by HWNAT (1% CPU usage)
2020-03-13 11:43:59 +08:00
Chen Minqiang
ab6b020a65
kernel: fix crash nf_xfrm_me_harder
2020-03-13 11:25:44 +08:00
AmadeusGhost
691def3cad
kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3375 )
2020-02-29 16:28:07 +08:00
AmadeusGhost
7dc881dd79
kernel: bump to 4.9.214, 4.14.171, 4.19.106
...
Remove error commit from
15a0701cdd
2020-02-29 01:23:18 +08:00
CN_SZTL
3ab67a8217
Revert "kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )"
...
This reverts commit 4d68a12e34 .
2020-02-28 20:50:04 +08:00
CN_SZTL
ceb6df1e3b
Revert "Kernel/4.14: move some of function back to tcp ( #46 )"
...
This reverts commit bfda6da8a5 .
2020-02-28 16:09:13 +08:00
QiuSimons
bfda6da8a5
Kernel/4.14: move some of function back to tcp ( #46 )
2020-02-28 13:35:56 +08:00
CN_SZTL
4d68a12e34
kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )
...
This reverts commit 191ace6dff .
2020-02-27 17:39:41 +08:00
CN_SZTL
59d9e97911
Merge Lean's source
2020-02-27 17:39:13 +08:00
coolsnowwolf
191ace6dff
Revert "kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )"
...
This reverts commit 01ab5cf3c9 .
2020-02-26 16:47:18 +08:00
CN_SZTL
33e04642f2
kernel 4.9/4.14: fix label 'err_unlock' used but not defined
...
Ref: project-openwrt/openwrt@03f6c13
2020-02-26 15:31:34 +08:00
CN_SZTL
76c0b6867c
tcp_bbr: adapt cwnd based on ack aggregation estimation ( #40 )
...
* Fix issue in 4.14.171kernel (#38 )
* [experimental] bbr wifi patch for 4.19 (#39 )
* Fix issue in 4.14.171kernel
* [experimental] bbr wifi patch for 4.19
Co-authored-by: QiuSimons <45143996+QiuSimons@users.noreply.github.com>
2020-02-26 14:42:27 +08:00
CN_SZTL
488a847e6e
Revert "BBR Fix (Testing ( #37 )"
...
This reverts commit 60552cddea .
2020-02-26 00:09:53 +08:00
QiuSimons
60552cddea
BBR Fix (Testing ( #37 )
...
* tcp_bbr: adapt cwnd based on ack aggregation estimation
* Update 607-tcp_bbr-adapt-cwnd-based-on-ack-aggregation-estimation.patch
add missing patch
* Fix (test
Co-authored-by: CN_SZTL <22235437+1715173329@users.noreply.github.com>
2020-02-26 00:04:19 +08:00
CN_SZTL
d1dcde5e92
kernel/iptables: add modules for qos-gargoyle
2020-02-25 23:03:16 +08:00
CN_SZTL
94220db7c3
kernel/iptables: fix IMQ support
2020-02-25 20:27:24 +08:00
QiuSimons
ac0407bb81
add missing patch ( #36 )
...
* tcp_bbr: adapt cwnd based on ack aggregation estimation
* Update 607-tcp_bbr-adapt-cwnd-based-on-ack-aggregation-estimation.patch
add missing patch
Co-authored-by: CN_SZTL <22235437+1715173329@users.noreply.github.com>
2020-02-25 16:39:58 +08:00
QiuSimons
81d1612bc7
tcp_bbr: adapt cwnd based on ack aggregation estimation ( #35 )
2020-02-25 16:05:39 +08:00
AmadeusGhost
01ab5cf3c9
kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )
...
* kernel: bump 4.14 to 4.14.171
Refreshed all patches.
Fixes:
- CVE-2013-1798
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.19 to 4.19.105
Refreshed all patches.
Fixes:
- CVE-2013-1798
- CVE-2019-3016
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.19 to 4.19.106
Refreshed all patches.
Remove upstreamed:
- 950-0786-leds-pca963x-Fix-open-drain-initialization.patch
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump to 4.9.214, 4.14.171, 4.19.106
Co-authored-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-02-25 12:24:44 +08:00
LGA1150
445949adbf
ramips: add JD-Cloud router support ( #3239 )
...
* generic: support mtd-mac-address-ascii
It supports formats of both 001122334455 and 00:11:22:33:44:55
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* ramips: add JDCloud
Co-authored-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-02-22 12:26:41 +08:00
AmadeusGhost
6901278ef0
kernel: bump to 4.14.169, 4.19.101 ( #2963 )
...
* kernel: bump to 4.14.169, 4.19.101
* uboot: update to latest
* mediatek: bump to v4.19
* ath79: switch to wpad
* Revert 'grub2: update to latest'
2020-02-06 21:45:40 +08:00
AmadeusGhost
06dc25a010
kernel: bump to 4.14.167, 4.19.98 ( #2871 )
...
* kernel: bump to 4.14.167, 4.19.98
* ipq40xx: fix error patch
* bcm2708: sh: use /bin/sh
* kernel: sfp: add Nokia SFP fix from net-next
2020-01-30 01:43:29 +08:00
AmadeusGhost
5e942cf804
update some packages to latest version ( #2760 )
2020-01-13 09:47:13 +08:00
AmadeusGhost
7c7a6f2e55
kernel: bump to 4.9.208, 4.14.162, 4.19.93 ( #2745 )
...
* generic: support mtd-mac-address-ascii
* kernel: bump to 4.9.208, 4.14.162, 4.19.93
* bcm2708: sync from openwrt v19.07
* firmware: update to latest version
* correct mistakes
* ipq40xx: fixed wrong patch
2020-01-11 23:39:11 +08:00