summaryrefslogtreecommitdiff
path: root/net/sched/sch_ingress.c
Commit message (Expand)AuthorAge
* net: sched: allow ingress and clsact qdiscs to share filter blocksJiri Pirko2018-01-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-17
|\
| * net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann2018-01-16
* | net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-21
* | net: sched: sch: add extack for block callbackAlexander Aring2017-12-21
* | net: sched: sch: add extack for init callbackAlexander Aring2017-12-21
|/
* net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko2017-12-15
* net: sched: fix clsact init error pathJiri Pirko2017-12-15
* net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2017-11-03
* net: sched: introduce chain_head_change callbackJiri Pirko2017-11-03
* net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko2017-10-21
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-16
* net_sched: remove tc class reference countingWANG Cong2017-08-25
* net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-11
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-17
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-10
* net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-07
* net, sched: add clsact qdiscDaniel Borkmann2016-01-10
* net: sched: further simplify handle_ingDaniel Borkmann2015-05-11
* net: sched: run ingress qdisc without locksAlexei Starovoitov2015-05-03
* net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann2015-04-13
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-30
* net: rcu-ify tcf_protoJohn Fastabend2014-09-13
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-13
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-10
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-17
* net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy2009-09-06
* net_sched: fix class grafting errno codesPatrick McHardy2009-09-04
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-20
* net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy2008-07-01
* [NET_SCHED]: sch_ingress: remove netfilter supportPatrick McHardy2008-01-31
* [NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy2008-01-28
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-28
* [NET_SCHED]: sch_ingress: remove useless printkPatrick McHardy2008-01-28
* [NET_SCHED]: sch_ingress: avoid a few #ifdefsPatrick McHardy2008-01-28
* [NET_SCHED]: sch_ingress: move dependencies to KconfigPatrick McHardy2008-01-28
* [NET_SCHED]: sch_ingress: remove unnecessary opsPatrick McHardy2008-01-28
* [NET_SCHED]: sch_ingress: return proper error code in ingress_graft()Patrick McHardy2008-01-28
* [NET_SCHED]: sch_ingress: remove unused inner qdiscPatrick McHardy2008-01-28
* [NET_SCHED]: sch_ingress: remove qdisc_priv() wrapperPatrick McHardy2008-01-28
* [NET_SCHED]: sch_ingress: remove excessive debuggingPatrick McHardy2008-01-28
* [NET_SCHED]: sch_ingress: formatting fixesPatrick McHardy2008-01-28
* [NETFILTER]: Mark hooks __read_mostlyPatrick McHardy2008-01-28
* [NETFILTER]: Use nf_register_hooks for multiple registrationsPatrick McHardy2008-01-28
* [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet2008-01-28
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-28
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-15
* [NET_SCHED]: Fix prio/ingress classification logic errorPatrick McHardy2007-07-31
* [NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy2007-07-15
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-10