summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_ingress.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Remove alias of sch_clsactMichal Koutný2024-02-021-1/+0
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+2
* net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira2023-11-011-0/+1
* tcx: Fix splat in ingress_destroy upon tcx_entry_freeDaniel Borkmann2023-07-241-1/+1
* bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann2023-07-191-4/+57
* net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-05-301-2/+2
* net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye2023-05-301-0/+6
* net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye2023-05-301-0/+6
* net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2020-02-191-1/+10
* net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-091-3/+3
* net: sched: ingress: set 'unlocked' flag for clsact Qdisc opsVlad Buslov2019-06-141-0/+1
* net: sched: ingress: set 'unlocked' flag for Qdisc opsVlad Buslov2019-06-121-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: sched: allow ingress and clsact qdiscs to share filter blocksJiri Pirko2018-01-171-16/+64
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-16/+4
|\
| * net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann2018-01-161-15/+4
* | net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-3/+5
* | net: sched: sch: add extack for block callbackAlexander Aring2017-12-211-2/+4
* | net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-2/+4
|/
* net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko2017-12-151-4/+5
* net: sched: fix clsact init error pathJiri Pirko2017-12-151-5/+1
* net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2017-11-031-5/+14
* net: sched: introduce chain_head_change callbackJiri Pirko2017-11-031-16/+20
* net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko2017-10-211-7/+29
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-161-3/+3
* net_sched: remove tc class reference countingWANG Cong2017-08-251-11/+9
* net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-111-12/+0
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-16/+45
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-071-0/+12
* net, sched: add clsact qdiscDaniel Borkmann2016-01-101-2/+86
* net: sched: further simplify handle_ingDaniel Borkmann2015-05-111-49/+9
* net: sched: run ingress qdisc without locksAlexei Starovoitov2015-05-031-2/+3
* net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann2015-04-131-0/+9
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-1/+1
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-3/+5
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-2/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
* net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy2009-09-061-7/+0
* net_sched: fix class grafting errno codesPatrick McHardy2009-09-041-7/+0
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-1/+1
* net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy2008-07-011-1/+1
* [NET_SCHED]: sch_ingress: remove netfilter supportPatrick McHardy2008-01-311-79/+0
* [NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy2008-01-281-6/+6
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-281-7/+7
* [NET_SCHED]: sch_ingress: remove useless printkPatrick McHardy2008-01-281-8/+1
* [NET_SCHED]: sch_ingress: avoid a few #ifdefsPatrick McHardy2008-01-281-12/+4
* [NET_SCHED]: sch_ingress: move dependencies to KconfigPatrick McHardy2008-01-281-10/+1