aboutsummaryrefslogtreecommitdiffstats
path: root/features/net_sched
AgeCommit message (Collapse)Author
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-09-03net_sched: Add FQ Controlled Delay packet scheduling algorithmHe Zhe
It has been widely used and selected by systemd as defalut scheduling algorithm since v217. https://github.com/systemd/systemd/blob/master/NEWS#L5861 Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2015-02-18meta: remove obselete/invalid optionsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-06-25meta: enable additional NET_SCHED optionsMichael Barabanov
This change turns on NET_ACT_MIRRED (packet redirecting and mirroring) and NET_CLS_U32 (universal 32bit comparisons w/ hashing classification). Signed-off-by: Michael Barabanov <michael.barabanov@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-10-01meta: cleanup invalid/obselete 3.4 CONFIG optionsBruce Ashfield
The kernel configuration audit subsystem was previously focussed on BSP/hardware specific options, since that is the part of configuration that the end developer maintains. But not auditing the non-hardware specific options on each run meant that some options that do not exist in the kernel have remained in the configuration fragments. Removing them clarifies the fragments, and updating the audit to report on non-hardware options ensures that they will stay clean. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-28net_sched: select ACT as a dependency of INGRESSPaul Gortmaker
We've enabled (=m) INGRESS, but we should also explicitly select ACT, since we have this in Kconfig: config NET_SCH_INGRESS tristate "Ingress Qdisc" depends on NET_CLS_ACT Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-06-25net_sched: remove dupicate configuration optionBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-253.5: remove in-tree featuresBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-22meta: fix net_sched.cfg includeBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-20net_sched: Add CODEL queue management algorithm.Paul Gortmaker
Straightforward backport from v3.5. See http://lwn.net/Articles/496509/ for a nice description of it. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-06-20net_sched: move content out of cgroups dirPaul Gortmaker
Make this a separate subdir of its own since it isn't strictly related to cgroups, and we want a home for backports of new net sched plugins. Also fix the missing ".scc" extension on the cgroups include, which isn't strictly required, but git grep can find it easier. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>