aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_ingress.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17net: sched: allow ingress and clsact qdiscs to share filter blocksJiri Pirko1-16/+64
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+4
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann1-15/+4
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-3/+5
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-2/+4
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-2/+4
2017-12-15net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko1-4/+5
2017-12-15net: sched: fix clsact init error pathJiri Pirko1-5/+1
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko1-5/+14
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko1-16/+20
2017-10-21net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko1-7/+29
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-3/+3
2017-08-25net_sched: remove tc class reference countingWANG Cong1-11/+9
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko1-12/+0
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-16/+45
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann1-0/+12
2016-01-10net, sched: add clsact qdiscDaniel Borkmann1-2/+86
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann1-49/+9
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov1-2/+3
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann1-0/+9
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-1/+1
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-3/+5
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang1-2/+1
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-2/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy1-7/+0
2009-09-04net_sched: fix class grafting errno codesPatrick McHardy1-7/+0
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna1-1/+1
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy1-1/+1
2008-01-31[NET_SCHED]: sch_ingress: remove netfilter supportPatrick McHardy1-79/+0
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy1-6/+6
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-7/+7
2008-01-28[NET_SCHED]: sch_ingress: remove useless printkPatrick McHardy1-8/+1
2008-01-28[NET_SCHED]: sch_ingress: avoid a few #ifdefsPatrick McHardy1-12/+4
2008-01-28[NET_SCHED]: sch_ingress: move dependencies to KconfigPatrick McHardy1-10/+1
2008-01-28[NET_SCHED]: sch_ingress: remove unnecessary opsPatrick McHardy1-24/+0
2008-01-28[NET_SCHED]: sch_ingress: return proper error code in ingress_graft()Patrick McHardy1-1/+1
2008-01-28[NET_SCHED]: sch_ingress: remove unused inner qdiscPatrick McHardy1-4/+0
2008-01-28[NET_SCHED]: sch_ingress: remove qdisc_priv() wrapperPatrick McHardy1-6/+4
2008-01-28[NET_SCHED]: sch_ingress: remove excessive debuggingPatrick McHardy1-76/+3
2008-01-28[NET_SCHED]: sch_ingress: formatting fixesPatrick McHardy1-64/+39
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: Use nf_register_hooks for multiple registrationsPatrick McHardy1-26/+18
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet1-2/+2
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-2/+2
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-3/+2
2007-07-31[NET_SCHED]: Fix prio/ingress classification logic errorPatrick McHardy1-2/+1
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy1-19/+0
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-8/+1