Commit Graph

4901 Commits (2021.1.082)
 

Author SHA1 Message Date
pedro 135fe790aa kernel sdk7: usb: remove unused bitmap #define from hcd.h, cosmetics 5 years ago
pedro ad0966dc44 kernel: usb: remove unused bitmap #define from hcd.h 5 years ago
pedro cd8938cf32 kernel: drivers: net: pppoe.c: apply patch from SDK7 branch 5 years ago
pedro e1a0049ef4 kernel sdk7: hso: fix memory leak in hso_create_rfkill()
When the rfkill interface was created, a buffer containing the name
of the rfkill node was allocated. This buffer was never freed when the
device disappears.

To fix the problem, we put the name given to rfkill_alloc() in
the hso_net structure.

Signed-off-by: Olivier Sobrie <olivier@sobrie.be>
Signed-off-by: David S. Miller <davem@davemloft.net>

Fix from upstream: 2e6d01ff75
5 years ago
pedro 92c50d31ca DNS: Fix the bug even when WAN DNS server is set to Auto, still using what was previously entered in the Manual DNS field 5 years ago
pedro 40fe088bf6 router: www: Makefile: fix typo in commit 393b808 5 years ago
pedro 98f72379a5 Merge branch 'arm-master' into arm-sdk7 5 years ago
pedro 917b5ed345 router: rc: firewall.c: code optimization, clean-up 5 years ago
pedro 393b808f04 SDK6: GUI: keep the current wireless noise floor value(s) on device list page 5 years ago
pedro 17ae2adf1e Implement option to prevent Firefox's automatic usage of DoH
Firefox is going to automatically use DNS over HTTPS, requiring the
users to manually opt out if they don't want to use it.  This means
that by default Firefox will bypass your DNS over TLS servers configured
through DNSPrivacy, or DNS servers applied by DNSFilter.

This option uses a canary domain that instructs Firefox not to
automatically enable DoH.

Based on: 3c2775037e
5 years ago
M_ars eb56053f1a SDK6: small update/fix/addendum for new dual core driver *.126 (Year 2020)
see 86fd29f5a2

==> differentiate a little more between single core and dual core because of different basic structures

Important: fix finally GUI RX / TX problem (keep backup) --> see Issue #53

Also thx to user oby-1k from https://www.linksysinfo.org

dual-core and single-core working/showing correct now :)
5 years ago
pedro 465540b47f router: rc: dnsmasq: reject wpad hostname (protect against VU#598349)
https://www.kb.cert.org/vuls/id/598349
5 years ago
M_ars 3c5386704e SDK6: update wireless driver to fix Kr00k (single core)
For Info:
6.37 RC14.126
wl0: Jul 27 2020 09:42:01 version 6.37.14.126 (r561982)

tested with RT-N18U, working!
5 years ago
M_ars e083a91992 GUI: status-devices.asp - show RX / TX values (again)
see Issue #53

Note: new SDK6 driver *.126 (build 2020) does currently not provide the rate values. Workaround: provide backup values in that case!

tested with R7000
5 years ago
M_ars 0bf714bda5 GUI: advanced-wireless.as - reboot the router if the user wants to change the wireless country
Note: we need it now to get (100%) the new country settings (channels for example). User can skip/postpone the reboot if desired
5 years ago
pedro c3b526ce98 kernel sdk7: cosmetics (only for MIPS) 5 years ago
pedro 5499bcc78c kernel: commit 12ad696 reverts some fixes in MIPS files, so here we revert them again (only cosmetics) 5 years ago
pedro 0b34898478 kernel SDK7: update drivers to SDK6 versions 5 years ago
pedro 26d50f097b kernel: make xt_recent built-in instead of module 5 years ago
pedro 8f7211b2be kernel: drivers: net: usbnet: Fix -Wcast-function-type
correct usage prototype of callback in tasklet_init().
Report by KSPP#20

Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Fix from upstream: 2eb1d3f4bc
5 years ago
pedro bbcba2f7d0 kernel: drivers: net: usb: qmi_wwan: fixes/updates from upstream
- add support for Quectel RM500Q
a9ff44f0e6

- re-add DW5821e pre-production variant
88bf54603f

- unconditionally reject 2 ep interfaces
00516d13d4

- add support for ASKEY WWHC050
12a5ba5a19

- add support for DW5816e
57c7f2bd75

- add Telit LE910C1-EUX composition
591612aa57

- add support for Quectel EG95 LTE modem
f815dd5cf4
5 years ago
pedro c8c47883e6 Merge branch 'arm-master' into arm-sdk7 5 years ago
pedro 3f84abd6ca kernel: make xt_recent built-in instead of module 5 years ago
pedro 861981f98d kernel: drivers: net: usbnet: Fix -Wcast-function-type
correct usage prototype of callback in tasklet_init().
Report by KSPP#20

Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Fix from upstream: 2eb1d3f4bc
5 years ago
pedro 67c2d03752 kernel: drivers: net: usb: qmi_wwan: fixes/updates from upstream
- add support for Quectel RM500Q
a9ff44f0e6

- re-add DW5821e pre-production variant
88bf54603f

- unconditionally reject 2 ep interfaces
00516d13d4

- add support for ASKEY WWHC050
12a5ba5a19

- add support for DW5816e
57c7f2bd75

- add Telit LE910C1-EUX composition
591612aa57

- add support for Quectel EG95 LTE modem
f815dd5cf4
5 years ago
pedro d8ea4ba57b Merge branch 'arm-master' into arm-sdk7 5 years ago
M_ars 147b6512e6 GUI: advanced-wireless.asp - small addendum for commit 8e55d575c5
Fix: field "wl_txpwr" is invalid

Note: be careful using that function/possibility
5 years ago
pedro 8f597c1a44 make: build the modules needed by apcupsd standalone - the way it is done so far only (unnecessarily) increases the kernel size, and we don't need amazing performance here and I bet 95% of users don't use it 5 years ago
pedro c876456a46 kernel: config_base: fix typo 5 years ago
pedro 43b8194de7 rc: openvpn.c: stay as close as possible to MIPS branch 5 years ago
Not Sure 43ff1ccaa2 Merged in fix-4f2967babc857d111e6190619434676016c8d7ac (pull request #30)
Fix typo
5 years ago
Not Sure 549549f975 Merged in fix-for-8715cbfc9f7a3759fe43655459166d3c1d92ffea (pull request #29)
Increase max-length of tx power field to 4 to allow entering 1000.
5 years ago
notsure2 4811ca7d97 Fix typo 5 years ago
notsure2 e3fd22ffe2 Increase max-length of tx power field to 4 to allow entering 1000. 5 years ago
Not Sure 8715cbfc9f Merged in increase-tx-power-limit-gui (pull request #28)
For routers with amplifiers, increase possible range to 1000 mW (30 dBm).
5 years ago
M_ars 4f2967babc rc: network.c: do not unload the wifi driver by default
Note: avoid reboot problems (also with new *.126 driver year 2020)!
user can enable the reload if needed. Default: Off now
5 years ago
notsure2 8e55d575c5 For routers with amplifiers, increase possible range to 1000 mW (30 dBm). 5 years ago
pedro 57a0cd6199 www: vpn: extend the sleep time for page to reload on start/stop the client/server 5 years ago
Don Bushway 66a03e86c6 Merged in arm-master (pull request #27)
Add Charter specific board ID for initial file, update make file to generate init file.
5 years ago
Don Bushway 4f315195b5 Merged in arm-master (pull request #26)
Remove Board ID for Charter specific routers, only have OEM board ID.
5 years ago
pedro 174244978e kernel: update ipt_webmon module, so it works also for https connections 5 years ago
pedro fd6875bd5a kernel: update ipt_webmon module, so it works also for https connections 5 years ago
snowman58 fd5daa5fb3 Add Charter specific board ID for initial file, update make file to generate init file. 5 years ago
snowman58 2618211ff1 Remove Board ID for Charter specific routers, only have OEM board ID. 5 years ago
Don Bushway f519487598 Merged pedro311/freshtomato-arm into arm-master 5 years ago
pedro 5f8bfe036c Merge branch 'arm-master' into arm-sdk7 5 years ago
M_ars e3ce164d6c SDK7: small addendum/correction for update part 1
see
5bc54580e2

Note: align to Asus SRC (also stay closer to SDK6)
5 years ago
M_ars 86fd29f5a2 SDK6: update wireless driver to fix Kr00k (dual core)
Note: single core with extra commit

tested with R7000, working!
5 years ago
pedro 1bba816207 www: tomato.js: add SameSite=Lax also when deleting cookies 5 years ago
pedro 6690c63a2d GUI: Status: Device List: also deauthenticate device when deleting DHCP lease
Discussion: https://www.linksysinfo.org/index.php?threads/howto-disassociate-client-from-wifi.75611/
5 years ago