summaryrefslogtreecommitdiff
path: root/net/sched/sch_ingress.c
AgeCommit message (Expand)Author
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2023-07-24tcx: Fix splat in ingress_destroy upon tcx_entry_freeDaniel Borkmann
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann
2023-05-30net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye
2023-05-30net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye
2023-05-30net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso
2019-06-14net: sched: ingress: set 'unlocked' flag for clsact Qdisc opsVlad Buslov
2019-06-12net: sched: ingress: set 'unlocked' flag for Qdisc opsVlad Buslov
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-01-17net: sched: allow ingress and clsact qdiscs to share filter blocksJiri Pirko
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-15net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko
2017-12-15net: sched: fix clsact init error pathJiri Pirko
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko
2017-10-21net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann
2016-01-10net, sched: add clsact qdiscDaniel Borkmann
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy
2009-09-04net_sched: fix class grafting errno codesPatrick McHardy
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy
2008-01-31[NET_SCHED]: sch_ingress: remove netfilter supportPatrick McHardy
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: remove useless printkPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: avoid a few #ifdefsPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: move dependencies to KconfigPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: remove unnecessary opsPatrick McHardy
2008-01-28[NET_SCHED]: sch_ingress: return proper error code in ingress_graft()Patrick McHardy