summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
...
* | net: sched: introduce reference counting for tcf_protoVlad Buslov2019-02-121-10/+43
* | net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov2019-02-122-33/+84
* | net: sched: protect chain template accesses with block lockVlad Buslov2019-02-121-16/+57
* | net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov2019-02-122-26/+74
* | net: sched: protect block->chain0 with block->lockVlad Buslov2019-02-121-3/+14
* | net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov2019-02-121-11/+25
* | net: sched: protect chain->explicitly_created with block->lockVlad Buslov2019-02-121-6/+13
* | net: sched: protect block state with mutexVlad Buslov2019-02-121-13/+71
* | net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-1017-18/+18
* | net: Move all TC actions identifiers to one placeEli Cohen2019-02-101-2/+0
* | net/sched: use struct_size() helperGustavo A. R. Silva2019-02-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+5
|\|
| * net: cls_flower: Remove filter from mask before freeing itPetr Machata2019-02-041-1/+5
* | cls_flower: don't expose TC actions to drivers anymorePablo Neira Ayuso2019-02-061-5/+0
* | flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso2019-02-061-0/+4
* | cls_api: add translator to flow_action representationPablo Neira Ayuso2019-02-062-0/+113
* | flow_offload: add flow action infrastructurePablo Neira Ayuso2019-02-062-3/+21
* | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-13/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-2112-36/+61
|\|
| * net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera2019-01-171-5/+14
| * net_sched: refetch skb protocol for each filterCong Wang2019-01-161-2/+1
| * net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti2019-01-151-8/+11
| * sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen2019-01-151-2/+3
| * sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen2019-01-153-3/+9
| * sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-158-16/+23
* | net_sched: add performance counters for basic filterCong Wang2019-01-191-0/+25
* | sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen2019-01-191-2/+1
* | net_sched: add hit counter for matchallCong Wang2019-01-181-0/+24
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-2716-483/+1074
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-4/+3
| |\
| * | net: sched: simplify the qdisc_leaf codeTonghao Zhang2018-12-151-3/+1
| * | net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-145-45/+33
| * | net/sched: Remove egdev mechanismOz Shlomo2018-12-102-267/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-093-25/+25
| |\ \
| * | | net: netem: use a list in addition to rbtreePeter Oskolkov2018-12-051-20/+69
| * | | net/sched: act_tunnel_key: Don't dump dst port if it wasn't setAdi Nissim2018-12-041-1/+3
| * | | net/sched: act_tunnel_key: Allow key-less tunnelsAdi Nissim2018-12-041-10/+11
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-14/+22
| |\ \ \
| * | | | net_sched: sch_fq: avoid calling ktime_get_ns() if not neededEric Dumazet2018-11-201-1/+6
| * | | | net: sched: cls_u32: add res to offload informationJakub Kicinski2018-11-191-0/+2
| * | | | net: sched: gred: support reporting stats from offloadsJakub Kicinski2018-11-191-0/+47
| * | | | net: sched: gred: add basic Qdisc offloadJakub Kicinski2018-11-191-0/+47
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-192-13/+21
| |\ \ \ \
| * | | | | net: sched: gred: allow manipulating per-DP RED flagsJakub Kicinski2018-11-161-1/+143
| * | | | | net: sched: gred: store red flags per virtual queueJakub Kicinski2018-11-161-6/+18
| * | | | | net: sched: gred: provide a better structured dump and expose statsJakub Kicinski2018-11-161-1/+52
| * | | | | net: sched: gred: store bytesin as a 64 bit valueJakub Kicinski2018-11-161-1/+1
| * | | | | net: sched: gred: use extack to provide more details on configuration errorsJakub Kicinski2018-11-161-11/+33
| * | | | | net: sched: gred: pass extack to nla_parse_nested()Jakub Kicinski2018-11-161-2/+2
| * | | | | net: sched: gred: separate error and non-error path in gred_change()Jakub Kicinski2018-11-161-6/+6