aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-3/+5
2017-12-19net_sched: properly check for empty skb array on error pathCong Wang1-1/+7
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend1-53/+87
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend1-4/+7
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend1-20/+86
2017-12-08net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend1-9/+19
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend1-13/+72
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend1-0/+16
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend1-15/+13
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend1-10/+20
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend1-2/+0
2017-12-06net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion1-0/+3
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko1-0/+46
2017-10-27net/sched: Check for null dev_queue on create flowJesus Sanchez-Palencia1-1/+7
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-09-21net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov1-0/+1
2017-09-19net_sched: no need to free qdisc in RCU callbackCong Wang1-8/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet1-1/+1
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer1-2/+6
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-06net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong1-1/+1
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-1/+1
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier1-1/+1
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-10/+11
2016-09-19sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal1-1/+6
2016-09-19sched: don't use skb queue helpersFlorian Westphal1-1/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2016-08-25qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet1-4/+5
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina1-3/+5
2016-06-25net_sched: generalize bulk dequeueEric Dumazet1-10/+58
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-4/+6
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet1-1/+1
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-06-09net: sched: fix qdisc->running lockdep annotationsEric Dumazet1-2/+2
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-4/+10
2016-06-06net_sched: keep backlog updated with qlenWANG Cong1-0/+2
2016-05-04net: remove dev->trans_startFlorian Westphal1-7/+3
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal1-32/+0
2016-04-14net: sched: do not requeue a NULL skbLars Persson1-1/+4
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet1-0/+1
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet1-1/+1
2015-08-27net: sched: simplify attach_one_default_qdisc()Phil Sutter1-29/+12
2015-08-27net: sched: register noqueue qdiscPhil Sutter1-1/+11