Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: 7119fcfa3a25950ac68fce221415c902fc773a8a https://github.com/dtaht/ceropackages-3.3/commit/7119fcfa3a25950ac68fce221415c902fc773a8a Author: Sebastian Moeller Date: 2014-02-14 (Fri, 14 Feb 2014) Changed paths: M luci/luci-app-sqm/files/sqm-cbi.lua Log Message: ----------- Allow empty values for ingress and egress qdisc limits If the user does not specify the limit values the system will fill in its own reasonable defaults Commit: a97ed541c0738703b47145984dc378d2e2bfb8b8 https://github.com/dtaht/ceropackages-3.3/commit/a97ed541c0738703b47145984dc378d2e2bfb8b8 Author: Sebastian Moeller Date: 2014-02-14 (Fri, 14 Feb 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Implement get_limit in functions.sh get_limit will allow reasonable default values for qdiscs if the user left the GUI fields empty. On a small memory device like cerowrt home wndr3[7|8]00 fq_codels default of 10240 packets is too much, so clamp this down to 1000. This implementation also tries to do the right thing for bfifo (needs more testing) Commit: 587046dfeaa81e0056d99a1c063bc718d2752ba9 https://github.com/dtaht/ceropackages-3.3/commit/587046dfeaa81e0056d99a1c063bc718d2752ba9 Author: Sebastian Moeller Date: 2014-02-14 (Fri, 14 Feb 2014) Changed paths: R net/minissdpd/Makefile R net/minissdpd/files/minissdpd.config R net/minissdpd/files/minissdpd.iface.hotplug R net/minissdpd/files/minissdpd.init R net/miniupnpc/Makefile R net/miniupnpc/patches/100-no_minixml_test.patch R net/miniupnpc/patches/200-miniupnpc_desc.patch R net/miniupnpd/Makefile R net/miniupnpd/files/miniupnpd.firewall.hotplug R net/miniupnpd/files/miniupnpd.iface.hotplug R net/miniupnpd/files/miniupnpd.init R net/miniupnpd/files/upnpd.config R net/mosh/Makefile Log Message: ----------- Merge branch 'master' of github.com:dtaht/ceropackages-3.3 Commit: 3078097ddc513f535519d0faf06901049045587d https://github.com/dtaht/ceropackages-3.3/commit/3078097ddc513f535519d0faf06901049045587d Author: Sebastian Moeller Date: 2014-02-14 (Fri, 14 Feb 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple.qos M net/sqm-scripts/files/usr/lib/sqm/simplest.qos Log Message: ----------- Switch simple.qos and simplest.qos to use the get_limit function Change the qdisc scripts to use the get_limit functoin to set the actual limits. This allows to specify no limit at all to use a qdiscs default limit. Compare: https://github.com/dtaht/ceropackages-3.3/compare/817856042204...3078097ddc51