pedro
8d119e3652
rc/services.c: cosmetics
8 years ago
pedro
91c5356366
watchdog: small but necessary correction
8 years ago
kille72
8807dc327c
Merge branch 'shibby-arm' into shibby-arm7
8 years ago
kille72
843d720bf5
rc/wan.c: adblock improvments, just start once.
...
Thanks @Edrikk!
8 years ago
Tvlz
2e860f0594
/router/others/sysinfo: [PATCH] Improvements to 'sysinfo' script
8 years ago
Tvlz
b9d9e4b0ed
Miniupnpd: [PATCH] Tomato Specific: Enable Miniupnpd portinuse check
...
Includes Tomato Specific change to Miniupnpd - portinuse.c
8 years ago
Tvlz
ed499bca58
/router/rc/services.c: [PATCH] REVERT: Do not write out 'no-dhcp-interface' in dnsmasq.conf
...
as is superfluous as no dhcp-range has been set
(http://repo.or.cz/tomato.git/commit/203531a4e595e5edb3693df141daf5460f212bad )
FIXES: https://bitbucket.org/pl_shibby/tomato-arm/issues/129/dhcp-responds-to-requests-on-bridge-with
8 years ago
pedro
341c90abd7
www: fixed display of SVG files in outdated browsers without breaking w3c standards
8 years ago
kille72
9d7180c547
Merge branch 'shibby-arm' into shibby-arm7
8 years ago
kille72
d15244326d
kernel: suppress packet with own address log (expected in router environments)
...
ported from john9527 git commit abe89de
abe89de217
8 years ago
kille72
c7e080880d
kernel: suppress packet with own address log (expected in router environments)
...
ported from john9527 git commit abe89de
abe89de217
8 years ago
pedro
43225207f4
rc/wan.c: FIX boot with only secondary/etc wan active (assume current wan is primary if previous is not up)
...
- other improvements
-
Thanks @tsynik!
8 years ago
pedro
27de107ea3
watchdog: changed one of connection checkers from wget to curl; now this is a recommended method for LTE connections
8 years ago
pedro
15c444b5ed
rc/wan.c: start adblock only when wan is up
8 years ago
kille72
23d460b81e
Update nf_conntrack_rtsp and nf_nat_rtsp to version 0.7, correcting nat_rtsp's
...
behavour so it now will strip destination addresses that are not a stunaddr and
replace with the masquerade IP of the host. This allows for automatic and seamless
use of rtsp protocol when a user is double-natted via their ISP or from the streaming
service provider. Implemented the "MovieStar" patch into the 0.7 source.
Authored by: Sean B. @ linksysinfo.org forums. Tested by: Joksi @ linksysinfo.org forums.
8 years ago
kille72
1e3956ee81
Merge branch 'shibby-arm' into shibby-arm7
8 years ago
tsynik
19b708f290
services: avoid concurrent connections
...
imho it's better to do it in sequence not in parallel
8 years ago
tsynik
2a5f28e3f3
ppp.c: typo
8 years ago
tsynik
1a68c19613
services.c: correct val for unlink
8 years ago
pedro
8cbc890b75
www: vlans - fix Asus RT-AC3200
...
thanks @tvlz
c9697b8518/advanced-vlan.asp.ARM
?at=master&fileviewer=file-view-default
8 years ago
AndreDVJ
8636f5f527
dnsmasq: Fixes from upstream (2.78test2)
...
1) Fix logic of appending ".<layer>" to PXE basename
2) Tweak ICMP ping check logic for DHCPv4.
3) Fix DHCP relay, broken by ff325644c7afae2588583f935f4ea9b9694eb52e
8 years ago
kille72
4b5bbdce67
QOS: Fix ARM QOS [PATCH]
...
Thx Tvlz!
8 years ago
kille72
2fde8234fa
Merge branch 'shibby-arm' into shibby-arm7
8 years ago
pedro
5c3f44ac0a
switch4g: increased time to wait for modem to switch + corrections
8 years ago
kille72
16549fea51
upnp: external and internal port arguments are swapped in miniupnpd's config file
...
fd2de3bf55
http://linksysinfo.org/index.php?threads/fork-tomato-by-shibby-compiled-by-kille72.73397/page-8#post-288972
8 years ago
kille72
b863d74e81
Fix build break: /router/libxml2
8 years ago
pedro
198a4f9a37
libpng: updated to 1.2.57
8 years ago
kille72
75f98b7a4a
/router/rc/init.c SDK7: corrections
8 years ago
kille72
c6aef99f62
Merge branch 'shibby-arm' into shibby-arm7
8 years ago
kille72
a574290ebe
Makefile SDK7: corrections
8 years ago
kille72
eda974f79c
Fix build break: /router/libusb10 and /router/libogg
8 years ago
kille72
e4d2072d59
Merge branch 'shibby-arm' into shibby-arm7
8 years ago
pedro
9bbe5d5a11
libusb: libusb10 updated to 1.0.21
8 years ago
pedro
292828815e
libusb: libusb-compat updated to libusb-compat-0.1.5
8 years ago
edrikk
527e548c1c
Merged in edrikk/tomato-arm-kille72-fork (pull request #6 )
...
Upstream fixes to ip4, igmp, etc
8 years ago
edrikk
9e88fd8cbe
net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
...
Per: a8801799c6
8 years ago
edrikk
cca4700577
proc/sysctl: fix the int overflow for jiffies conversion
...
Per: 63259457a2
do_proc_dointvec_jiffies_conv() uses LONG_MAX/HZ as the max value to
avoid overflow. But actually the *valp is int type, so it still causes
overflow.
For example,
echo 2147483647 > ./sys/net/ipv4/tcp_keepalive_time
Then,
cat ./sys/net/ipv4/tcp_keepalive_time
The output is "-1", it is not expected.
Now use INT_MAX/HZ as the max value instead LONG_MAX/HZ to fix it.
8 years ago
pedro
23aba0de97
libogg: updated to 1.3.2
8 years ago
pedro
f1d85252ea
libxml2: updated to 2.9.3 + libs optimization
8 years ago
edrikk
fddcc1cfa6
Align with upstream following fixes. Beyond the fix noted in link, aligning strengthens code such that input is not clobbered in case of inability allocate memory.
...
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c28294b941232931fbd714099798eb7aa7e865d7
8 years ago
edrikk
f7694078c3
igmp: acquire pmc lock for ip_mc_clear_src()
...
Per: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c38b7d327aafd1e3ad7ff53eefac990673b65667
8 years ago
edrikk
0ef94567e8
igmp: add a missing spin_lock_init()
...
Per https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b4846fc3c8559649277e3e4e6b5cec5348a8d208
8 years ago
edrikk
9cafa77640
Merged kille72/tomato-arm-kille72 into shibby-arm
8 years ago
kille72
ff71298f4b
Merge branch 'shibby-arm' into shibby-arm7
8 years ago
pedro
5485e59610
libvorbis: updated to 1.3.5
8 years ago
pedro
5a5b5af8ff
libexif: updated to 0.6.21
8 years ago
pedro
590d06ef0e
FLAC: updated to 1.3.2
8 years ago
pedro
77c41ddf6d
QOS: Fix ingress QOS, both IPv4 & IPv6
...
- ARM uses IFB so change all refs of "IMQ" to "IFB"
Based on pull request #49 : https://bitbucket.org/pl_shibby/tomato-arm/pull-requests/49/arm-fix-ingress-qos-both-ipv4-ipv6/diff
8 years ago
kille72
3d7185a7a3
Merge branch 'shibby-arm' into shibby-arm7
8 years ago
kille72
3e721cde29
lzo: updated to 2.10
8 years ago