summaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h
Commit message (Expand)AuthorAgeFilesLines
...
* | net_sched: add reverse binding for tc classCong Wang2017-08-311-0/+1
* | net_sched: kill u32_node pointer in QdiscWANG Cong2017-08-261-1/+0Star
* | net_sched: remove tc class reference countingWANG Cong2017-08-261-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-1/+4
|\|
| * net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov2017-08-211-1/+4
* | net: sched: Add the invalid handle check in qdisc_class_findGao Feng2017-08-211-0/+3
* | net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-111-1/+0Star
* | net_sched: use void pointer for filter handleWANG Cong2017-08-071-4/+4
|/
* net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+2
* net: sched: add termination action to allow goto chainJiri Pirko2017-05-171-2/+7
* net: sched: introduce multichain support for filtersJiri Pirko2017-05-171-2/+7
* net: sched: introduce helpers to work with filter chainsJiri Pirko2017-05-171-1/+6
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-1/+6
* net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-211-2/+2
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-131-0/+1
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-2/+0Star
* sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko2017-02-101-1/+1
* net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-091-1/+1
* net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-091-2/+1Star
* net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-091-1/+9
* net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-091-0/+11
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-1/+1
* sched: add and use qdisc_skb_head helpersFlorian Westphal2016-09-191-12/+51
* sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal2016-09-191-7/+8
* net: minor optimization in qdisc_qstats_cpu_drop()Eric Dumazet2016-08-261-1/+1
* net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-111-1/+1
* net_sched: generalize bulk dequeueEric Dumazet2016-06-251-3/+4
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-11/+30
* net_sched: add the ability to defer skb freeingEric Dumazet2016-06-151-4/+12
* net_sched: remove generic throttled managementEric Dumazet2016-06-111-16/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-1/+5
|\
| * net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-081-0/+1
| * net_sched: keep backlog updated with qlenWANG Cong2016-06-071-1/+4
* | net: sched: fix qdisc->running lockdep annotationsEric Dumazet2016-06-091-1/+5
* | sched: place state, next_sched and gso_skb in same cacheline againFlorian Westphal2016-06-091-2/+2
* | sched: remove qdisc->dropFlorian Westphal2016-06-091-36/+0Star
* | sched: remove qdisc_rehape_failFlorian Westphal2016-06-091-19/+0Star
* | cbq: remove TCA_CBQ_POLICE supportFlorian Westphal2016-06-091-4/+0Star
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-081-0/+8
* | net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-081-11/+4Star
|/
* net/sched: Enable netdev drivers to update statistics of offloaded actionsAmir Vadai2016-05-161-2/+18
* net: sched: use pfifo_fast for non real queuesEric Dumazet2016-03-031-0/+6
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-2/+3
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-0/+17
* net, sched: add skb_at_tc_ingress helperDaniel Borkmann2016-01-101-0/+9
* net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-031-0/+3
* bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-181-0/+1
* cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-181-1/+1
* net: sched: register noqueue qdiscPhil Sutter2015-08-281-0/+1
* net: sched: extend percpu stats helpersEric Dumazet2015-07-081-10/+21