Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
be4935d541aba6275eeaf5c632262cfa915a85ce
/
net
/
sched
/
sch_htb.c
951104e
sch_htb: fix crash on init failure
by Nikolay Aleksandrov
· 7 years ago
48da34b
sched: add and use qdisc_skb_head helpers
by Florian Westphal
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
0564bf0
net/sched/sch_htb: clamp xstats tokens to fit into 32-bit int
by Konstantin Khlebnikov
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
338ed9b
net_sched: sch_htb: export class backlog in dumps
by Eric Dumazet
· 8 years ago
520ac30
net_sched: drop packets after root qdisc lock is released
by Eric Dumazet
· 8 years ago
0ee1362
htb: call qdisc_root with rcu read lock held
by Florian Westphal
· 8 years ago
a5a9f53
net_sched: sch_htb: defer skb freeing
by Eric Dumazet
· 8 years ago
45f50be
net_sched: remove generic throttled management
by Eric Dumazet
· 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
a9efad8
net_sched: avoid too many hrtimer_start() calls
by Eric Dumazet
· 8 years ago
2a51c1e
sched: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
431e3a8
sch_htb: update backlog as well
by WANG Cong
· 9 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
348e343
net: sched: drop all special handling of tx_queue_len == 0
by Phil Sutter
· 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
4a8e320
net: sched: use pinned timers
by Eric Dumazet
· 10 years ago
ab34f64
net: sched: use __skb_queue_head_init() where applicable
by Eric Dumazet
· 10 years ago
25d8c0d
net: rcu-ify tcf_proto
by John Fastabend
· 10 years ago
d2de875
net: use ktime_get_ns() and ktime_get_real_ns() helpers
by Eric Dumazet
· 10 years ago
6f542ef
net_sched: htb: do not acquire qdisc lock in dump operations
by Eric Dumazet
· 11 years ago
2982431
sch_htb: let skb->priority refer to non-leaf class
by Harry Mason
· 11 years ago
a071d27
sch_htb: use /* comments
by Yang Yingliang
· 11 years ago
c17988a
net_sched: replace pr_warning with pr_warn
by Yang Yingliang
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
6b1dd85
sch_htb: remove unnecessary NULL pointer judgment
by Yang Yingliang
· 11 years ago
1598f7c
net: sched: htb: fix the calculation of quantum
by Yang Yingliang
· 11 years ago
df62cdf
net_sched: htb: support of 64bit rates
by Eric Dumazet
· 11 years ago
3e1e3aa
net_sched: add u64 rate to psched_ratecfg_precompute()
by Eric Dumazet
· 11 years ago
f3ad857
net_sched: htb: fix a typo in htb_change_class()
by Vimalkumar
· 11 years ago
8a8e3d8
net_sched: restore "linklayer atm" handling
by Jesper Dangaard Brouer
· 11 years ago
cbd3755
htb: fix sign extension bug
by stephen hemminger
· 11 years ago
c936463
htb: refactor struct htb_sched fields for performance
by Eric Dumazet
· 11 years ago
ca4ec90
htb: reorder struct htb_class fields for performance
by Eric Dumazet
· 11 years ago
64153ce
net_sched: htb: do not setup default rate estimators
by Eric Dumazet
· 11 years ago
45203a3
net_sched: add 64bit rate estimators
by Eric Dumazet
· 11 years ago
5343a7f
net_sched: htb: do not mix 1ns and 64ns time units
by Eric Dumazet
· 11 years ago
01cb71d
net_sched: restore "overhead xxx" handling
by Eric Dumazet
· 11 years ago
6906f4e
htb: add HTB_DIRECT_QLEN attribute
by Eric Dumazet
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
292f1c7
sch: make htb_rate_cfg and functions around that generic
by Jiri Pirko
· 12 years ago
b9a7afd
htb: initialize cl->tokens and cl->ctokens correctly
by Jiri Pirko
· 12 years ago
bdd6998
htb: remove pointless first initialization of buffer and cbuffer
by Jiri Pirko
· 12 years ago
324f5aa
htb: use PSCHED_TICKS2NS()
by Jiri Pirko
· 12 years ago
9c10f41
htb: fix values in opt dump
by Jiri Pirko
· 12 years ago
d2fe85d
net: sched: integer overflow fix
by Stefan Hasko
· 12 years ago
196d97f
htb: fix two bugs
by Eric Dumazet
· 12 years ago
56b765b
htb: improved accuracy at high rates
by Vimalkumar
· 12 years ago
2dd875f
net_sched: update bstats in dequeue()
by Eric Dumazet
· 13 years ago
1704575
net: sched: factorize code (qdisc_drop())
by Eric Dumazet
· 13 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 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
e18434c
net_sched: use __TCA_HTB_MAX and TCA_HTB_MAX
by Changli Gao
· 14 years ago
f2a0336
htb: remove two unnecessary assignments
by Changli Gao
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
d250a5f
pkt_sched: gen_estimator: Dont report fake rate estimators
by Eric Dumazet
· 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
7cd0a63
pkt_sched: Change misleading code in class delete.
by Jarek Poplawski
· 16 years ago
1224736
pkt_sched: sch_htb: Use workqueue to schedule after too many events.
by Jarek Poplawski
· 16 years ago
e82181d
pkt_sched: sch_htb: Warn on too many events.
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
a73be04
pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffies
by Jarek Poplawski
· 16 years ago
c085134
pkt_sched: sch_htb: Consider used jiffies in htb_do_events()
by Jarek Poplawski
· 16 years ago
512bb43
pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.
by Jarek Poplawski
· 16 years ago
1b5c007
pkt_sched: sch_htb: Optimize htb_find_next_upper()
by Jarek Poplawski
· 16 years ago
59e4220
pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlines
by Jarek Poplawski
· 16 years ago
23cb913
pkt_sched: sch_htb: Remove L2T()
by Jarek Poplawski
· 16 years ago
c19f7a3
pkt_sched: sch_htb: Clean htb_class prio and quantum fields
by Jarek Poplawski
· 16 years ago
633fe66
pkt_sched: sch_htb: Remove htb_sched nwc_hit field
by Jarek Poplawski
· 16 years ago
4164d66
pkt_sched: sch_htb: Remove htb_class aprio field
by Jarek Poplawski
· 16 years ago
71bcb09
tc: check for errors in gen_rate_estimator creation
by Stephen Hemminger
· 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
102396a
pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()
by Jarek Poplawski
· 16 years ago
f6f9b93
pkt_sched: Fix gen_estimator locks
by Jarek Poplawski
· 16 years ago
6974765
pkt_sched: Fix return value corruption in HTB and TBF.
by David S. Miller
· 16 years ago
26b284d
pkt_sched: Fix oops in htb_delete.
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
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 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
Next »