index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_mq.c
Age
Commit message (
Expand
)
Author
2019-12-03
net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueues
Dust Li
2019-11-30
net: sched: fix `tc -s class show` no bstats on class with nolock subqueues
Dust Li
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-01
net: sched: introduce and use qstats read helpers
Paolo Abeni
2018-11-14
net: sched: mq: offload a graft notification
Jakub Kicinski
2018-11-08
net: sched: set TCQ_F_OFFLOADED flag for MQ
Jakub Kicinski
2018-09-25
net: sched: rename qdisc_destroy() to qdisc_put()
Vlad Buslov
2018-05-29
net: sched: mq: request stats from offloads
Jakub Kicinski
2018-05-29
net: sched: mq: add simple offload notification
Jakub Kicinski
2017-12-21
net: sch: api: add extack support in qdisc_create_dflt
Alexander Aring
2017-12-21
net: sched: sch: add extack for graft callback
Alexander Aring
2017-12-21
net: sched: sch: add extack for init callback
Alexander Aring
2017-12-08
net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprio
John Fastabend
2017-12-08
net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq
John Fastabend
2017-10-27
net/sched: Change behavior of mq select_queue()
Jesus Sanchez-Palencia
2017-08-25
net_sched: remove tc class reference counting
WANG Cong
2017-03-12
net: sched: make default fifo qdiscs appear in the dump
Jiri Kosina
2017-02-11
net_sched: fix error recovery at qdisc creation
Eric Dumazet
2016-08-10
net: sched: convert qdisc linked list to hashtable
Jiri Kosina
2016-06-07
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
Eric Dumazet
2016-03-03
net: sched: use pfifo_fast for non real queues
Eric Dumazet
2015-12-03
net_sched: fix qdisc_tree_decrease_qlen() races
Eric Dumazet
2014-09-30
net: sched: enable per cpu qstats
John Fastabend
2014-09-30
net: sched: restrict use of qstats qlen
John Fastabend
2014-09-30
net: sched: make bstats per cpu and estimator RCU safe
John Fastabend
2013-12-09
pkt_sched: give visibility to mq slave qdiscs
Eric Dumazet
2013-08-31
qdisc: allow setting default queuing discipline
stephen hemminger
2012-12-12
pkt_sched: avoid requeues if possible
Eric Dumazet
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-01-21
net_sched: TCQ_F_CAN_BYPASS generalization
Eric Dumazet
2010-10-21
net_sched: remove the unused parameter of qdisc_create_dflt()
Changli Gao
2010-05-17
net: Remove unnecessary returns from void function()s
Joe Perches
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-09-17
pkt_sched: Fix qstats.qlen updating in dump_stats
Jarek Poplawski
2009-09-15
pkt_sched: Fix tx queue selection in tc_modify_qdisc
Jarek Poplawski
2009-09-09
net_sched: fix estimator lock selection for mq child qdiscs
Patrick McHardy
2009-09-06
net_sched: add classful multiqueue dummy scheduler
David S. Miller