aboutsummaryrefslogtreecommitdiff
path: root/include/net/sch_generic.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+7
2017-08-31net_sched: add reverse binding for tc classGravatar Cong Wang 1-0/+1
2017-08-25net_sched: kill u32_node pointer in QdiscGravatar WANG Cong 1-1/+0
2017-08-25net_sched: remove tc class reference countingGravatar WANG Cong 1-2/+1
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscGravatar Eric Dumazet 1-0/+7
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+4
2017-08-21net: sched: Add the invalid handle check in qdisc_class_findGravatar Gao Feng 1-0/+3
2017-08-20net_sched: fix order of queue length updates in qdisc_replace()Gravatar Konstantin Khlebnikov 1-1/+4
2017-08-11net: sched: remove cops->tcf_cl_offloadGravatar Jiri Pirko 1-1/+0
2017-08-07net_sched: use void pointer for filter handleGravatar WANG Cong 1-4/+4
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+2
2017-05-17net: sched: add termination action to allow goto chainGravatar Jiri Pirko 1-2/+7
2017-05-17net: sched: introduce multichain support for filtersGravatar Jiri Pirko 1-2/+7
2017-05-17net: sched: introduce helpers to work with filter chainsGravatar Jiri Pirko 1-1/+6
2017-05-17net: sched: introduce tcf block infractructureGravatar Jiri Pirko 1-1/+6
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()Gravatar WANG Cong 1-2/+2
2017-03-12net: sched: make default fifo qdiscs appear in the dumpGravatar Jiri Kosina 1-0/+1
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiGravatar Jiri Pirko 1-2/+0
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoGravatar Jiri Pirko 1-1/+1
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedGravatar Willem de Bruijn 1-1/+1
2017-01-08net-tc: convert tc_at to tc_at_ingressGravatar Willem de Bruijn 1-2/+1
2017-01-08net-tc: convert tc_verd to integer bitfieldsGravatar Willem de Bruijn 1-1/+9
2017-01-08net-tc: extract skip classify bit from tc_verdGravatar Willem de Bruijn 1-0/+11
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsGravatar Eric Dumazet 1-1/+1
2016-09-19sched: add and use qdisc_skb_head helpersGravatar Florian Westphal 1-12/+51
2016-09-19sched: remove qdisc arg from __qdisc_dequeue_headGravatar Florian Westphal 1-7/+8
2016-08-25net: minor optimization in qdisc_qstats_cpu_drop()Gravatar Eric Dumazet 1-1/+1
2016-08-10net: sched: convert qdisc linked list to hashtableGravatar Jiri Kosina 1-1/+1
2016-06-25net_sched: generalize bulk dequeueGravatar Eric Dumazet 1-3/+4
2016-06-25net_sched: drop packets after root qdisc lock is releasedGravatar Eric Dumazet 1-11/+30
2016-06-15net_sched: add the ability to defer skb freeingGravatar Eric Dumazet 1-4/+12
2016-06-10net_sched: remove generic throttled managementGravatar Eric Dumazet 1-16/+0
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+5
2016-06-09net: sched: fix qdisc->running lockdep annotationsGravatar Eric Dumazet 1-1/+5
2016-06-08sched: place state, next_sched and gso_skb in same cacheline againGravatar Florian Westphal 1-2/+2
2016-06-08sched: remove qdisc->dropGravatar Florian Westphal 1-36/+0
2016-06-08sched: remove qdisc_rehape_failGravatar Florian Westphal 1-19/+0
2016-06-08cbq: remove TCA_CBQ_POLICE supportGravatar Florian Westphal 1-4/+0
2016-06-07net: sched: fix tc_should_offload for specific clsact classesGravatar Daniel Borkmann 1-0/+1
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpGravatar Eric Dumazet 1-0/+8
2016-06-07net_sched: transform qdisc running bit into a seqcountGravatar Eric Dumazet 1-11/+4
2016-06-06net_sched: keep backlog updated with qlenGravatar WANG Cong 1-1/+4
2016-05-16net/sched: Enable netdev drivers to update statistics of offloaded actionsGravatar Amir Vadai 1-2/+18
2016-03-03net: sched: use pfifo_fast for non real queuesGravatar Eric Dumazet 1-0/+6
2016-02-29net_sched: update hierarchical backlog tooGravatar WANG Cong 1-2/+3
2016-02-29net_sched: introduce qdisc_replace() helperGravatar WANG Cong 1-0/+17
2016-01-10net, sched: add skb_at_tc_ingress helperGravatar Daniel Borkmann 1-0/+9
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesGravatar Eric Dumazet 1-0/+3
2015-09-17bpf: add bpf_redirect() helperGravatar Alexei Starovoitov 1-0/+1
2015-09-17cls_bpf: introduce integrated actionsGravatar Daniel Borkmann 1-1/+1