Age | Commit message (Expand) | Author | Files | Lines |
2020-12-10 | net: sched: incorrect Kconfig dependencies on Netfilter modules | Pablo Neira Ayuso | 1 | -3/+3 |
2020-12-09 | net: sched: fix spelling mistake in Kconfig "trys" -> "tries" | Colin Ian King | 1 | -1/+1 |
2020-07-02 | net: sched: Allow changing default qdisc to FQ-PIE | Danny Lin | 1 | -0/+4 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -61/+61 |
2020-05-02 | net: qos: introduce a gate control flow action | Po Liu | 1 | -0/+12 |
2020-03-04 | net/sched: act_ct: Create nf flow table per zone | Paul Blakey | 1 | -1/+1 |
2020-01-23 | net: sched: add Flow Queue PIE packet scheduler | Mohit P. Tahiliani | 1 | -0/+13 |
2019-12-19 | net: sch_ets: Add a new Qdisc | Petr Machata | 1 | -0/+17 |
2019-09-27 | net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N | Paul Blakey | 1 | -1/+0 |
2019-09-26 | net: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -72/+72 |
2019-09-06 | net: openvswitch: Set OvS recirc_id from tc chain index | Paul Blakey | 1 | -0/+13 |
2019-07-17 | net/sched: Make NET_ACT_CT depends on NF_NAT | YueHaibing | 1 | -1/+1 |
2019-07-09 | net/sched: Introduce action ct | Paul Blakey | 1 | -0/+11 |
2019-07-09 | net: sched: add mpls manipulation actions to TC | John Hurley | 1 | -0/+11 |
2019-06-16 | net: sched: remove NET_CLS_IND config option | Jiri Pirko | 1 | -8/+0 |
2019-05-30 | net: sched: Introduce act_ctinfo action | Kevin 'ldir' Darbyshire-Bryant | 1 | -0/+17 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-03-26 | net: sched: Kconfig: update reference link for PIE | Leslie Monis | 1 | -2/+1 |
2018-10-04 | tc: Add support for configuring the taprio scheduler | Vinicius Costa Gomes | 1 | -0/+11 |
2018-07-25 | net/sched: add skbprio scheduler | Nishanth Devarajan | 1 | -0/+13 |
2018-07-25 | sched: fix trailing whitespace | Stephen Hemminger | 1 | -2/+2 |
2018-07-11 | sched: Add Common Applications Kept Enhanced (cake) qdisc | Toke Høiland-Jørgensen | 1 | -0/+11 |
2018-07-04 | net/sched: Introduce the ETF Qdisc | Vinicius Costa Gomes | 1 | -0/+11 |
2018-02-21 | net: sched: add em_ipt ematch for calling xtables matches | Eyal Birger | 1 | -0/+12 |
2018-01-31 | net/sched: kconfig: Remove blank help texts | Ulf Magnusson | 1 | -3/+0 |
2017-10-27 | net/sched: Introduce Credit Based Shaper (CBS) qdisc | Vinicius Costa Gomes | 1 | -0/+11 |
2017-06-05 | net: sched: select cls when cls_act is enabled | Jiri Pirko | 1 | -0/+1 |
2017-04-17 | Subject: net: allow configuring default qdisc | stephen hemminger | 1 | -0/+45 |
2017-02-03 | net/sched: act_ife: Change to use ife module | Yotam Gigi | 1 | -0/+1 |
2017-01-24 | net/sched: Introduce sample tc action | Yotam Gigi | 1 | -0/+12 |
2017-01-09 | net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selected | Davide Caratti | 1 | -0/+1 |
2016-09-20 | net sched ife action: Introduce skb tcindex metadata encap decap | Jamal Hadi Salim | 1 | -0/+5 |
2016-09-16 | net_sched: Introduce skbmod action | Jamal Hadi Salim | 1 | -0/+11 |
2016-09-11 | net/sched: Introduce act_tunnel_key | Amir Vadai | 1 | -0/+11 |
2016-07-25 | net/sched: introduce Match-all classifier | Jiri Pirko | 1 | -0/+10 |
2016-03-02 | Support to encoding decoding skb prio on IFE action | Jamal Hadi Salim | 1 | -0/+5 |
2016-03-02 | Support to encoding decoding skb mark on IFE action | Jamal Hadi Salim | 1 | -0/+5 |
2016-03-02 | introduce IFE action | Jamal Hadi Salim | 1 | -0/+12 |
2016-01-11 | net, sched: add clsact qdisc | Daniel Borkmann | 1 | -4/+10 |
2015-05-14 | net: add CONFIG_NET_INGRESS to enable ingress filtering | Pablo Neira | 1 | -0/+1 |
2015-05-13 | tc: introduce Flower classifier | Jiri Pirko | 1 | -0/+10 |
2015-02-19 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -1/+1 |
2015-01-29 | act_connmark: fix dependencies better | Arnd Bergmann | 1 | -1/+1 |
2015-01-24 | act_connmark: Add missing dependency on NF_CONNTRACK_MARK | Thomas Graf | 1 | -0/+1 |
2015-01-20 | net: sched: Introduce connmark action | Felix Fietkau | 1 | -0/+11 |
2015-01-18 | tc: add BPF based action | Jiri Pirko | 1 | -0/+12 |
2015-01-07 | kconfig: use bool instead of boolean for type definition attributes | Christoph Jaeger | 1 | -1/+1 |
2014-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |
2014-12-09 | Update old iproute2 and Xen Remus links | Andrew Shewmaker | 1 | -3/+4 |
2014-11-21 | sched: introduce vlan action | Jiri Pirko | 1 | -0/+11 |