Tvlz
7f3c7da1de
Qos: Set FQ_Codel as default
10 years ago
Tvlz
311cfdda3d
Qos: change linklay to linklayer
10 years ago
Tvlz
fb5ead90de
ipv6: accept RA and send RS while configured as router
...
kernel.org commits
65e9b62d4503849b10bedfc29bff0473760cc597 ipv6: add special mode accept_ra=2 to accept RA while configured as router
c3bccac2fa76f1619dfe4fb7b9bee69de7f066d8 ipv6: add special mode forwarding=2 to send RS while configured as router
10 years ago
Tvlz
21fc04e002
IPv6: Add default route to DHCPv6-PD for misconfigured ISPs, if needed
10 years ago
Tvlz
8fa11740c8
IPv6: Flush Global Routes at shutdown
10 years ago
Tvlz
2eb74cfe87
IPv6: Send ia-na only when using DHCPv6-PD
10 years ago
Tvlz
c9c424aa69
Remove commit:b78f59647c "ipv6: Other ISP Configuration button"
...
Use Native IPv6 setting instead
10 years ago
Tvlz
f142782353
QOS(ARM): Fix Dsl ATM Overhead setting due to kernel changes
10 years ago
Tvlz
1e8c98ce64
QOS: Don't specify IPv4 protocol use default(IPv4/IPv6)
...
Conflicts:
release/src-rt-6.x.4708/router/rc/qos.c
10 years ago
Shibby
31c8574d7b
rewised switch4g script
...
- support huawei_ether module
- support E3372 non-Hilink
- fixed non-Hilink support
10 years ago
tvlz
a74d992ddf
Merged pl_shibby/tomato-arm into shibby-arm
10 years ago
Andrew Erickson
9030a99b89
add support for the Netgear R6300v2 (CH/Charter version)
10 years ago
pl_shibby
b50dd04284
Merged in edrikk/tomato-arm-some-warning-fixes (pull request #32 )
...
Add missing "%s" to printf
10 years ago
Shibby
963e3fb5ea
lzo: update to 2.09
10 years ago
Shibby
c003503cb7
kernel: add huawei_ether module (hw_cdc_driver)
...
This module is required by E3372 non-Hilink
10 years ago
Shibby
13db1e4a3d
dnsmasq: update to 2.73 (23.06.2015)
...
Source: https://github.com/guns/dnsmasq
This commit include all changes between 9 Dec 2014 and 15 Jun 2015
10 years ago
Shibby
c423e5b8f5
OpenVPN: update to 2.3.7
10 years ago
Shibby
fcb63a31b9
OpenSSL: update to 1.0.2c
10 years ago
Shibby
4358ba6351
MiniDLNA: Add support for DSD (dsf, dff) music files
...
Author: Takeshich Nakamura
Source: 7c0d58a0da
/
10 years ago
Shibby
a3e4679956
TOR: fix startup script
10 years ago
Shibby
082bca4521
switch4g: fix non-Hilink support
10 years ago
edrikk
614975d36b
Merged pl_shibby/tomato-arm into shibby-arm
10 years ago
tvlz
b8d511b988
Merged pl_shibby/tomato-arm into shibby-arm
10 years ago
Shibby
b737321b61
fix openssl compilation
...
thx @apnar
http://www.linksysinfo.org/index.php?threads/docker-build-environment-for-tomatousb-shibby.71119/#post-262369
10 years ago
edrikk
7f1753bee0
Add missing "%s" to printf
10 years ago
Shibby
7a7d33389a
httpd: fix for "Wake On LAN" page
...
fix double enties on tools->wol page
10 years ago
Shibby
b7cef11b80
rc: dnsmasq options for cache size and async logging
...
this revert few last commits.
10 years ago
Shibby
2140f08c5c
kernel: remove "mask" definition
...
d6d3521fed (chg-release)
/src-rt-6.x.4708/linux/linux-2.6.36/kernel/irq/manage.c
10 years ago
Shibby
566ada06f9
Revert "NTP: define alternative NTP servers (by IP) if dnscrypt is enabled"
...
use ntp2ip script.
thx @lancethepants
10 years ago
Shibby
20af20ed76
Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm
10 years ago
pl_shibby
ad433503ba
Merged in edrikk/tomato-arm-memory-leak-fixes (pull request #31 )
...
Two upstream kernel memory leak fixes
10 years ago
pl_shibby
c513b1feee
Merged in edrikk/tomato-arm-miniupnpd-alignment (pull request #30 )
...
Minor updates to align a few files with upstream miniupnpd
10 years ago
Shibby
48d52d8b1a
Makefile clean-up
10 years ago
edrikk
6420ac0c6c
Irrelevant Typo fix (in comment). Aligns file with upstream.
10 years ago
edrikk
a02114b733
Removing duplicate block of code.
10 years ago
edrikk
25c994d5dc
Yes, it makes more sense the the ifdef is higher up, but harm of moving down is not really there, and at least the file is now fully in sync with upstream....
10 years ago
edrikk
0909878191
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.
Cherry Picked from Upstream Kernel:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2e6d01ff759c5f0fc831694c01c477a6c0ebf7b1
10 years ago
edrikk
6d8b205026
hso: fix memory leak when device disconnects, tx_buffer should freed as well.
...
Cherry Pick from Upstream: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=295fc56f465ee8e013b2889e42094da9b2bd7125&context=6&ignorews=0&dt=0
10 years ago
Shibby
f799186a9d
Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm
10 years ago
pl_shibby
48ed277370
Merged in edrikk/tomato-arm-dnsmasq-eval (pull request #29 )
...
Implementing cache and log async per RMerlin's suggestion in thread:
10 years ago
edrikk
030c927da1
Incorporating Shibby's feedback
10 years ago
edrikk
3a5e9e66b7
Moving runtime parameters to config file
10 years ago
Shibby
95a6c7f7de
tor: update to 0.2.6.8
...
with applied fix:
http://freetz.org/browser/trunk/make/tor/patches/030-check_for_pthread_condattr_setclock.patch?rev=13104
10 years ago
edrikk
8b5d0697c3
Setting log-async to a sane value per http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html
10 years ago
edrikk
d3eecbfbb7
The code has forever had a typo of 1500 for log-async while the max allowed value is really 100. No major impact as dnsmasq internally corrects, but it's good to fix the typo.
10 years ago
edrikk
09425dbb25
Implementing cache and log async per RMerlin's suggestion in thread:
...
http://linksysinfo.org/index.php?threads/tomato-arm-builds-w-inbound-qos.71285/#post-262132
This will also avoid issue of users that want to over-ride the values resulting in dnsmasq failures.
10 years ago
Shibby
7d829aaa9e
NTP: define alternative NTP servers (by IP) if dnscrypt is enabled
...
When dnscrypt-proxy is enabled, then our primary DNS server is set as 127.0.0.1:40 and router can`t get and set date/time.
When date is wrong, then certificate of dnscrypt-proxy is invalid and process can`t works correct.
We have to use NTP IP servers. This commit force NTP servers:
209.114.111.1 184.105.192.247 205.233.73.201
stored in nvram as variable "ntp_servers_ip"
10 years ago
Shibby
4d39235537
busybox: update to 1.23.2
10 years ago
pl_shibby
99b4b663fe
Merged in rriley/tomato-arm/nat-all (pull request #28 )
...
Alters the behavior of the 'Create NAT on tunnel' to also add the appropriate NAT for the other bridges/lans. This is needed so that selective routing can be used to route packets from machines on the other bridges.
10 years ago
Shibby
fe6600888e
Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm
10 years ago