summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_ingress.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [NET_SCHED]: sch_ingress: remove unnecessary opsPatrick McHardy2008-01-281-24/+0
* [NET_SCHED]: sch_ingress: return proper error code in ingress_graft()Patrick McHardy2008-01-281-1/+1
* [NET_SCHED]: sch_ingress: remove unused inner qdiscPatrick McHardy2008-01-281-4/+0
* [NET_SCHED]: sch_ingress: remove qdisc_priv() wrapperPatrick McHardy2008-01-281-6/+4
* [NET_SCHED]: sch_ingress: remove excessive debuggingPatrick McHardy2008-01-281-76/+3
* [NET_SCHED]: sch_ingress: formatting fixesPatrick McHardy2008-01-281-64/+39
* [NETFILTER]: Mark hooks __read_mostlyPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: Use nf_register_hooks for multiple registrationsPatrick McHardy2008-01-281-26/+18
* [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet2008-01-281-2/+2
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-2/+2
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-3/+2
* [NET_SCHED]: Fix prio/ingress classification logic errorPatrick McHardy2007-07-311-2/+1
* [NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy2007-07-151-19/+0
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-101-8/+1
OpenPOWER on IntegriCloud