Re: [LEDE-DEV] WiFi speed on MT7620A

2017-09-03 Thread Amir Sabbaghi
This is the result of my tests on the same board: Firmware | Channel 1 | Channel 11 LEDE 17.01.0 | 45.3 | 27.5 LEDE 17.01.1 | 54.9 |

[LEDE-DEV] [PATCH] scripts/download.pl: fail loudly if provided hash is unsupported

2017-09-03 Thread Baptiste Jonglez
From: Baptiste Jonglez Currently, if the provided hash is unsupported (length different from 32 or 64 bytes), we happily download the requested file without any kind of checksum verification. This is quite dangerous and may provide a false sense of security, because a single typo in the hash (e.

Re: [LEDE-DEV] [PATCH] mbedtls: update to 2.6.0 CVE-2017-14032

2017-09-03 Thread Magnus Kroken
On 01.09.2017 20:04, Kevin Darbyshire-Bryant wrote: compile & run tested: ar71xx - archer C7 v2 Tested-by: Magnus Kroken Runtim-tested on powerpc/mpc85xx. Tests run: Connect to uhttpd with TLS - successful Download HTTPS URL with uclient-fetch - successful Connect to openvpn-mbedtls serve

Re: [LEDE-DEV] [PATCH 13/13] sunxi: Add A64 support with cortex53 subtarget

2017-09-03 Thread Hauke Mehrtens
On 08/29/2017 09:22 AM, Baptiste Jonglez wrote: > On 29-08-17, Baptiste Jonglez wrote: >> Hi, >> >> On 03-08-17, Hauke Mehrtens wrote: >>> This adds initial support for the A64 Allwinner SoC to LEDE. >>> It will be build in the new cortexa53 subtarget. >>> >>> Currently it only supports the pine6

Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-03 Thread Weijie Gao
GD5F1GQ4UAYIG datasheet: https://www.endrich.com/fm/2/GD5F1GQ4UAYIG.pdf 2017-09-03 19:27 GMT+08:00 Tom Psyborg : > which devices you tested this on? > > On 3 September 2017 at 07:43, hackpascal wrote: >> >> From: Weijie Gao >> >> This patch adds generic SPI-NAND framework for linux-4.4. >> >> Fi

[LEDE-DEV] Need info about vdsl_cpe_control utility usage !

2017-09-03 Thread Reaper Man
Hey everybody, i cant find any documentation about vdsl_cpe_control usage. by looking throught forums i found how to change snr "Enter into dsl_cpe_control and type commands: #change SNR -2dbm (25=2,5dbm 40=4dbm etc.) locs 0 -20 #force resynchronization acs 2" and found the help screen root@L

[LEDE-DEV] [PATCH] ar71xx: WNDR4300: use the switch LED trigger on the WAN port

2017-09-03 Thread Daniel Gonzalez Cabanelas
The WAN port on the Netgear WNDR4300 router has two LEDs, amber and green. Use the switch LED trigger to behave as the rest of the LAN HW controlled LEDs - Green: 1 Gbps - Amber: 100/10 Mbps Signed-off-by: Daniel Gonzalez Cabanelas --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 3 ++-

Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-03 Thread Christian Lamparter via Lede-dev
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 Sunday, September 3, 2017 1:43:

[LEDE-DEV] [PATCH] ar71xx: Add GRO support to ag71xx

2017-09-03 Thread Rosen Penev
On a TL-WN710N, this patch increases iperf performance from ~92.5 to ~93.5 mbps. Keep in mind the WN710N is a 100mbps device. I expect greater numbers from gigabit devices. Signed-off-by: Rosen Penev --- .../ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c | 6 +++--- 1 file cha

[LEDE-DEV] kmodloader-related kernel crash

2017-09-03 Thread Alberto Bursi
On the lede forum there is a user that posted a serial boot log where it seems kmodloader is causing a kernel oops while loading the wifi driver on a Huawei HG655 (previously supported and working fine in OWrt Chaos Calmer). https://forum.lede-project.org/t/something-wrong-in-firmware-on-hg655b

Re: [LEDE-DEV] [PATCH] ar71xx: Add GRO support to ag71xx

2017-09-03 Thread Christian Lamparter via Lede-dev
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 Sunday, September 3, 2017 11:35

Re: [LEDE-DEV] [PATCH] ar71xx: Add GRO support to ag71xx

2017-09-03 Thread rosenp
That's...way better than I expected given how minimal my changes are. For some context, the ag71xx driver is special in that it does not seem to do any hardware offloading to the NIC. As far as I understand this change, GRO takes 1500 MTU packets and packs then into 64Kb blocks which the kernel t

Re: [LEDE-DEV] [PATCH] ar71xx: Add GRO support to ag71xx

2017-09-03 Thread Florian Fainelli
Le 09/03/17 à 15:46, ros...@gmail.com a écrit : > That's...way better than I expected given how minimal my changes are. > > For some context, the ag71xx driver is special in that it does not seem > to do any hardware offloading to the NIC. > > As far as I understand this change, GRO takes 1500 MT

Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-03 Thread Weijie Gao
Yes. If I search "spi-nand linux" in Google, Micron's framework is the first result. However, Micron's patches are based on higher version of kernel, which require lots of modifications to port to linux-4.4. I choose the framework from LEDE's target/linux/pistachio/patches-4.9/, which requires only