aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko1-0/+2
2018-01-17net: sched: introduce shared filter blocks infrastructureJiri Pirko1-0/+2
2018-01-17net: sched: introduce support for multiple filter chain pointers registrationJiri Pirko1-2/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann1-0/+2
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-1/+2
2017-12-21net: sch: api: add extack support in qdisc_allocAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack to change classAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz1-0/+1
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend1-0/+20
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend1-1/+1
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend1-8/+12
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend1-0/+1
2017-12-08net: sched: provide per cpu qstat helpersJohn Fastabend1-0/+35
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend1-0/+1
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring1-4/+6
2017-12-05net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang1-1/+0
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