[LEDE-DEV] [PATCH] wireguard: Add support for ip6prefix config option

2018-05-13 Thread Toke Høiland-Jørgensen
other interfaces. Signed-off-by: Toke Høiland-Jørgensen --- package/network/services/wireguard/files/wireguard.sh | 6 ++ 1 file changed, 6 insertions(+) diff --git a/package/network/services/wireguard/files/wireguard.sh b/package/network/services/wireguard/files/wireguard.sh index 7b18a2e0ec

Re: [LEDE-DEV] [PATCH] ath10k: Re-enable intermediate softqueues for all devices

2017-09-19 Thread Toke Høiland-Jørgensen
Baptiste Jonglez writes: > Hi, > > On 14-09-17, Toke Høiland-Jørgensen wrote: >> Toke Høiland-Jørgensen writes: >> >> > The upstream ath10k driver disables the intermediate softqueues for some >> > devices. This patch reverts that behaviour and

Re: [LEDE-DEV] [PATCH] ath10k: Re-enable intermediate softqueues for all devices

2017-09-14 Thread Toke Høiland-Jørgensen
Toke Høiland-Jørgensen writes: > The upstream ath10k driver disables the intermediate softqueues for some > devices. This patch reverts that behaviour and always enables the > softqueues (and associated bufferbloat fixes). We have had reports of people > running this with good resu

[LEDE-DEV] [PATCH] ath10k: Re-enable intermediate softqueues for all devices

2017-09-06 Thread Toke Høiland-Jørgensen
-fast/2017-September/001497.html This also refreshes mac80211 patches. Signed-off-by: Toke Høiland-Jørgensen --- ...t-disable-wake_tx_queue-for-older-devices.patch | 27 ++ .../patches/930-ath10k_add_tpt_led_trigger.patch | 4 ++-- 2 files changed, 29 insertions(+), 2

Re: [LEDE-DEV] Planning v17.01.2

2017-06-15 Thread Toke Høiland-Jørgensen
Vincenzo Romano writes: > Maybe one could think about an alternative dropbear-full package. What about disabling the older key types? Who really needs RSA these days? ;) -Toke ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infrad

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-12 Thread Toke Høiland-Jørgensen
p.wa...@gmx.at writes: > Ok - I've got some interesting news. > First, the stalls started to appear on multiple CPUs/tasks simultaneously: > (find an excerpt from dmesg under [1]). > > For further testing, I've disabled SQM, rebooted and whoaa... > These kernel errors are gone. Running fine since

Re: [LEDE-DEV] ddns problem

2017-06-05 Thread Toke Høiland-Jørgensen
"Giuseppe Lippolis" writes: > Dear All, > I have a problem with the pkg ddns-scripts_2.7.6-14_all. > I'm using the option service_name 'dyndns.org'. > > After running the script I get in logread: > > Mon Jun 5 15:27:27 2017 user.err ddns-scripts[2591]: myddns_ipv4: No or > private or invalid IP

Re: [LEDE-DEV] openwrt and lede - remerge proposal V2

2017-05-22 Thread Toke Høiland-Jørgensen
John Crispin writes: > the lede rules that will become the new owrt rules. You may want to mention this fact in the merge proposal itself. What would happen to the rules was one of the points that was unclear in the first round, I believe... :) -Toke ___

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-08 Thread Toke Høiland-Jørgensen
John Crispin writes: > Hi, > > Felix, Imre and myself had 2 calls last week lasting several hours and > discussed > the following proposal of conditions for a remerge that we would like to > propose > and have people vote on. Great to hear progress is being made on this! I think the proposal l

Re: [LEDE-DEV] LEDE v17.01.0 final

2017-02-22 Thread Toke Høiland-Jørgensen
Jo-Philipp Wich writes: > Hi, > > The LEDE Community is proud to announce the first stable version of the > LEDE 17.01 version series. Congratulations all around. Great work! :) -Toke ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://list

Re: [LEDE-DEV] LEDE-17.01 Final Release Notes available

2017-01-29 Thread Toke Høiland-Jørgensen
Jaap Buurman writes: > One more question if you don't mind :) With the "mac80211 debloated > intermediate queues" do you also mean fq_codel (phase 2), or just > phase 1? That's "phase 2". If I'm understanding the distinction correctly, "phase 1" is everything not wifi-specific (i.e. ethernet dri

Re: [LEDE-DEV] LEDE-17.01 Final Release Notes available

2017-01-29 Thread Toke Høiland-Jørgensen
Rich Brown writes: > Hi Jaap, > >> On Jan 28, 2017, at 6:36 AM, Jaap Buurman wrote: >> >> Great job on the release notes! One minor thing that I think looks >> nicer would be the removal of "nothing specific" after "improved >> performance", since it adds no additional information. But that's j

Re: [LEDE-DEV] LEDE-17.01 Final Release Notes available

2017-01-29 Thread Toke Høiland-Jørgensen
Jaap Buurman writes: > Thank you very much for the information! Actually, airtime fairness > was added 3 days ago, both to the master branch and to the 17.01 > branch as can be seen in this commit: > https://git.lede-project.org/?p=source.git;a=commit;h=a6f3ea5e848fd6c23cf0af9fe7b6c9753a1bf2fe A

Re: [LEDE-DEV] LEDE-17.01 Final Release Notes available

2017-01-29 Thread Toke Høiland-Jørgensen
Jaap Buurman writes: > Thank you very much for the clarification. That makes a lot of sense. > Do you happen to know where the mt76 driver stands with respect to > these different phases? I am in the market for a new router, and due > to the openness of the driver I'm currently looking at a media

[LEDE-DEV] [PATCH v2] kmod-sched-core: Add HTB and TBF traffic shapers

2017-01-20 Thread Toke Høiland-Jørgensen
-core (20k for sch_htb.ko and 10k for sch_tbf.ko). Signed-off-by: Toke Høiland-Jørgensen --- Also merging this to 17.01 would be good. package/kernel/linux/modules/netsupport.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/linux/modules/netsupport.mk b

Re: [LEDE-DEV] [PATCH] kmod-sched-core: Remove HFSC and replace it with HTB

2017-01-19 Thread Toke Høiland-Jørgensen
On 19 January 2017 21:08:40 CET, Felix Fietkau wrote: >On 2017-01-19 19:12, Toke Høiland-Jørgensen wrote: >> Given the stability issues with HFSC, move that from kmod-sched-core >to >> kmod-sched and replace it with HTB. >> >> This has the added benefit of enablin

[LEDE-DEV] [PATCH] kmod-sched-core: Remove HFSC and replace it with HTB

2017-01-19 Thread Toke Høiland-Jørgensen
: Toke Høiland-Jørgensen --- Merging this to 17.01 is probably a good idea as well, since that is where the stability issues are likely to be felt. package/kernel/linux/modules/netsupport.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/linux/modules

Re: [LEDE-DEV] [PATCH netifd] interface-ip: route proto config support (FS#170)

2017-01-17 Thread Toke Høiland-Jørgensen
Hans Dedecker writes: > Route proto support is usefull when using route distribution > via a routing daemon. > The route proto parameter can be specified via the route proto > uci config parameter and can hold the string values redirect, > kernel, static, gated, ra, mrt, zebra, bind, dnrouted, xo

Re: [LEDE-DEV] [Babel-users] Babeld now has procd support on OpenWRT/LEDE

2017-01-14 Thread Toke Høiland-Jørgensen
"L. D. Pinney" writes: > Go back to playing the guitar and smoking dopethat's what you do best. > > STOP CROSS POSTING YOU FSCKin' Clown Boy Dude, seriously? Lay off the abuse. Even if your argument had any merit, this kind of language is uncalled for... -Toke _

Re: [LEDE-DEV] Fading out PolarSSL

2017-01-03 Thread Toke Høiland-Jørgensen
Jo-Philipp Wich writes: > Hi list, > > the mbed TLS project (formerly known as PolarSSL) declared the mbedTLS > 1.3 branch (packaged as "libpolarssl" by LEDE) to be EOL with the end of > the year 2016. [1] > > In order to avoid shipping an outdated and possibly vulnerable SSL > library with the f

Re: [LEDE-DEV] [PATCH v2] ath9k: Add airtime fairness scheduler.

2016-11-28 Thread Toke Høiland-Jørgensen
On 28 November 2016 20:33:55 CET, Weedy wrote: >On Monday, November 28, 2016, Toke Høiland-Jørgensen >wrote: >> This adds a patch that introduces airtime fairness scheduling to >ath9k, >> which can significantly improve network efficiency in mixed-rate >> enviro

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Toke Høiland-Jørgensen
bart van zoest writes: > Hi Weedy and Toke, > > I am trying to apply the patch using: "curl > https://patchwork.ozlabs.org/patch/699159/raw/ | git apply -v". Is the > following output normal? > > :60: trailing whitespace. > :65: trailing whitespace. > :67: space before tab in indent. > b

[LEDE-DEV] [PATCH v2] ath9k: Add airtime fairness scheduler.

2016-11-28 Thread Toke Høiland-Jørgensen
This adds a patch that introduces airtime fairness scheduling to ath9k, which can significantly improve network efficiency in mixed-rate environments. Signed-off-by: Toke Høiland-Jørgensen --- ...h9k-Introduce-airtime-fairness-scheduling.patch | 691 + 1 file changed, 691

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Toke Høiland-Jørgensen
Weedy writes: > On Mon, Nov 28, 2016 at 4:49 AM, Toke Høiland-Jørgensen wrote: >> Right, that means that the patch was applied correctly. That you don't >> have the per-station airtime stats file is probably a configuration >> issue, then. Did you set CONFIG_PACKAGE_A

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Toke Høiland-Jørgensen
Weedy writes: > On Sun, Nov 27, 2016 at 11:01 AM, Toke Høiland-Jørgensen wrote: >> Weedy writes: >> >>> On Fri, Nov 25, 2016 at 5:16 AM, Toke Høiland-Jørgensen >>> wrote: >>>> This adds a patch that introduces airtime fairness scheduling to ath9k,

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-27 Thread Toke Høiland-Jørgensen
Weedy writes: > On Fri, Nov 25, 2016 at 5:16 AM, Toke Høiland-Jørgensen wrote: >> This adds a patch that introduces airtime fairness scheduling to ath9k, >> which can significantly improve network efficiency in mixed-rate >> environments. > ... >> ++

[LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-25 Thread Toke Høiland-Jørgensen
This adds a patch that introduces airtime fairness scheduling to ath9k, which can significantly improve network efficiency in mixed-rate environments. Signed-off-by: Toke Høiland-Jørgensen --- ...h9k-Introduce-airtime-fairness-scheduling.patch | 695 + 1 file changed, 695

[LEDE-DEV] [PATCH] mvebu: Add BQL patch for mvneta driver.

2016-11-21 Thread Toke Høiland-Jørgensen
This adds the patch submitted to upstream that adds BQL to the mvneta driver: https://patchwork.kernel.org/patch/9328413/. Helps latency under load when the physical link is saturated. Signed-off-by: Toke Høiland-Jørgensen --- .../147-net-mvneta-add-BQL-support.patch | 83

Re: [LEDE-DEV] RFC netifd: UCI parameter to sort name servers in resolv.conf.auto

2016-09-05 Thread Toke Høiland-Jørgensen
Hans Dedecker writes: > Hi Felix, > > Current implementation in netifd writes the dns servers into > resolv.conf.auto file based on the order of the interfaces in the > interface list which is alphabetical sorted. The resolver, in this > case dnsmasq, reads the resolv.conf.auto file and queries t

Re: [LEDE-DEV] LEDE use of WoSign TLS certificates

2016-09-03 Thread Toke Høiland-Jørgensen
Syrone Wong writes: > I suggest switching to Let's Encrypt. > Something like https://github.com/Neilpang/acme.sh is lightweight and > ease to use. And also packaged for LEDE: https://github.com/openwrt/packages/tree/master/net/acme :) (Yeah, I know that's probably not too relevant for the web s

[LEDE-DEV] [PATCH v2] ath9k: Set ATH9K_STATION_STATISTICS when enabling debugging

2016-08-23 Thread Toke Høiland-Jørgensen
The ATH9K_STATION_STATISTICS kernel config variable enables some extra statistics that are useful for debugging (in particular with the airtime fairness patches enabled). This adds that kernel config when selecting ath9k debugging. Signed-off-by: Toke Høiland-Jørgensen --- package/kernel

Re: [LEDE-DEV] [PATCH] Set ATH9K_STATION_STATISTICS when enabling ath9k debugging

2016-08-23 Thread Toke Høiland-Jørgensen
Toke Høiland-Jørgensen writes: > Felix Fietkau writes: > >> On 2016-08-23 11:55, Toke Høiland-Jørgensen wrote: >>>>> diff --git a/target/linux/generic/config-4.4 >>>>> b/target/linux/generic/config-4.4 >>>>> index 8c30017..2f12982 10064

Re: [LEDE-DEV] [PATCH] Set ATH9K_STATION_STATISTICS when enabling ath9k debugging

2016-08-23 Thread Toke Høiland-Jørgensen
Felix Fietkau writes: > On 2016-08-23 11:55, Toke Høiland-Jørgensen wrote: >>>> diff --git a/target/linux/generic/config-4.4 >>>> b/target/linux/generic/config-4.4 >>>> index 8c30017..2f12982 100644 >>>> --- a/target/linux/generic/co

Re: [LEDE-DEV] [PATCH] Set ATH9K_STATION_STATISTICS when enabling ath9k debugging

2016-08-23 Thread Toke Høiland-Jørgensen
Felix Fietkau writes: > On 2016-08-13 12:02, Toke Høiland-Jørgensen wrote: >> The ATH9K_STATION_STATISTICS kernel config variable enables some extra >> statistics that are useful for debugging (in particular with the airtime >> fairness patches enabled). This adds th

[LEDE-DEV] [PATCH] Set ATH9K_STATION_STATISTICS when enabling ath9k debugging

2016-08-13 Thread Toke Høiland-Jørgensen
The ATH9K_STATION_STATISTICS kernel config variable enables some extra statistics that are useful for debugging (in particular with the airtime fairness patches enabled). This adds that kernel config when selecting ath9k debugging. Signed-off-by: Toke Høiland-Jørgensen --- package/kernel

[LEDE-DEV] [RFC] Package for getting ACME (Letsencrypt) certs

2016-08-05 Thread Toke Høiland-Jørgensen
Hi I just pushed the 'acme' package to the packages repository, which is a wrapper around the acme.sh client for letsencrypt (see https://github.com/Neilpang/acme.sh). It adds uci config and interaction with uhttpd, so that getting letsencrypt certificates on a router should be a simple matter of