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