[PATCH v13 1/2] dnsmasq: Update to version 2.86

2021-09-08 Thread Etan Kissling
--dhcp-hostsfile --dhcp-optsfile and --addn-hosts are given a directory as argument, define the order in which files within that directory are read. * Support some wildcard matching of input tags to --tag-if. Signed-off-by: Etan Kissling --- v3: Refreshed patches. v4: Fix crash when running

[PATCH v13 2/2] dnsmasq: add config option for connmark DNS filtering

2021-09-08 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (imported from upstream mailing list https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq. v8: Update

[PATCH v12 2/2] dnsmasq: add config option for connmark DNS filtering

2021-09-01 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (imported from upstream mailing list https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq. v8: Update

[PATCH v12 1/2] dnsmasq: Update to version 2.86rc3

2021-09-01 Thread Etan Kissling
--dhcp-hostsfile --dhcp-optsfile and --addn-hosts are given a directory as argument, define the order in which files within that directory are read. * Support some wildcard matching of input tags to --tag-if. Signed-off-by: Etan Kissling --- v3: Refreshed patches. v4: Fix crash when running

[PATCH v11 2/2] dnsmasq: add config option for connmark DNS filtering

2021-08-31 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (imported from upstream mailing list https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq. v8: Update

[PATCH v11 1/2] dnsmasq: Update to version 2.86rc2

2021-08-31 Thread Etan Kissling
--dhcp-hostsfile --dhcp-optsfile and --addn-hosts are given a directory as argument, define the order in which files within that directory are read. * Support some wildcard matching of input tags to --tag-if. Signed-off-by: Etan Kissling --- v3: Refreshed patches. v4: Fix crash when running

[PATCH v10 1/2] dnsmasq: Update to version 2.86rc1

2021-08-25 Thread Etan Kissling
--dhcp-hostsfile --dhcp-optsfile and --addn-hosts are given a directory as argument, define the order in which files within that directory are read. Signed-off-by: Etan Kissling --- v3: Refreshed patches. v4: Fix crash when running multiple dnsmasq instances. v5: Workaround from v4 is no longer

[PATCH v10 2/2] dnsmasq: add config option for connmark DNS filtering

2021-08-25 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (imported from upstream mailing list https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq. v8: Update

[PATCH v9 2/2] dnsmasq: add config option for connmark DNS filtering

2021-08-22 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (imported from upstream mailing list https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq. v8: Update

[PATCH v9 1/2] dnsmasq: Update to version 2.86test7

2021-08-22 Thread Etan Kissling
capability is available when conntrack is configured. Signed-off-by: Etan Kissling --- v3: Refreshed patches. v4: Fix crash when running multiple dnsmasq instances. v5: Workaround from v4 is no longer required. Update to version 2.86test4. v7: Additional patch no longer needed for update

[PATCH v8 1/2] dnsmasq: Update to version 2.86test6

2021-07-22 Thread Etan Kissling
handling for number of concurrent DNS queries. * Improve efficiency of DNSSEC. * Connection track mark based DNS query filtering. * Allow smaller then 64 prefix lengths in synth-domain. * Make domains generated by --synth-domain appear in replies when in authoritative mode. Signed-off-by: Etan

[PATCH v8 2/2] dnsmasq: add config option for connmark DNS filtering

2021-07-22 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (imported from upstream mailing list https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq. v8: Update

Re: [PATCH v7 2/2] dnsmasq: add config option for connmark DNS filtering

2021-07-10 Thread Etan Kissling
On 11.07.21, 00:49, "Adrian Schmutzler" wrote: > But why can't you just decide for one e-mail address and use that for a > single signed-off-by line per patch? It is just a coincidence that in this specific case I both authored the patch and integrate it (although for different entities, one

Re: [PATCH v7 2/2] dnsmasq: add config option for connmark DNS filtering

2021-07-10 Thread Etan Kissling
On 11.07.21, 00:40, "Adrian Schmutzler" wrote: > is there a special reason why you repeatedly post with multiple > Signed-off-by? This second part of the patch depends on dnsmasq being updated to a new version. The dnsmasq update revealed some problems which needed to be addressed, and once r

[PATCH v7 2/2] dnsmasq: add config option for connmark DNS filtering

2021-07-09 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (See https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq. package/network/services/dnsmasq/files

[PATCH v7 1/2] dnsmasq: Update to version 2.86test5

2021-07-09 Thread Etan Kissling
handling for number of concurrent DNS queries. * Improve efficiency of DNSSEC. * Connection track mark based DNS query filtering. Signed-off-by: Etan Kissling --- v3: Refreshed patches. v4: Fix crash when running multiple dnsmasq instances. v5: Workaround from v4 is no longer required. Update

Re: [PATCH v6 1/3] dnsmasq: distinct Ubus names for multiple instances

2021-07-04 Thread Etan Kissling
On 04.07.21, 14:49, "Nick Lowe" wrote: > Is this expected to contain thekelleys.org.uk? Assuming you meant uk.org.thekelleys (reversed). Yes, it is matching previous behaviour where the default name was used for all the instances. In situation where this can conflict, this patch will now onl

[PATCH v6 3/3] dnsmasq: add config option for connmark DNS filtering

2021-06-27 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (See https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq. package/network/services/dnsmasq/files

[PATCH v6 2/3] dnsmasq: Update to version 2.86test4

2021-06-27 Thread Etan Kissling
handling for number of concurrent DNS queries. * Improve efficiency of DNSSEC. * Connection track mark based DNS query filtering. Signed-off-by: Etan Kissling --- v3: Refreshed patches. v4: Fix crash when running multiple dnsmasq instances. v5: Workaround from v4 is no longer required. Update

[PATCH v6 1/3] dnsmasq: distinct Ubus names for multiple instances

2021-06-27 Thread Etan Kissling
asq config section is assigned the default name. If there are no unnamed dnsmasq sections the first encountered named dnsmasq config section is assigned instead. A similar issue exists for Dbus and was similarly addressed. Signed-off-by: Etan Kissling --- v5: Introduce this patch so that dnsmasq can

[PATCH v5 3/3] dnsmasq: add config option for connmark DNS filtering

2021-06-27 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (See https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq to 2.86test3. package/network/services

[PATCH v5 2/3] dnsmasq: Update to version 2.86test4

2021-06-27 Thread Etan Kissling
handling for number of concurrent DNS queries. * Improve efficiency of DNSSEC. * Connection track mark based DNS query filtering. Signed-off-by: Etan Kissling --- v3: Refreshed patches. v4: Fix crash when running multiple dnsmasq instances. v5: Workaround from v4 is no longer required. Update

[PATCH v5 1/3] dnsmasq: distinct Ubus names for multiple instances

2021-06-27 Thread Etan Kissling
unnamed instances present, the config should be updated accordingly and Ubus either disabled on all but one of them, or them being named accordingly. Signed-off-by: Etan Kissling --- v5: Introduce this patch so that dnsmasq can be updated. package/network/services/dnsmasq/files/dnsmasq.init | 9

Re: [PATCH v4 1/2] dnsmasq: Update to version 2.86test3

2021-06-27 Thread Etan Kissling
On 27.06.21, 09:36, "Oldřich Jedlička" wrote: > The crash is caused by a conflict in UBUS service name (the root name > of UBUS path). Previously only warning was logged when you tried to > use multiple Dnsmasq instances with UBUS enabled - only the first one > can register to the UBUS with th

[PATCH v4 1/2] dnsmasq: Update to version 2.86test3

2021-06-26 Thread Etan Kissling
handling for number of concurrent DNS queries. * Improve efficiency of DNSSEC. * Connection track mark based DNS query filtering. Signed-off-by: Etan Kissling --- v3: Refreshed patches. v4: Fix crash when running multiple dnsmasq instances. package/network/services/dnsmasq/Makefile | 6

[PATCH v4 2/2] dnsmasq: add config option for connmark DNS filtering

2021-06-26 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (See https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq to 2.86test3. package/network/services

[PATCH 21.02 2/2] dnsmasq: add config option for connmark DNS filtering

2021-06-26 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (cherry picked from commit dea4bae7c2b963af02e1e3e3bdb5cd656a5ea3d3) Signed-off-by: Etan Kissling --- package/network/services/dnsmasq/files/dnsmasq.init | 12 1 file changed, 12

[PATCH 21.02 1/2] dnsmasq: Update to version 2.86test3

2021-06-26 Thread Etan Kissling
handling for number of concurrent DNS queries. * Improve efficiency of DNSSEC. * Connection track mark based DNS query filtering. Signed-off-by: Etan Kissling (cherry picked from commit 3628870015ef46eacf2c936f36e3c1ed3b4c9855) Signed-off-by: Etan Kissling --- package/network/services/dnsmasq

[PATCH v3 1/2] dnsmasq: Update to version 2.86test3

2021-06-26 Thread Etan Kissling
handling for number of concurrent DNS queries. * Improve efficiency of DNSSEC. * Connection track mark based DNS query filtering. Signed-off-by: Etan Kissling --- v3: Refreshed patches. package/network/services/dnsmasq/Makefile | 6 +++--- .../patches/100-remove-old-runtime

[PATCH v3 2/2] dnsmasq: add config option for connmark DNS filtering

2021-06-26 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (See https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq to 2.86test3. package/network/services

[PATCH 2/2 v2] dnsmasq: add config option for connmark DNS filtering

2021-06-25 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (See https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq to 2.86test3. package/network/services

[PATCH 1/2 v2] dnsmasq: Update to version 2.86test3

2021-06-25 Thread Etan Kissling
handling for number of concurrent DNS queries. * Improve efficiency of DNSSEC. * Connection track mark based DNS query filtering. Signed-off-by: Etan Kissling --- package/network/services/dnsmasq/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network

[PATCH] dnsmasq: add config option for connmark DNS filtering

2021-06-21 Thread Etan Kissling
This adds a config option to configure connmark based DNS filtering, as introduced upstream in 627056febbf1b08e3028700184ee2f6c7ae799c6. Signed-off-by: Etan Kissling (See https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- package

OpenWrt 21.02 planning

2021-06-21 Thread Etan Kissling
>> 3. Feature: Extending Dnsmasq with conntrack based DNS query filtering. >> >> http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q1/014661.html > > This is still being reviewed by Dnsmasq. It would be great if this could > still make it into OpenWrt 21.02. This extends firewall cap

Re: [PATCH] uboot-envtools: adjust compile patch to version v2021.01

2021-02-25 Thread Etan Kissling 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 24.02.21, 16:50, "k_ronny" w

Re: uboot-envtools build error in openwrt-21.02.

2021-02-20 Thread Etan Kissling 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 19.02.21, 22:46, "Ronny Kotzs

Re: OpenWrt 21.02 planning

2021-02-20 Thread Etan Kissling 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 12.02.21, 10

Re: uboot-envtools build error in openwrt-21.02.

2021-02-19 Thread Etan Kissling via openwrt-devel
:10, "Etan Kissling" wrote: > On 19.02.21, 00:11, "openwrt-devel on behalf of Hauke Mehrtens" > wrote: > > > On 2/18/21 10:40 PM, Etan Kissling wrote: > > > When building openwrt-21.02 I encountered errors in uboot-envtools. > > > > > > The

Re: uboot-envtools build error in openwrt-21.02.

2021-02-18 Thread Etan Kissling via openwrt-devel
, "openwrt-devel on behalf of Hauke Mehrtens" wrote: > On 2/18/21 10:40 PM, Etan Kissling wrote: > > When building openwrt-21.02 I encountered errors in uboot-envtools. > > > > The problem appears since a recent u-boot update. > > https://github.com/u-boot/u-boot/

uboot-envtools build error in openwrt-21.02.

2021-02-18 Thread Etan Kissling 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 --- When building openwrt-21.02 I enco

Re: Patchwork and DMARC emails.

2021-02-18 Thread Etan Kissling via openwrt-devel
, "openwrt-devel on behalf of Sam Kuper" wrote: > On Wed, Feb 17, 2021 at 02:47:57PM +0100, Etan Kissling wrote: > > On 08.02.21, 10:33, Rosen Penev wrote: > >>> My patches don't end up in Patchwork for some reason. > >> It's because of DMARC. [..]

Re: Upcoming 19.07.7 release

2021-02-17 Thread Etan Kissling 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 18.02.21, 00:03, "openwrt-dev

[no subject]

2021-02-17 Thread Etan Kissling 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 08.02.21, 10:33, "openwrt-deve

[no subject]

2021-02-12 Thread Etan Kissling 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 --- > We just had our developer meetin

[no subject]

2021-02-08 Thread Etan Kissling (IC) 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 --- I have posted a few backports to 1

[no subject]

2021-01-25 Thread Etan Kissling 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 17.01.21, 19:17, "openwrt-dev

[no subject]

2021-01-19 Thread Etan Kissling via openwrt-devel
rballs for simplicity. Removed upstream patch. Fixed license information. Signed-off-by: Rosen Penev (cherry picked from openwrt/packages commit b60aa5ffdb258c0c94b375c4e972c587b572b1a7) Re-added `PKG_FIXUP:=autoreconf` to prevent build error. Signed-off-by: Etan Kissling --- package/libs/libnetfi

[no subject]

2021-01-18 Thread Etan Kissling via openwrt-devel
connection tracking information results in "Operation not supported". Signed-off-by: Etan Kissling (cherry picked from commit 39add246c1e18afc1fe026b5f359a3acf8082279) Signed-off-by: Etan Kissling --- package/kernel/linux/modules/netfilter.mk | 2 +- target/linux/generic/config-4.14

[no subject]

2021-01-18 Thread Etan Kissling via openwrt-devel
rballs for simplicity. Removed upstream patch. Fixed license information. Signed-off-by: Rosen Penev (cherry picked from packages commit b60aa5ffdb258c0c94b375c4e972c587b572b1a7) Signed-off-by: Etan Kissling --- package/libs/libnetfilter-queue/Makefile | 18 +-- .../p

[no subject]

2021-01-18 Thread Etan Kissling via openwrt-devel
option to allow compiling with HKDF algorithm support to support applications that require this feature. Signed-off-by: Etan Kissling (cherry picked from commit 02abd99f89d98344d086d95b1ec1dfa9901351aa) Signed-off-by: Etan Kissling --- package/libs/mbedtls/Makefile | 19 ++- 1 file c

[no subject]

2021-01-18 Thread Etan Kissling via openwrt-devel
_IFACE_MIB symbol for wpad-full and hostapd-full. If it is not enabled, statistic outputs such as "hostapd_cli all_sta" are empty. Signed-off-by: David Bauer (cherry picked from commit 1ccf4bb93b0304c3c32a8a31a711a6ab889fd47a) Signed-off-by: Etan Kissling --- package/network/services/h

[no subject]

2021-01-18 Thread Etan Kissling via openwrt-devel
uration of multicast_to_unicast and per_sta_vif options. - multicast_to_unicast requests multicast-to-unicast conversion. - per_sta_vif assigns each station its own AP_VLAN interface. Signed-off-by: Etan Kissling (cherry picked from commit 7babb978ad9d7fc29acb1ff86afb1eb343af303a) Signed-off-by: Eta

[no subject]

2021-01-18 Thread Etan Kissling via openwrt-devel
option to allow compiling with HKDF algorithm support to support applications that require this feature. Signed-off-by: Etan Kissling (cherry picked from commit 02abd99f89d98344d086d95b1ec1dfa9901351aa) --- package/libs/mbedtls/Makefile | 19 ++- 1 file changed, 18 insertions(+),

[no subject]

2021-01-14 Thread Etan Kissling via openwrt-devel
_IFACE_MIB symbol for wpad-full and hostapd-full. If it is not enabled, statistic outputs such as "hostapd_cli all_sta" are empty. Signed-off-by: David Bauer [etan_kissl...@apple.com: Backport from master.] Signed-off-by: Etan Kissling --- package/network/services/hostapd/files/hosta

[no subject]

2021-01-14 Thread Etan Kissling via openwrt-devel
uration of multicast_to_unicast and per_sta_vif options. - multicast_to_unicast requests multicast-to-unicast conversion. - per_sta_vif assigns each station its own AP_VLAN interface. Backport from master. Signed-off-by: Etan Kissling --- package/network/services/hostapd/files/hosta

[no subject]

2021-01-14 Thread Etan Kissling via openwrt-devel
option to allow compiling with HKDF algorithm support to support applications that require this feature. Backport from master. Signed-off-by: Etan Kissling --- package/libs/mbedtls/Makefile | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/package/libs/mbedtls/

[no subject]

2021-01-13 Thread Etan Kissling via openwrt-devel
uration of multicast_to_unicast and per_sta_vif options. - multicast_to_unicast requests multicast-to-unicast conversion. - per_sta_vif assigns each station its own AP_VLAN interface. Signed-off-by: Etan Kissling --- package/network/services/hostapd/Makefile | 2 +- package/network/servic

[no subject]

2021-01-12 Thread Etan Kissling via openwrt-devel
uration of multicast_to_unicast and per_sta_vif options. - multicast_to_unicast requests multicast-to-unicast conversion. - per_sta_vif assigns each station its own AP_VLAN interface. Signed-off-by: Etan Kissling --- package/network/services/hostapd/Makefile | 2 +- .../network/services/hos

[no subject]

2021-01-12 Thread Etan Kissling via openwrt-devel
option to allow compiling with HKDF algorithm support to support applications that require this feature. Signed-off-by: Etan Kissling --- package/libs/mbedtls/Makefile | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/package/libs/mbedtls/Makefile b/package/li

[no subject]

2021-01-12 Thread Etan Kissling via openwrt-devel
connection tracking information results in "Operation not supported". Signed-off-by: Etan Kissling --- package/kernel/linux/modules/netfilter.mk | 2 +- target/linux/generic/config-5.4 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/mod

[no subject]

2021-01-12 Thread Etan Kissling (IC) via openwrt-devel
connection tracking information results in "Operation not supported". Signed-off-by: Etan Kissling --- package/kernel/linux/modules/netfilter.mk | 2 +- target/linux/generic/config-5.4 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/mod

[no subject]

2021-01-12 Thread Etan Kissling (IC) via openwrt-devel
uration of multicast_to_unicast and per_sta_vif options. - multicast_to_unicast requests multicast-to-unicast conversion. - per_sta_vif assigns each station its own AP_VLAN interface. Signed-off-by: Etan Kissling --- package/network/services/hostapd/Makefile | 2 +- .../network/services/hos

[no subject]

2021-01-12 Thread Etan Kissling (IC) via openwrt-devel
option to allow compiling with HKDF algorithm support to support applications that require this feature. Signed-off-by: Etan Kissling --- package/libs/mbedtls/Makefile | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/package/libs/mbedtls/Makefile b/package/li