Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-26 | shaper: install skbedit filter for all protocols | Dmitry Kozlov | |
2016-12-09 | shaper: fixed conditions to install limiter (may install only up or only ↵ | Dmitry Kozlov | |
down limiter) | |||
2016-07-11 | implemented support for network namespace | Dmitry Kozlov | |
This is done using radius attribute NAS-Port-Id. The new format of this attribute is NAS-Port-Id=[ns/][name]. Namespaces must be created malually by "ip netns add ..." command | |||
2016-04-01 | shaper: fix wrong priority value for skbedit | Dmitry Kozlov | |
2016-04-01 | shaper: implemented internal class id map | Dmitry Kozlov | |
Before this commit shaper used ses->unit_idx as class id, but it is not unique. This commit introduces internal map to manage unique class ids | |||
2016-03-05 | shaper: fix filter spec for police to support both ipv4 and ipv6 | Dmitry Kozlov | |
2014-11-22 | shaper: fixed installing fw filter | Dmitry Kozlov | |
2014-11-17 | shaper: introduce "fwmark" option | Dmitry Kozlov | |
If specified then fwmark filters will be installed to bypass shaper | |||
2014-11-10 | shaper: fixed passing quantum parameter to kernel | Dmitry Kozlov | |
shaper: introduced moderate-quantum option If fixed quantum is not specified and moderate-quantum is specified then shaper module will check for quantum value to be in valid range (1000-200000). This suppresses annoying kernel messages. Remark: quantum is rate/r2q, rate is in bytes/sec. | |||
2014-11-05 | shaper: set filter priority 100 for ifb | Dmitry Kozlov | |
2014-01-19 | increase size of buffer for netlink messages | Dmitry Kozlov | |
Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-11-07 | shaper: add mtu option | Dmitry Kozlov | |
Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-11-02 | shaper: fixed socket leak | Kozlov Dmitry | |
Close netlink socket in remove_limiter function. Signed-off-by: Kozlov Dmitry <xeb@mail.ru> | |||
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-05-16 | write message to log if unable to load necessary kernel module | Kozlov Dmitry | |
2012-05-15 | shaper: implemented leaf qdisc attachment | Kozlov Dmitry | |
2012-03-07 | shaper: apply cburst value only if it not zero else set it same as burst | Kozlov Dmitry | |
2012-02-28 | shaper: add cburst configuration option | Kozlov Dmitry | |
2012-02-27 | shaper: move thread local variables to stack | Kozlov Dmitry | |
2012-02-16 | shaper: fix incorrect htb rate installation | Kozlov Dmitry | |
2012-01-23 | shaper: add missing install rules | Kozlov Dmitry | |
2012-01-22 | implemented advanced shaper | Kozlov Dmitry | |