Commit Graph

5472 Commits (2021.6)
 

Author SHA1 Message Date
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
Ryan Riley f2a5a2c35d Fixed missing "goto" typo. 10 years ago
Shibby 2144762ee3 RT-N18U: Use the same image for all Asus`s routers 10 years ago
Shibby 16399212e5 switch4g: completely re-writen 10 years ago
Shibby bf29e91bc5 Do not build-in xt_DSCP into kernel. Compile it as module 10 years ago
Ryan Riley c0992b263c Makefile: fix a typo 10 years ago
Ryan Riley 1533e9c109 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 ebd9f7f805 clean-up 10 years ago
Shibby b68255cd5a Miniupnpd: update to 1.9 (20150430) 10 years ago
Josh Allard 9bc0763060 Explicitly add Cubic as the default to Vegas (doesn't change otherwise). 10 years ago
Josh Allard 074b4ceeb9 Enable TCP Vegas. 10 years ago
Josh Allard 5a46a66f07 Preserve the sanctity of sch_generic.h 10 years ago
Josh Allard 36cc6c3643 Fix support for `No Ingress QOS for UDP` (Explicit TCP).
Conflicts:
	release/src-rt-6.x.4708/router/rc/qos.c
10 years ago
Kyle Sanderson c02cadfd7c Add support for mirred viewing Conntrack, fix ipt not saving marks. 10 years ago
Shibby c6d4bb24b6 switch4g: improvements 10 years ago
Shibby 508b6de545 sysinfo: Better detection of CPU cores 10 years ago
Shibby 4c5df38eff Kernel: upgrade 4G module from kernel 3.18 10 years ago
Shibby 4534408e42 ipset: fix compilation 10 years ago
Shibby 0b1064bc3f add CPU Temperature on Overview Page
Author: Nikk Gitanes
Modified by Shibby

611f18b0ba (general-comments)
10 years ago
Shibby d6d3521fed fix compilation 10 years ago
pl_shibby 8d3bf0774a Merged in tvlz/tvlz-tomato-arm/qos-quic (pull request #24)
QOS: Update HTTPS, Add QUIC Rules
10 years ago
pl_shibby 0fc0dafead Merged in edrikk/tomato-arm-netfilter-fixes (pull request #23)
Always return 0 after calling seq_printf
10 years ago
pl_shibby cdbab9a137 Merged in edrikk/tomato-arm-kernel-fixes-for-arm (pull request #22)
A couple of ARM pulls from higher version Kernel which seem safe and helpful
10 years ago
Shibby a8fb1d1633 OpenSSL: fix compilation 10 years ago
pl_shibby 1ffe7911ed Merged in edrikk/netfilter_dscp_ipv6_mangle.patch-from-openwrt (pull request #20)
netfilter_dscp_ipv6_mangle.patch from openwrt / upstream kernel
10 years ago
Shibby 6d8cd8ce38 Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm 10 years ago
pl_shibby 70b70cf05a Merged in edrikk/memory-leak-cherry-picks-from-upstream-kernel (pull request #21)
Upstream Cherry Picks...  Mostly Memory Leaks, and some data leaks
10 years ago
Shibby eff97e2855 Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm 10 years ago
Shibby d49977f000 do not try load IMQ modules 10 years ago
Kyle Sanderson e99890dfaf NULL out Shared Libs protection in tc IPTables. 10 years ago
Kyle Sanderson 656c3be4a8 Fix prior broken QOS ingress QOS Classifications. 10 years ago
Kyle Sanderson 73a945bae0 Change hardcoded imq0 in ctnf to ifb0. 10 years ago
Kyle Sanderson da443bfc00 Fix IFB TC not forwarding traffic. 10 years ago
Kyle Sanderson d8e0a1fef7 Add Kernel support for Mirred and IPT for tc. 10 years ago