aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h
AgeCommit message (Expand)Author
2018-03-31sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-02-12net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31net: sched: Identify hardware traffic classes using classidAmritha Nambiar
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang
2017-10-21net: sched: introduce per-block callbacksJiri Pirko
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-09-19net_sched: no need to free qdisc in RCU callbackCong Wang
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31net_sched: add reverse binding for tc classCong Wang
2017-08-25net_sched: kill u32_node pointer in QdiscWANG Cong
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-21net: sched: Add the invalid handle check in qdisc_class_findGao Feng
2017-08-20net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko
2017-08-07net_sched: use void pointer for filter handleWANG Cong
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
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