Commit Graph

5472 Commits (2021.6)
 

Author SHA1 Message Date
M_ars c164291efb update for emf-files and igs-files up to Asus 378_4585 7 years ago
M_ars 2475f42cef allow IGMPv3 for LAN at least
Limitation for IGMPv2 does come from commit
rc: support for Broadcom EMF and IGMP snooping in K26 builds (except Mini/Lite)
http://repo.or.cz/tomato.git/commit/1b0b707eefed6d67d4901ba4dd608e90f9b13b09
7 years ago
kille72 10fe1704f6 Merge branch 'shibby-arm' into shibby-arm7 7 years ago
M_ars 0b3fa251be router/rc/services.c: cosmetic for igmp.conf
- add optional ratelimit setting for the network interface (set to 0 --> default)
- add optional TTL threshold setting for the network interface (set to 1 --> default)
- some clean-up and documentation
7 years ago
M_ars 3f54318cdb router/Makefile: add "autoreconf" for igmpproxy 7 years ago
kille72 d89bd56973 igmpproxy: update to 0.2.1 (clean sources)
changes since last release 0.1:
- added support for whitelisting multicast groups on downstream interface
- support for igmpv3 clients
- multiple upstream interface
- and much more...

see for complete list
https://github.com/pali/igmpproxy
7 years ago
kille72 ca7d361402 Bumped version to 2018.3 7 years ago
M_ars 72fff95e0c router/rc/services.c: cosmetic for igmp.conf
- add optional ratelimit setting for the network interface (set to 0 --> default)
- add optional TTL threshold setting for the network interface (set to 1 --> default)
- some clean-up and documentation
7 years ago
M_ars 5cce092739 router/Makefile: add "autoreconf" for igmpproxy 7 years ago
kille72 3701f56d80 igmpproxy: update to 0.2.1 (clean sources)
changes since last release 0.1:
- added support for whitelisting multicast groups on downstream interface
- support for igmpv3 clients
- multiple upstream interface
- and much more...

see for complete list
https://github.com/pali/igmpproxy
7 years ago
kille72 7b6afbe34d busybox: enable TEE command
tee [OPTIONS] [FILE]...
Copy standard input to each FILE, and also to standard output
Options:

        -a      Append to the given FILEs, do not overwrite
        -i      Ignore interrupt signals (SIGINT)

https://busybox.net/downloads/BusyBox.html
7 years ago
kille72 27f3dd48c6 nginx: updated to 1.14.0 - Stable Branch 7 years ago
kille72 3516fe3d04 busybox: enable TEE command
tee [OPTIONS] [FILE]...
Copy standard input to each FILE, and also to standard output
Options:

        -a      Append to the given FILEs, do not overwrite
        -i      Ignore interrupt signals (SIGINT)

https://busybox.net/downloads/BusyBox.html
7 years ago
kille72 b1f5418217 nginx: updated to 1.14.0 - Stable Branch 7 years ago
kille72 c4b45b6483 Bumped version to 2018.3 7 years ago
M_ars 19739f60e1 router/shared/defaults.c: disable "nf_sip" by default (GUI @ Tracking / NAT Helpers SIP - Option Off) 7 years ago
M_ars 832dcaa81d router/shared/defaults.c: add missing "ipv6_dhcpd" at router/shared/defaults.c and set it to "1" (Enable DHCPv6) 7 years ago
AndreDVJ f9ebebb3ee ~/router/Makefile: Updates to support ipset 6.38 7 years ago
AndreDVJ ed7f6b599a ~/router/Makefile: Added symlink to iptables-save command
For some odd reason the symlink to install said command is coded, but there wasn't an iptables-save file to copy to $INSTALL directory.
7 years ago
AndreDVJ d4479a6f56 ipset: Updated to 6.38 7 years ago
M_ars 5592203901 router/shared/defaults.c: disable "nf_sip" by default (GUI @ Tracking / NAT Helpers SIP - Option Off) 7 years ago
M_ars f2785c3e79 router/shared/defaults.c: add missing "ipv6_dhcpd" at router/shared/defaults.c and set it to "1" (Enable DHCPv6) 7 years ago
AndreDVJ 2f8f8cc59b ~/router/Makefile: Added symlink to iptables-save command
For some odd reason the symlink to install said command is coded, but there wasn't an iptables-save file to copy to $INSTALL directory.
7 years ago
AndreDVJ 6837cdf14b ~/router/Makefile: Updates to support ipset 6.38 7 years ago
AndreDVJ 317c39e22a ipset: Updated to 6.38 7 years ago
kille72 45e9ff2935 Revert "router/rc/init.c: R8000: invert the default order of ports"
This reverts commit 37255e68f6.
7 years ago
kille72 c2ab25ae95 Bumped version to 2018.2 7 years ago
kille72 461609f9d9 Merge branch 'shibby-arm' into shibby-arm7 7 years ago
kille72 0220adf1b9 Update readme.md 7 years ago
kille72 8d4d7ae7d1 TomatoAnon: changed Tomato MOD information to "FreshTomato" 7 years ago
kille72 137fff3063 Revert "GUI: fix problem with passing Tagged/UNtagged on same port when using default vlan."
This reverts commit 6bfdf9aca6.

Not working as intended/has problems.
7 years ago
kille72 fbcd852848 Bumped version to 2018.2 7 years ago
kille72 5341576fa1 Revert "GUI: fix problem with passing Tagged/UNtagged on same port when using default vlan."
This reverts commit 6bfdf9aca6.

Not working as intended/has problems.
7 years ago
kille72 b75dd88533 Merge branch 'shibby-arm' into shibby-arm7 7 years ago
pedro d10b7443f3 Rebranding sdk7 ;) 7 years ago
kille72 33f3798885 TomatoAnon: changed Tomato MOD information to "FreshTomato" 7 years ago
kille72 2e8b02d16c Merge branch 'shibby-arm' into shibby-arm7 7 years ago
kille72 a352f1473f Update readme.md 7 years ago
kille72 0465d49bfe Rebranding ;) 7 years ago
pedro 4ae7ffc787 kernel: ACPI: acpi_pad: Fix memory leak in power saving threads
Fix once per second (round_robin_time) memory leak of about 1 KB in
each acpi_pad kernel idling thread that is activated.

Found by testing with kmemleak.

as per: 8b29d29abc

Thanks @edrikk for letting know
7 years ago
pedro aab14b0990 kernel: ACPICA: Fix memory leak on unusual memory leak
Fixes a single-object memory leak on a store-to-reference method
invocation. ACPICA BZ 1439.

as per: 1c29c372b2

Thanks @edrikk for letting know
7 years ago
pedro 036314e0f7 kernel: ACPI: acpi_pad: Fix memory leak in power saving threads
Fix once per second (round_robin_time) memory leak of about 1 KB in
each acpi_pad kernel idling thread that is activated.

Found by testing with kmemleak.

as per: 8b29d29abc

Thanks @edrikk for letting know
7 years ago
pedro 02f9495c6d kernel: ACPICA: Fix memory leak on unusual memory leak
Fixes a single-object memory leak on a store-to-reference method
invocation. ACPICA BZ 1439.

as per: 1c29c372b2

Thanks @edrikk for letting know
7 years ago
pedro 49a2f2f500 kernel: ACPI: acpi_pad: Fix memory leak in power saving threads
Fix once per second (round_robin_time) memory leak of about 1 KB in
each acpi_pad kernel idling thread that is activated.

Found by testing with kmemleak.

as per: 8b29d29abc

Thanks @edrikk for letting know
7 years ago
pedro 458ce5b9aa kernel: ACPICA: Fix memory leak on unusual memory leak
Fixes a single-object memory leak on a store-to-reference method
invocation. ACPICA BZ 1439.

as per: 1c29c372b2

Thanks @edrikk for letting know
7 years ago
kille72 91ffc7ed63 miniupnpd: updated to 2.0.20180412
Fixed "Switching to use of a monotonic clock": https://github.com/miniupnp/miniupnp/issues/288
7 years ago
kille72 a0a0205878 miniupnpd: updated to 2.0.20180412
Fixed "Switching to use of a monotonic clock": https://github.com/miniupnp/miniupnp/issues/288
7 years ago
pedro 91570d8c5c router/wan.c: cleanup
- some addtions to chat file
- add: ppp_debug also switch on debbuging mode in chat (very helpful)
7 years ago
pedro 3e508d7d38 QOS: fix the # number of Rule doesn't show in QOS Details view.
- as per https://www.linksysinfo.org/index.php?threads/tomato-for-arm-routers.69719/page-20#post-266955
7 years ago
pedro 3e65bb3ee3 router/wan.c: cleanup
- some addtions to chat file
- add: ppp_debug also switch on debbuging mode in chat (very helpful)
7 years ago