summaryrefslogtreecommitdiff
path: root/net/sched/sch_generic.c
AgeCommit message (Expand)Author
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend
2017-12-08net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend
2017-12-06net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko
2017-10-27net/sched: Check for null dev_queue on create flowJesus Sanchez-Palencia
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-21net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov
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-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-06net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier
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-09-19sched: don't use skb queue helpersFlorian Westphal
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-25qdisc: fix a module refcount leak in qdisc_create_dflt()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-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-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2016-06-06net_sched: keep backlog updated with qlenWANG Cong
2016-05-04net: remove dev->trans_startFlorian Westphal
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal
2016-04-14net: sched: do not requeue a NULL skbLars Persson
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2015-08-27net: sched: simplify attach_one_default_qdisc()Phil Sutter
2015-08-27net: sched: register noqueue qdiscPhil Sutter
2015-08-27net: sched: ignore tx_queue_len when assigning default qdiscPhil Sutter
2015-08-17net: sch_generic: react upon IFF_NO_QUEUE flagPhil Sutter
2014-10-09net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer