summaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h
AgeCommit message (Expand)AuthorLines
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena-1/+2
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko-2/+7
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko-2/+7
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko-1/+6
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko-1/+6
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong-2/+2
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina-0/+1
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko-2/+0
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko-1/+1
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn-1/+1
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn-2/+1
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn-1/+9
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn-0/+11
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet-1/+1
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal-12/+51
2016-09-19sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal-7/+8
2016-08-25net: minor optimization in qdisc_qstats_cpu_drop()Eric Dumazet-1/+1
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina-1/+1
2016-06-25net_sched: generalize bulk dequeueEric Dumazet-3/+4
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet-11/+30
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet-4/+12
2016-06-10net_sched: remove generic throttled managementEric Dumazet-16/+0
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2016-06-09net: sched: fix qdisc->running lockdep annotationsEric Dumazet-1/+5
2016-06-08sched: place state, next_sched and gso_skb in same cacheline againFlorian Westphal-2/+2
2016-06-08sched: remove qdisc->dropFlorian Westphal-36/+0
2016-06-08sched: remove qdisc_rehape_failFlorian Westphal-19/+0
2016-06-08cbq: remove TCA_CBQ_POLICE supportFlorian Westphal-4/+0
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann-0/+1
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet-0/+8
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet-11/+4
2016-06-06net_sched: keep backlog updated with qlenWANG Cong-1/+4
2016-05-16net/sched: Enable netdev drivers to update statistics of offloaded actionsAmir Vadai-2/+18
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet-0/+6
2016-02-29net_sched: update hierarchical backlog tooWANG Cong-2/+3
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong-0/+17
2016-01-10net, sched: add skb_at_tc_ingress helperDaniel Borkmann-0/+9
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet-0/+3
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov-0/+1
2015-09-17cls_bpf: introduce integrated actionsDaniel Borkmann-1/+1
2015-08-27net: sched: register noqueue qdiscPhil Sutter-0/+1
2015-07-08net: sched: extend percpu stats helpersEric Dumazet-10/+21
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal-15/+0
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet-6/+0
2015-05-02net: sched: remove TC_MUNGED bitsFlorian Westphal-2/+0
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang-2/+2
2015-01-31net: sched: fix panic in rate estimatorsEric Dumazet-8/+5
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko-1/+0
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer-0/+16
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend-1/+11