Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
15b95a15950238eff4d7f24be1716086eea67835
/
net
/
sched
/
sch_hfsc.c
37088f6
net/sched/sch_hfsc.c: remove unused cl_myfadj
by Michal Soltys
· 8 years ago
678a624
net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bug
by Michal Soltys
· 8 years ago
bba7eb5
hfsc: reduce hfsc_sched to 14 cachelines
by Florian Westphal
· 8 years ago
33ef84a
net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()
by Michal Soltys
· 8 years ago
ab12cb4
net/sched/sch_hfsc.c: go passive after vt update
by Michal Soltys
· 8 years ago
2354f05
net/sched/sch_hfsc.c: remove leftover dlist and droplist
by Michal Soltys
· 8 years ago
d1d0fc5
net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()
by Michal Soltys
· 8 years ago
12d0ad3
net/sched/sch_hfsc.c: handle corner cases where head may change invalidating calculated deadline
by Michal Soltys
· 8 years ago
520ac30
net_sched: drop packets after root qdisc lock is released
by Eric Dumazet
· 8 years ago
45f50be
net_sched: remove generic throttled management
by Eric Dumazet
· 8 years ago
1578b0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a09ceb0
sched: remove qdisc->drop
by Florian Westphal
· 8 years ago
edb09eb
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
by Eric Dumazet
· 8 years ago
357cc9b
sch_hfsc: always keep backlog updated
by WANG Cong
· 8 years ago
2ccccf5
net_sched: update hierarchical backlog too
by WANG Cong
· 9 years ago
86a7996
net_sched: introduce qdisc_replace() helper
by WANG Cong
· 9 years ago
3b3ae88
net: sched: consolidate tc_classify{,_compat}
by Daniel Borkmann
· 9 years ago
b0ab6f9
net: sched: enable per cpu qstats
by John Fastabend
· 10 years ago
6401585
net: sched: restrict use of qstats qlen
by John Fastabend
· 10 years ago
25331d6
net: sched: implement qstat helper routines
by John Fastabend
· 10 years ago
22e0f8b
net: sched: make bstats per cpu and estimator RCU safe
by John Fastabend
· 10 years ago
25d8c0d
net: rcu-ify tcf_proto
by John Fastabend
· 10 years ago
d59b7d8
net_sched: return nla_nest_end() instead of skb->len
by Yang Yingliang
· 11 years ago
45203a3
net_sched: add 64bit rate estimators
by Eric Dumazet
· 11 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
2dd875f
net_sched: update bstats in dequeue()
by Eric Dumazet
· 12 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
f5a59b7
sch_hfsc: report backlog information
by Eric Dumazet
· 13 years ago
5bdc22a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
9190b3b
net_sched: accurate bytes/packets stats/rates
by Eric Dumazet
· 14 years ago
fd245a4
net_sched: move TCQ_F_THROTTLED flag
by Eric Dumazet
· 14 years ago
cc7ec45
net_sched: cleanups
by Eric Dumazet
· 14 years ago
bfe0d02
net_sched: factorize qdisc stats handling
by Eric Dumazet
· 14 years ago
3511c91
net_sched: remove the unused parameter of qdisc_create_dflt()
by Changli Gao
· 14 years ago
3b2eb61
net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf()
by Michal Soltys
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
a2f7922
net_sched: sch_hfsc: fix classification loops
by Patrick McHardy
· 14 years ago
d250a5f
pkt_sched: gen_estimator: Dont report fake rate estimators
by Eric Dumazet
· 15 years ago
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 15 years ago
5b9a9cc
net_sched: remove some unnecessary checks in classful schedulers
by Patrick McHardy
· 15 years ago
c1a8f1f
net: restore gnet_stats_basic to previous definition
by Eric Dumazet
· 15 years ago
728bf09
pkt_sched: Use PSCHED_SHIFT in PSCHED time conversion
by Jarek Poplawski
· 15 years ago
7cd0a63
pkt_sched: Change misleading code in class delete.
by Jarek Poplawski
· 16 years ago
b00355d
pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.
by Jarek Poplawski
· 16 years ago
71bcb09
tc: check for errors in gen_rate_estimator creation
by Stephen Hemminger
· 16 years ago
dc0a001
pkt_sched: fix warning in net/sched/sch_hfsc.c
by Ingo Molnar
· 16 years ago
b94c8af
pkt_sched: remove unnecessary xchg() in packet schedulers
by Patrick McHardy
· 16 years ago
f30ab41
pkt_sched: Remove qdisc->ops->requeue() etc.
by Jarek Poplawski
· 16 years ago
77be155
pkt_sched: Add peek emulation for non-work-conserving qdiscs.
by Jarek Poplawski
· 16 years ago
03c05f0
pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()
by Jarek Poplawski
· 16 years ago
f6f9b93
pkt_sched: Fix gen_estimator locks
by Jarek Poplawski
· 16 years ago
c27f339
net_sched: Add qdisc __NET_XMIT_BYPASS flag
by Jarek Poplawski
· 16 years ago
378a2f0
net_sched: Add qdisc __NET_XMIT_STOLEN flag
by Jarek Poplawski
· 16 years ago
0abf77e
net_sched: Add accessor function for packet length for qdiscs
by Jussi Kivilinna
· 16 years ago
5f86173
net_sched: Add qdisc_enqueue wrapper
by Jussi Kivilinna
· 16 years ago
7698b4f
pkt_sched: Add and use qdisc_root() and qdisc_root_lock().
by David S. Miller
· 16 years ago
dc2b484
netdev: Move queue_lock into struct netdev_queue.
by David S. Miller
· 16 years ago
5ce2d48
pkt_sched: Remove 'dev' member of struct Qdisc.
by David S. Miller
· 16 years ago
bb949fb
netdev: Create netdev_queue abstraction.
by David S. Miller
· 16 years ago
be0d39d
net-sched: sch_hfsc: use dynamic class hash helpers
by Patrick McHardy
· 16 years ago
a4aebb8
net-sched: fix filter destruction in atm/hfsc qdisc destruction
by Patrick McHardy
· 16 years ago
ff31ab5
net-sched: change tcf_destroy_chain() to clear start of filter list
by Patrick McHardy
· 16 years ago
bc3ed28
netlink: Improve returned error codes
by Thomas Graf
· 16 years ago
27a3421
[NET_SCHED]: Use nla_policy for attribute validation in packet schedulers
by Patrick McHardy
· 17 years ago
4b3550ef
[NET_SCHED]: Use nla_nest_start/nla_nest_end
by Patrick McHardy
· 17 years ago
cee6372
[NET_SCHED]: Propagate nla_parse return value
by Patrick McHardy
· 17 years ago
1e90474
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
by Patrick McHardy
· 17 years ago
20fea08
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
by Eric Dumazet
· 17 years ago
9a94b35
[PKT_SCHED]: Spelling fixes
by Joe Perches
· 17 years ago
c3bc7cf
[NET_SCHED]: Kill CONFIG_NET_CLS_POLICE
by Patrick McHardy
· 17 years ago
0ba4805
[NET_SCHED]: Remove unnecessary includes
by Patrick McHardy
· 17 years ago
4bdf399
[NET_SCHED]: Remove unnecessary stats_lock pointers
by Patrick McHardy
· 17 years ago
876d48a
[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option
by Patrick McHardy
· 17 years ago
a48b5a6
[NET_SCHED]: Unline tcf_destroy
by Patrick McHardy
· 18 years ago
3bebcda
[NET_SCHED]: turn PSCHED_GET_TIME into inline function
by Patrick McHardy
· 18 years ago
dc5fc57
[NETLINK]: Use nlmsg_trim() where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
00c04af
[NET_SCHED]: kill jiffie conversion macros
by Patrick McHardy
· 18 years ago
ed2b229
[NET_SCHED]: sch_hfsc: use hrtimer based watchdog
by Patrick McHardy
· 18 years ago
641b9e0
[NET_SCHED]: Use ktime as clocksource
by Patrick McHardy
· 18 years ago
c38c83c
[NET_SCHED]: sch_htb/sch_hfsc: fix oops in qlen_notify
by Patrick McHardy
· 18 years ago
3d50f23
[NET_SCHED]: sch_hfsc: replace ASSERT macro by WARN_ON
by Patrick McHardy
· 18 years ago
10297b9
[NET] SCHED: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
e488eaf
[NET_SCHED]: Fix endless loops (part 5): netem/tbf/hfsc ->requeue failures
by Patrick McHardy
· 18 years ago
f973b91
[NET_SCHED]: Fix endless loops (part 3): HFSC
by Patrick McHardy
· 18 years ago
9f9afec
[NET_SCHED]: Set parent classid in default qdiscs
by Patrick McHardy
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
210525d
[NET_SCHED]: HFSC: fix thinko in hfsc_adjust_levels()
by Patrick McHardy
· 18 years ago
29f1df6
[PKT_SCHED]: Fix qdisc return code.
by Jamal Hadi Salim
· 19 years ago
538e43a
[PKT_SCHED]: Use USEC_PER_SEC
by Patrick McHardy
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago