Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-16 | shaper: conditionally compile fq_codel support | Dmitry Kozlov | |
2014-09-13 | shaper: implemented fq_codel leaf qdisc | Dmitry Kozlov | |
Parameters are same as for tc: [shaper] leaf-qdisc=fq_codel [ limit PACKETS ] [flows NUMBER ] [ target TIME ] [ interval TIME ] [ quantum BYTES ] [ [no]ecn ] | |||
2014-06-16 | shaper: apply rate multiplier to integer values | 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-07 | shaper: fixed many race conditions | 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> | |||
2013-10-16 | shaper: check for range overlaps before adjusting range times | Dmitry Kozlov | |
Fixes detection of range everlaps (time range end time is equal to start time of other range), which prevents starting range end timer. Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-10-15 | shaper: fixed invalid reference counting (caused unexpected removal of ↵ | Dmitry Kozlov | |
internal structure) shaper: do not start time range end timer if end time is equal to start time of other range Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-08-27 | shaper: fixed possible race during changing time range | Kozlov Dmitry | |
2013-08-22 | shaper: fixed reading 'rate-multiplier' | Kozlov Dmitry | |
2013-08-15 | shaper: implemented 'rate-multiplier' option to bring values to kilobits if ↵ | Dmitry Kozlov | |
radius sends in different basis | |||
2013-05-23 | shaper: fixed 'shaper restore' command | Dmitry Kozlov | |
2013-04-22 | shaper: install shaper in SES_PRE_UP | Dmitry Kozlov | |
2013-01-25 | cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX | Kozlov Dmitry | |
2013-01-25 | Fix boolean options parsing in configuration file | Guillaume Nault | |
Explicitely interpret zero values when parsing boolean options. This allows to unset boolean parameters such as "verbose" when reloading the configuration. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-06-22 | initial ipoe implementation | Kozlov Dmitry | |
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-04-18 | shaper: fix time range start detection on startup/config reload | 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 | |