index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_cbq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-3
/
+7
|
\
|
*
sch_cbq: fix null pointer dereferences on init failure
Nikolay Aleksandrov
2017-08-30
1
-3
/
+7
*
|
net_sched: remove tc class reference counting
WANG Cong
2017-08-25
1
-37
/
+4
*
|
net_sched: call qlen_notify only if child qdisc is empty
Konstantin Khlebnikov
2017-08-16
1
-2
/
+1
|
/
*
net_sched: reset pointers to tcf blocks in classful qdiscs' destructors
Konstantin Khlebnikov
2017-08-15
1
-1
/
+3
*
net: sched: introduce a TRAP control action
Jiri Pirko
2017-06-06
1
-0
/
+1
*
net: sched: introduce tcf block infractructure
Jiri Pirko
2017-05-17
1
-6
/
+13
*
net: sched: move tc_classify function to cls_api.c
Jiri Pirko
2017-05-17
1
-1
/
+1
*
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-2
/
+2
*
net: sched: make default fifo qdiscs appear in the dump
Jiri Kosina
2017-03-12
1
-0
/
+5
*
sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api
Jiri Pirko
2017-02-10
1
-0
/
+1
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
net_sched: gen_estimator: complete rewrite of rate estimators
Eric Dumazet
2016-12-05
1
-3
/
+3
*
net_sched: drop packets after root qdisc lock is released
Eric Dumazet
2016-06-25
1
-3
/
+4
*
net_sched: remove generic throttled management
Eric Dumazet
2016-06-10
1
-2
/
+0
*
net_sched: cbq: remove a flaky use of qdisc_is_throttled()
Eric Dumazet
2016-06-10
1
-1
/
+1
*
sched: remove qdisc->drop
Florian Westphal
2016-06-08
1
-26
/
+0
*
cbq: remove TCA_CBQ_POLICE support
Florian Westphal
2016-06-08
1
-94
/
+1
*
cbq: remove TCA_CBQ_OVL_STRATEGY support
Florian Westphal
2016-06-08
1
-160
/
+6
*
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
Eric Dumazet
2016-06-07
1
-3
/
+6
*
net_sched: update hierarchical backlog too
WANG Cong
2016-02-29
1
-2
/
+3
*
net_sched: introduce qdisc_replace() helper
WANG Cong
2016-02-29
1
-6
/
+1
*
net: sched: consolidate tc_classify{,_compat}
Daniel Borkmann
2015-08-27
1
-1
/
+1
*
net: sched: enable per cpu qstats
John Fastabend
2014-09-30
1
-1
/
+1
*
net: sched: restrict use of qstats qlen
John Fastabend
2014-09-30
1
-2
/
+1
*
net: sched: implement qstat helper routines
John Fastabend
2014-09-30
1
-5
/
+5
*
net: sched: make bstats per cpu and estimator RCU safe
John Fastabend
2014-09-30
1
-3
/
+4
*
net: sched: use pinned timers
Eric Dumazet
2014-09-26
1
-2
/
+2
*
net: rcu-ify tcf_proto
John Fastabend
2014-09-13
1
-4
/
+7
*
cbq: now_rt removal
Vasily Averin
2014-08-19
1
-10
/
+1
*
cbq: incorrectly low bandwidth setting blocks limited traffic
Vasily Averin
2014-08-19
1
-24
/
+13
*
net_sched: return nla_nest_end() instead of skb->len
Yang Yingliang
2014-03-13
1
-4
/
+2
*
net_sched: replace pr_warning with pr_warn
Yang Yingliang
2013-12-31
1
-2
/
+2
*
sch_cbq: remove unnecessary null pointer check
Yang Yingliang
2013-12-19
1
-2
/
+1
*
net_sched: add space around '>' and before '('
Yang Yingliang
2013-12-10
1
-1
/
+2
*
net_sched: Fix stack info leak in cbq_dump_wrr().
David S. Miller
2013-07-30
1
-0
/
+1
*
net_sched: add 64bit rate estimators
Eric Dumazet
2013-06-11
1
-1
/
+1
*
cbq: incorrect processing of high limits
Vasily Averin
2013-04-02
1
-1
/
+4
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-11
/
+7
*
pkt_sched: use ns_to_ktime() helper
Eric Dumazet
2012-10-21
1
-2
/
+1
*
net-sched: sch_cbq: avoid infinite loop
Eric Dumazet
2012-09-11
1
-2
/
+3
*
pkt_sched: Stop using NLA_PUT*().
David S. Miller
2012-04-01
1
-6
/
+12
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-01-24
1
-2
/
+1
|
\
|
*
net_sched: accurate bytes/packets stats/rates
Eric Dumazet
2011-01-20
1
-2
/
+1
*
|
net_sched: move TCQ_F_THROTTLED flag
Eric Dumazet
2011-01-20
1
-3
/
+3
*
|
net_sched: cleanups
Eric Dumazet
2011-01-19
1
-176
/
+182
|
/
*
net_sched: factorize qdisc stats handling
Eric Dumazet
2011-01-10
1
-4
/
+2
*
net_sched: remove the unused parameter of qdisc_create_dflt()
Changli Gao
2010-10-21
1
-6
/
+6
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
pkt_sched: gen_estimator: Dont report fake rate estimators
Eric Dumazet
2009-10-07
1
-1
/
+1
[next]