aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko1-0/+32
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko1-1/+4
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31net: sched: Identify hardware traffic classes using classidAmritha Nambiar1-0/+7
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang1-0/+2
2017-10-21net: sched: introduce per-block callbacksJiri Pirko1-0/+1
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko1-3/+0
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-0/+1
2017-09-19net_sched: no need to free qdisc in RCU callbackCong Wang1-1/+0
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2017-08-31net_sched: add reverse binding for tc classCong Wang1-0/+1
2017-08-25net_sched: kill u32_node pointer in QdiscWANG Cong1-1/+0
2017-08-25net_sched: remove tc class reference countingWANG Cong1-2/+1
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet1-0/+7
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2017-08-21net: sched: Add the invalid handle check in qdisc_class_findGao Feng1-0/+3
2017-08-20net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov1-1/+4
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko1-1/+0
2017-08-07net_sched: use void pointer for filter handleWANG Cong1-4/+4
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko1-2/+7
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko1-2/+7
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko1-1/+6
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-1/+6
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