aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong1-2/+2
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+1
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-2/+0
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko1-1/+1
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn1-1/+1
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn1-2/+1
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn1-1/+9
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn1-0/+11
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-1/+1
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal1-12/+51
2016-09-19sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal1-7/+8
2016-08-25net: minor optimization in qdisc_qstats_cpu_drop()Eric Dumazet1-1/+1
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina1-1/+1
2016-06-25net_sched: generalize bulk dequeueEric Dumazet1-3/+4
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-11/+30
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet1-4/+12
2016-06-10net_sched: remove generic throttled managementEric Dumazet1-16/+0
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-06-09net: sched: fix qdisc->running lockdep annotationsEric Dumazet1-1/+5
2016-06-08sched: place state, next_sched and gso_skb in same cacheline againFlorian Westphal1-2/+2
2016-06-08sched: remove qdisc->dropFlorian Westphal1-36/+0
2016-06-08sched: remove qdisc_rehape_failFlorian Westphal1-19/+0
2016-06-08cbq: remove TCA_CBQ_POLICE supportFlorian Westphal1-4/+0
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann1-0/+1
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-0/+8
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-11/+4
2016-06-06net_sched: keep backlog updated with qlenWANG Cong1-1/+4
2016-05-16net/sched: Enable netdev drivers to update statistics of offloaded actionsAmir Vadai1-2/+18
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet1-0/+6
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-2/+3
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-0/+17
2016-01-10net, sched: add skb_at_tc_ingress helperDaniel Borkmann1-0/+9
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet1-0/+3
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov1-0/+1
2015-09-17cls_bpf: introduce integrated actionsDaniel Borkmann1-1/+1
2015-08-27net: sched: register noqueue qdiscPhil Sutter1-0/+1
2015-07-08net: sched: extend percpu stats helpersEric Dumazet1-10/+21
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal1-15/+0
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet1-6/+0
2015-05-02net: sched: remove TC_MUNGED bitsFlorian Westphal1-2/+0
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang1-2/+2
2015-01-31net: sched: fix panic in rate estimatorsEric Dumazet1-8/+5
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko1-1/+0
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer1-0/+16
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+11
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-6/+33
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-1/+21
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet1-1/+2
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-4/+5