[OpenWrt-Devel] Updating dnsmasq 2.73rc1 & new dnssec timestamp checking option

2015-03-26 Thread Kevin Darbyshire-Bryant
Hi All, New here, new to openwrt, not really a developer, more a willing idiot. Appreciate your help, patience, guidance etc. I've been following dnsmasq git master for a year or two on other router firmware projects and have always tried to keep them up to date. I'd like to do the same with/fo

Re: [OpenWrt-Devel] seccomp patch lead to build failures

2015-03-26 Thread Kevin Darbyshire-Bryant
On 26/03/2015 18:39, John Crispin wrote: > > On 26/03/2015 19:17, Dirk Neukirchen wrote: >> procd: add jail support 45010 >> >> leads to build errors on some? arches >> >> On omap I get: >> /jail/seccomp-bpf.h:72:3: error: #w$ >> # warning "Platform does not support seccomp filter yet" >> >> w

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-03-26 Thread Kevin Darbyshire-Bryant
On 26/03/2015 18:36, Arjen de Korte wrote: > Citeren Steven Barth : > >>> In that case, I have a lot of bug reports to file, because none of >>> the DHCPv6 clients I tried were happy with preferred lifetimes of 1 >>> second on their leases (which includes Windows 7, 8.1 and openSUSE >>> 13.2). >> S

Re: [OpenWrt-Devel] seccomp patch lead to build failures

2015-03-26 Thread Kevin Darbyshire-Bryant
On 26/03/2015 19:27, John Crispin wrote: > > > Hi John, > > Earlier today I was working on some dnsmasq changes. When I pulled the > latest updates I was surprised by the (new to me) 'jail' related > updates. Is there any documentation that I may be able to read to > understand how I can update m

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-03-27 Thread Kevin Darbyshire-Bryant
On 26/03/2015 23:51, Steven Barth wrote: > Radvd isn't part of OpenWrt for a while. dnsmasq doesn't support > downstream delegation and its DHCPv6 features aren't well integrated > if you have a dynamic prefix e.g. delegated from your ISP. I've been messing with the 'constructor' option for quite a

Re: [OpenWrt-Devel] adding seccomp and service jailing to procd

2015-03-28 Thread Kevin Darbyshire-Bryant
On 27/03/2015 14:37, John Crispin wrote: > > On 27/03/2015 13:45, Etienne Champetier wrote: >> Hi, >> >> >> 2015-03-27 10:42 GMT+01:00 John Crispin > >: >> >> OpenWrt service hardening and jailing >> = >> >> >> <...> >> >> >>

[OpenWrt-Devel] [PATCH] dnsmasq: Bump to dnsmasq2.73rc6

2015-04-23 Thread Kevin Darbyshire-Bryant
Bump dnsmasq to v2.73rc6 Remove 001-fix-crash-in-auth-code.patch & 200-fix-dhcpv6-solicit-handling.patch as now included upstream. Signed-off-by: Kevin Darbyshire-Bryant diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 9c90e0f..c5d

Re: [OpenWrt-Devel] [PATCH] dnsmasq: Bump to dnsmasq2.73rc6 - resend

2015-04-23 Thread Kevin Darbyshire-Bryant
On 23/04/2015 13:22, Felix Fietkau wrote: > On 2015-04-23 12:09, Kevin Darbyshire-Bryant wrote: >> Bump dnsmasq to v2.73rc6 >> >> Remove 001-fix-crash-in-auth-code.patch & >> 200-fix-dhcpv6-solicit-handling.patch as now included upstream. >> >> Signed-o

Re: [OpenWrt-Devel] [PATCH] dnsmasq: Bump to dnsmasq2.73rc6 - resend

2015-04-23 Thread Kevin Darbyshire-Bryant
On 23/04/2015 14:06, Kevin Darbyshire-Bryant wrote: > On 23/04/2015 13:22, Felix Fietkau wrote: >> On 2015-04-23 12:09, Kevin Darbyshire-Bryant wrote: >>> Bump dnsmasq to v2.73rc6 >>> >>> Remove 001-fix-crash-in-auth-code.patch & >>> 200-fix-dhcpv

Re: [OpenWrt-Devel] dnsmasq and --dhcp-relay option ?

2015-04-23 Thread Kevin Darbyshire-Bryant
On 23/04/2015 21:55, openwrt-de...@couprie.net wrote: > Hi, > > I need the dnsmasq --dhcp-relay option, how do i add this option to the > dnsmasq script ? > > Perry You could edit '/etc/dnsmasq.conf' and add your option/s directly to it. Does that achieve your aim? Kevin smime.p7s Descriptio

[OpenWrt-Devel] [PATCH] netifd: dhcp proto convert release to norelease

2019-11-19 Thread Kevin Darbyshire-Bryant
Change dhcp no/release on shutdown to 'norelease' uci option to match existing proto dhcpv6 usage. Signed-off-by: Kevin Darbyshire-Bryant --- .../etc/uci-defaults/14_migrate-dhcp-release | 23 +++ package/network/config/netifd/Makefile| 2 +- .../netifd

[OpenWrt-Devel] [PATCH] netifd: dhcp proto convert release to norelease

2019-11-19 Thread Kevin Darbyshire-Bryant
Change dhcp no/release on shutdown to 'norelease' uci option to match existing proto dhcpv6 usage. Signed-off-by: Kevin Darbyshire-Bryant --- v2 - store the migrate script under netifd structure instead of as part of base-files package/network/config/netifd/Makefile| 2 +- .

[OpenWrt-Devel] [PATCH] dnsmasq: correct sense & usage of dnsseccheckunsigned

2019-11-22 Thread Kevin Darbyshire-Bryant
ipt to pass required option in the disabled case. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/dnsmasq/Makefile | 2 +- package/network/services/dnsmasq/files/dnsmasq.init | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/netw

[OpenWrt-Devel] [PATCH] kernel: act_ctinfo: update backport

2019-11-26 Thread Kevin Darbyshire-Bryant
Since the original backports from kernel 5.3 a few things have been tweaked by kernel bumps & other upstream changes. Update the backport to reflect upstream as closely as possible and remove the bitrot. Functions remain the same, error reporting improved. Signed-off-by: Kevin Darbyshire-Br

[OpenWrt-Devel] Merged: kernel: act_ctinfo: update backport

2019-12-03 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Merged: kernel: drop the conntrack rtcache patch

2021-04-22 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Merged: dnsmasq: add config option for connmark DNS filtering

2021-06-26 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Merged: dnsmasq: Update to version 2.86test3

2021-06-26 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH procd] instance: Improve missing jail binary message

2020-01-30 Thread Kevin Darbyshire-Bryant
Signed-off-by: Kevin Darbyshire-Bryant --- service/instance.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service/instance.c b/service/instance.c index e872ba0..b78a65f 100644 --- a/service/instance.c +++ b/service/instance.c @@ -824,7 +824,8 @@ instance_jail_parse

[OpenWrt-Devel] [PATCH procd v2] instance: Improve missing jail binary message

2020-01-31 Thread Kevin Darbyshire-Bryant
Signed-off-by: Kevin Darbyshire-Bryant --- Base error on new 'mustjail' attribute service/instance.c | 32 ++-- service/instance.h | 1 + 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/service/instance.c b/service/instance.c index e872ba

[OpenWrt-Devel] [PATCH procd] instance: Add 'mustjail' attribute

2020-02-01 Thread Kevin Darbyshire-Bryant
is output in DEBUG mode, thus processes started in a 'may jail' but non-jail capable environment do not spam the log. Signed-off-by: Kevin Darbyshire-Bryant --- service/instance.c | 33 +++-- service/instance.h | 1 + 2 files changed, 24 insertions(+

[OpenWrt-Devel] [PATCH v2] instance: add 'requirejail' attribute

2020-02-02 Thread Kevin Darbyshire-Bryant
is output in DEBUG mode, thus processes started in a 'may jail' but non-jail capable environment do not spam the log. Signed-off-by: Kevin Darbyshire-Bryant --- v2 - change to 'requirejail' attribute service/instance.c | 33 +++-- service/instan

[OpenWrt-Devel] [PATCH] libnftnl: bump to 1.1.5

2020-03-16 Thread Kevin Darbyshire-Bryant
ake[5]: *** [all] Error 2 make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 make[2]: *** [/Users/kevin/wrt/build_dir/target-x86_64_musl/linux-x86_64/iptables-1.8.4/.built] Error 2 make[2]: Leaving directory `/Users/kevin/wrt/package/network/utils/iptables' Signed-off-by: Kevin D

[OpenWrt-Devel] [PATCH v1 2/2] kmod-sched-cake: switch to in-tree cake for 4.19+

2020-04-01 Thread Kevin Darbyshire-Bryant
work. Instead, remove the PROVIDES option and modify package sqm-scripts to depend on the correct module independently. Signed-off-by: Kevin Darbyshire-Bryant --- package/kernel/kmod-sched-cake-oot/Makefile | 3 +- package/kernel/linux/modules/netsupport.mk| 17 +- ...-sch_cake-Mak

[OpenWrt-Devel] [PATCH v1 0/2] Moving to drop Out of tree cake

2020-04-01 Thread Kevin Darbyshire-Bryant
Kevin Darbyshire-Bryant (2): kmod-sched-cake: rename to kmod-sched-cake-oot kmod-sched-cake: switch to in-tree cake for 4.19+ .../Makefile | 12 +- package/kernel/linux/modules/netsupport.mk| 17 +- ...-sch_cake-Make-the-dual-modes-fairer.patch

[OpenWrt-Devel] [PATCH v1 1/2] kmod-sched-cake: rename to kmod-sched-cake-oot

2020-04-01 Thread Kevin Darbyshire-Bryant
removed. Signed-off-by: Kevin Darbyshire-Bryant --- .../Makefile| 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) rename package/kernel/{kmod-sched-cake => kmod-sched-cake-oot}/Makefile (75%) diff --git a/package/kernel/kmod-sched-c

[OpenWrt-Devel] [PATCH v1] umdns: suppress address-of-packed-member warning

2020-04-04 Thread Kevin Darbyshire-Bryant
gned pointer value [-Werror=address-of-packed-member] 261 | uint16_t *swap = (uint16_t *) q; Work around what I think is a false positive by turning the warning off. Not ideal, but not quite as not ideal as build failure. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/u

[OpenWrt-Devel] Merged: ath79: improve mikrotik-caldata.sh

2020-04-04 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged: umdns: fix unused error

2020-04-05 Thread Kevin Darbyshire-Bryant
Merged. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] umdns: update to latest version

2020-04-05 Thread Kevin Darbyshire-Bryant
Hi Nick, I’ve already done it… slightly incorrectly (I got the PKG_RELEASE wrong no harm done, can be fixed on next ‘release’ date update) Thanks for patch. I should have taken yours! Cheers, Kevin > On 5 Apr 2020, at 09:31, vinc...@systemli.org wrote: > > From: Nick Hainke > > Includes:

[OpenWrt-Devel] [PATCH] odhcpd: remove bogus IPKG_INSTROOT reference

2020-06-10 Thread Kevin Darbyshire-Bryant
IPKG_INSTROOT is only set under image builder and we won't be running this script at build time either, so remove the reference before it gets cargo-culted into other scripts. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/odhcpd/Makefile| 2 +- package/ne

[OpenWrt-Devel] Merged: odhcpd: remove bogus IPKG_INSTROOT reference

2020-06-11 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] kernel: bump 5.4 to 5.4.47

2020-06-17 Thread Kevin Darbyshire-Bryant
Refreshed patches. Run tested: x86/64 (apu2) Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 ++-- ...653-spi-Force-CS_HIGH-if-GPIO-descriptors-are-used.patch | 4 ++-- ...QUASH-spi-Demote-SPI_CS_HIGH-warning-to-KERN_DEBUG.patch | 2

[PATCH umdns] service.c: fix build on gcc 10

2020-07-19 Thread Kevin Darbyshire-Bryant
red here 42 | uint8_t name[]; | ^~~~ cc1: all warnings being treated as errors make[5]: *** [CMakeFiles/umdns.dir/build.make:132: CMakeFiles/umdns.dir/service.c.o] Error 1 Signed-off-by: Kevin Darbyshire-Bryant --- service.c | 6 -- 1 file changed, 4 insertions(+), 2 delet

[PATCH] kernel: bump 5.4 to 5.4.53

2020-07-25 Thread Kevin Darbyshire-Bryant
different way. generic/hack-5.4/641-sch_cake-fix-IP-protocol-handling-in-the-presence-of.patch Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 +- .../910-unaligned_access_hacks.patch | 2 +- ...ce-quirks-for-Freeway-Airmouse-T3-an.patch | 4

[OpenWrt-Devel] [PATCH 0/2] RFC bumps to latest cake

2018-05-22 Thread Kevin Darbyshire-Bryant via openwrt-devel
platforms and not so good on others. e.g. tc -s qdisc show dev net_device_running_cake won't return all the tin stats on some archs (MIPS r32 BE). Assistance required! Bug in openwrt? Bug in our code? Endian issue? Testing, reports, ideas, fixes especially welcome :-) Kevin Darbyshire-

[OpenWrt-Devel] [PATCH 1/2] iproute2: RFC update cake support

2018-05-22 Thread Kevin Darbyshire-Bryant via openwrt-devel
rms and not so good on others. e.g. tc -s qdisc show dev net_device_running_cake won't return all the tin stats on some archs (MIPS r32 BE). Assistance required! Bug in openwrt? Bug in our code? Endian issue? Signed-off-by: Kevin Darbyshire-Bryant --- .../iproute2/patches/9

[OpenWrt-Devel] [PATCH 2/2] kmod-sched-cake: RFC latest cake

2018-05-22 Thread Kevin Darbyshire-Bryant via openwrt-devel
rms and not so good on others. e.g. tc -s qdisc show dev net_device_running_cake won't return all the tin stats on some archs (MIPS r32 BE). Assistance required! Bug in openwrt? Bug in our code? Endian issue? Signed-off-by: Kevin Darbyshire-Bryant --- package/kernel/kmod-sched-cake/Make

Re: [OpenWrt-Devel] FS#1567 reported: making openrwrt unusable (BT Home Hub 5) since between r6080 and r7050

2018-05-28 Thread Kevin Darbyshire-Bryant 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 --- > On 28 May 2018, at 14:52, Maur

Re: [OpenWrt-Devel] [PATCH 1/2] curl: Use ca-bundle for all TLS libraries.

2018-05-28 Thread Kevin Darbyshire-Bryant via openwrt-devel
t; > > ___________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > http://lists.infradead.org/mailman/listinfo/openwrt-devel Works for me and has solved a long annoying issue of needing both ca-bundle & ca-certs instal

Re: [OpenWrt-Devel] FS#1567 reported: making openrwrt unusable (BT Home Hub 5) since between r6080 and r7050

2018-05-29 Thread Kevin Darbyshire-Bryant via openwrt-devel
018, at 08:57, David Woodhouse wrote: > > On Mon, 2018-05-28 at 14:08 +0000, Kevin Darbyshire-Bryant via openwrt- > devel wrote: >> >> I have a local-ish ‘tame’ ISP (AAISP) who might let me visit the >> office and try a test line there… but I’d have to book & arr

Re: [OpenWrt-Devel] [PATCH 0/4 RFCv2] Realtek SMI RTL836x DSA driver

2018-05-29 Thread Kevin Darbyshire-Bryant 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 --- > On 29 May 2018, at 19:41, Linu

[OpenWrt-Devel] [PATCH] nettle: bump to 3.4

2018-05-30 Thread Kevin Darbyshire-Bryant via openwrt-devel
a bug fix/maintenance release. 3KB increase in ipk lib size on mips. Compile tested for: ar71xx, ramips Run tested on: ar71xx Archer C7 v2, ramips mir3g Signed-off-by: Kevin Darbyshire-Bryant --- package/libs/nettle/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pa

[OpenWrt-Devel] [PATCH] kernel: bump to 4.9.105

2018-05-31 Thread Kevin Darbyshire-Bryant via openwrt-devel
for-AT8032.patch target/linux/generic/pending-4.9/181-net-usb-add-lte-modem-wistron-neweb-d18q1.patch target/linux/generic/pending-4.9/182-net-qmi_wwan-add-BroadMobi-BM806U-2020-2033.patch Compile & run tested: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant --- include/ker

[OpenWrt-Devel] [PATCH] ramips: mir3g dts define usb port Vcc volt regulator GPIO

2018-06-07 Thread Kevin Darbyshire-Bryant via openwrt-devel
r load and disabled on driver unload. Enable kernel support for fixed voltage regulator types on mt7621. Signed-off-by: Kevin Darbyshire-Bryant --- target/linux/ramips/dts/MIR3G.dts | 21 - target/linux/ramips/mt7621/config-4.14 | 2 ++ 2 files changed, 14 insert

[OpenWrt-Devel] [PATCH] ramips: mir3g: reduce usb power flapping at boot

2018-06-08 Thread Kevin Darbyshire-Bryant via openwrt-devel
as set on by bootloader (which it is) The power gets cycled at kernel boot, but by defining as 'regulator-boot-on' reduces the power off to power on at driver initial load & setup from around 5 seconds to around 2 seconds. Signed-off-by: Kevin Darbyshire-Bryant --- target/linux/

[OpenWrt-Devel] [PATCH] kernel: bump 4.9 to 4.9.107

2018-06-09 Thread Kevin Darbyshire-Bryant via openwrt-devel
ile-tested for: ar71xx Run-tested on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 +- .../patches-4.9/910-unaligned_access_hacks.patch | 2 +- ..._pl011-Don-t-use-DT-aliases-for-numbering.patch | 2 +- .../950-0195-

Re: [OpenWrt-Devel] [PATCH] ramips: mir3g: reduce usb power flapping at boot

2018-06-11 Thread Kevin Darbyshire-Bryant via openwrt-devel
018, at 15:56, Mathias Kresin wrote: > > 08.06.2018 20:45, Kevin Darbyshire-Bryant: >> Define USB port power as set on by bootloader (which it is) The power >> gets cycled at kernel boot, but by defining as 'regulator-boot-on' >> reduces the power off to power on

[OpenWrt-Devel] [PATCH 1/2] lantiq: atm: fix ifx_atm driver integration

2018-06-16 Thread Kevin Darbyshire-Bryant via openwrt-devel
he solution to pppoatm vc-mux failing to work which started the whole investigation, but let's fix it up anyway. With sincerest thanks to dwmw2 & mkresin. Tested-on: lantiq, BT HomeHub 5a Signed-of-by: Kevin Darbyshire-Bryant Signed-off-by: Kevin Darbyshire-Bryant --- .../lantiq/patches-4.

[OpenWrt-Devel] [PATCH 2/2] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-16 Thread Kevin Darbyshire-Bryant via openwrt-devel
Kresin for debugging assistance and to David Woodhouse for further guidance, cajoling & patience in interpreting the debug I was giving him and producing a fix! Fixes FS#1567 Signed-off-by: Kevin Darbyshire-Bryant --- ...-sock.sk_wmem_alloc-from-atomic_t-to-refc.patch | 186 +

[OpenWrt-Devel] [PATCH v2 1/2] lantiq: atm: fix ifx_atm driver integration

2018-06-16 Thread Kevin Darbyshire-Bryant via openwrt-devel
he solution to pppoatm vc-mux failing to work which started the whole investigation, but let's fix it up anyway. With sincerest thanks to David Woodhouse & Mathias Kresin . Tested-on: lantiq, BT HomeHub 5a Signed-off-by: Kevin Darbyshire-Bryant --- v2 - tweak to contributor credits, signed o

[OpenWrt-Devel] [PATCH v2 2/2] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-16 Thread Kevin Darbyshire-Bryant via openwrt-devel
Kresin for debugging assistance and to David Woodhouse for further guidance, cajoling & patience in interpreting the debug I was giving him and producing a fix! Fixes FS#1567 Signed-off-by: Kevin Darbyshire-Bryant --- ...-sock.sk_wmem_alloc-from-atomic_t-to-refc.patch | 186 +

Re: [OpenWrt-Devel] [PATCH 1/2] lantiq: atm: fix ifx_atm driver integration

2018-06-16 Thread Kevin Darbyshire-Bryant 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 --- > On 16 Jun 2018, at 10:43, Davi

Re: [OpenWrt-Devel] [PATCH v2 2/2] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-18 Thread Kevin Darbyshire-Bryant via openwrt-devel
018, at 08:06, David Woodhouse wrote: > > On Sat, 2018-06-16 at 08:36 +0000, Kevin Darbyshire-Bryant via openwrt-devel > wrote: >> Backport a hot off the press upstream kernel ATM fix: >> >> Preserve value of skb->truesize when accounting to vcc >> >> "

[OpenWrt-Devel] [PATCH] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-18 Thread Kevin Darbyshire-Bryant via openwrt-devel
the ticking timebomb: 158f323b9868 ("net: adjust skb->truesize in pskb_expand_head() Sincerest thanks to Mathias Kresin for debugging assistance and to David Woodhouse for further guidance, cajoling & patience in interpreting the debug I was giving him and producing a fix! Fixes

[OpenWrt-Devel] [PATCH] lantiq: atm: fix ifx_atm driver integration

2018-06-18 Thread Kevin Darbyshire-Bryant via openwrt-devel
he solution to pppoatm vc-mux failing to work which started the whole investigation, but let's fix it up anyway. With sincerest thanks to David Woodhouse & Mathias Kresin . Tested-on: lantiq, BT HomeHub 5a Signed-off-by: Kevin Darbyshire-Bryant --- .../patches-4.14/0004-MIPS-lantiq-a

[OpenWrt-Devel] [RFC PATCH] ltq_atm: burn ifx_atm_alloc_tx with fire

2018-06-18 Thread Kevin Darbyshire-Bryant via openwrt-devel
nce commit 0276e1f7608a2b5252aee0c92c9834a150582ffe we no longer call or use ifx_atm_alloc_tx and the pointed to function atm_alloc_tx. Let's remove this unused code. Tested on: BT HomeHub 5a Signed-off-by: Kevin Darbyshire-Bryant --- package/kernel/lantiq/ltq-atm/src/ltq_atm.c | 45 +-

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

2018-06-20 Thread Kevin Darbyshire-Bryant via openwrt-devel
ncy b7b193f queueing: remove useless spinlocks on sc 5bb62fe tools: getentropy requires 10.12 4e9f120 chacha20poly1305: use slow crypto on -rt kernels on arm too Compiled-for: ar71xx, lantiq Run-tested-on: ar71xx Archer C7 v2 & lantiq HH5a Signed-off-by: Kevin Darbyshire-Bryant --- package/ne

[OpenWrt-Devel] [PATCH] kernel: bump 4.14 to 4.14.51

2018-06-21 Thread Kevin Darbyshire-Bryant via openwrt-devel
mips MIR3g Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 +- ...stmmac-Disable-frame-filtering-completely.patch | 2 +- 16-netfilter-flow-table-support-for-IPv6.patch | 2 +- ...r-improve-flow-table-Kconfig-dependencies.patch | 2 +- .

Re: [OpenWrt-Devel] 18.06: Cherry pick mtu fix

2018-06-21 Thread Kevin Darbyshire-Bryant 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 --- > On 21 Jun 2018, at 08:13, Jaap

[OpenWrt-Devel] [PATCH v2] kernel: bump 4.14 to 4.14.51

2018-06-21 Thread Kevin Darbyshire-Bryant via openwrt-devel
tested-for: lantiq, ramips Run-tested-on: lantiq BT hh5a, ramips MIR3g Signed-off-by: Kevin Darbyshire-Bryant --- v2 - actually it turns out 531-ATA-achi... isn't required & causes build failure - oops! Thanks to Gerard Looije for pointing out the error in my ways :-) includ

Re: [OpenWrt-Devel] Archer C7 v2 with Target System "Atheros ATH79 (DTS)" or "Atheros AR7xxx/AR9xxx"

2018-06-28 Thread Kevin Darbyshire-Bryant 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 --- > On 28 Jun 2018, at 08:26, m...

Merged: dnsmasq: add match_tag for --dhcp-host

2021-11-09 Thread Kevin Darbyshire-Bryant 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 --- Merged into my staging tree. Thank

[PATCH] options.c: add DSCP code LE Least Effort

2022-01-08 Thread Kevin Darbyshire-Bryant 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 --- Signed-off-by: Kevin

[PATCH v2] options.c: add DSCP code LE Least Effort

2022-01-08 Thread Kevin Darbyshire-Bryant via openwrt-devel
support to firewall3. Signed-off-by: Kevin Darbyshire-Bryant --- options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/options.c b/options.c index 6131786..2f419a3 100644 --- a/options.c +++ b/options.c @@ -146,6 +146,7 @@ static const struct { const char *name; uint8_t dscp; } dsc

<    1   2