Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
acb5a07aaf2723cd273a4089e62611a414fb1c35
/
net
/
sched
/
sch_fq_codel.c
67c20de
net: Add MODULE_DESCRIPTION entries to network modules
by Rob Gill
· 4 years, 6 months ago
1469521
fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks
by Eric Dumazet
· 4 years, 8 months ago
406715d
fq_codel: do not include <linux/jhash.h>
by Eric Dumazet
· 5 years ago
018e5b4
fq_codel: remove set but not used variables 'prev_ecn_mark' and 'prev_drop_count'
by YueHaibing
· 5 years ago
77ddaff
fq_codel: Kill useless per-flow dropped statistic
by Dave Taht
· 5 years ago
ae697f3
Increase fq_codel count in the bulk dropper
by Dave Taht
· 5 years ago
3f05e68
net_sched: unset TCQ_F_CAN_BYPASS when adding filters
by Cong Wang
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
a8305bf
net: Add and use skb_mark_not_on_list().
by David S. Miller
· 6 years ago
83fe6b8
sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
by Jacob Keller
· 6 years ago
778e1cd
treewide: kvzalloc() -> kvcalloc()
by Kees Cook
· 7 years ago
8d1a77f
net: sch: api: add extack support in tcf_block_get
by Alexander Aring
· 7 years ago
cbaacc4
net: sched: sch: add extack for block callback
by Alexander Aring
· 7 years ago
793d81d
net: sched: sch: add extack to change class
by Alexander Aring
· 7 years ago
2030721
net: sched: sch: add extack for change qdisc ops
by Alexander Aring
· 7 years ago
e63d7df
net: sched: sch: add extack for init callback
by Alexander Aring
· 7 years ago
f3ae608
net: sched: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
69d78ef
net: sched: store Qdisc pointer in struct block
by Jiri Pirko
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
30c31d7
sch_fq_codel: avoid double free on init failure
by Nikolay Aleksandrov
· 7 years ago
143976c
net_sched: remove tc class reference counting
by WANG Cong
· 7 years ago
e25ea21
net: sched: introduce a TRAP control action
by Jiri Pirko
· 8 years ago
6529eab
net: sched: introduce tcf block infractructure
by Jiri Pirko
· 8 years ago
87d8309
net: sched: move tc_classify function to cls_api.c
by Jiri Pirko
· 8 years ago
752ade6
treewide: use kv[mz]alloc* rather than opencoded variants
by Michal Hocko
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
a5e6a3b
net/sched: fq_codel: Avoid set-but-unused variable
by Or Gerlitz
· 8 years ago
cf1facd
sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api
by Jiri Pirko
· 8 years ago
264b87f
fq_codel: Avoid regenerating skb flow hash unless necessary
by Andrew Collins
· 8 years ago
008830b
net_sched: fq_codel: cache skb->truesize into skb->cb
by Eric Dumazet
· 9 years ago
520ac30
net_sched: drop packets after root qdisc lock is released
by Eric Dumazet
· 9 years ago
ece5d4c
net_sched: fq_codel: defer skb freeing
by Eric Dumazet
· 9 years ago
1578b0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a09ceb0
sched: remove qdisc->drop
by Florian Westphal
· 9 years ago
edb09eb
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
by Eric Dumazet
· 9 years ago
aafddbf
fq_codel: return non zero qlen in class dumps
by Eric Dumazet
· 9 years ago
80e509d
fq_codel: fix NET_XMIT_CN behavior
by Eric Dumazet
· 9 years ago
77f5776
fq_codel: fix memory limitation drift
by Eric Dumazet
· 9 years ago
95b5843
fq_codel: add memory limitation per queue
by Eric Dumazet
· 9 years ago
9d18562
fq_codel: add batch ability to fq_codel_drop()
by Eric Dumazet
· 9 years ago
d068ca2
codel: split into multiple files
by Michal Kazior
· 9 years ago
79bdc4c
codel: generalize the implementation
by Michal Kazior
· 9 years ago
2ccccf5
net_sched: update hierarchical backlog too
by WANG Cong
· 9 years ago
3b3ae88
net: sched: consolidate tc_classify{,_compat}
by Daniel Borkmann
· 9 years ago
3d0e0af
fq_codel: explicitly reset flows in ->reset()
by Eric Dumazet
· 9 years ago
c0afd9c
fq_codel: fix return value of fq_codel_drop()
by WANG Cong
· 9 years ago
052cbda
fq_codel: fix a use-after-free
by WANG Cong
· 9 years ago
b04096f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
80ba92f
codel: add ce_threshold attribute
by Eric Dumazet
· 10 years ago
342db22
sched: Call skb_get_hash_perturb in sch_fq_codel
by Tom Herbert
· 10 years ago
a5d2809
codel: fix maxpacket/mtu confusion
by Eric Dumazet
· 10 years ago
69204cf
net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.c
by Valdis.Kletnieks@vt.edu
· 10 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
25d8c0d
net: rcu-ify tcf_proto
by John Fastabend
· 10 years ago
8fc54f6
net: use reciprocal_scale() helper
by Daniel Borkmann
· 10 years ago
4cb2897
net: use the new API kvfree()
by WANG Cong
· 11 years ago
d59b7d8
net_sched: return nla_nest_end() instead of skb->len
by Yang Yingliang
· 11 years ago
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
cd68ddd
net: fq_codel: Fix off-by-one error
by Vijay Subramanian
· 12 years ago
b379135
fq_codel: dont reinit flow state
by Eric Dumazet
· 12 years ago
865ec55
fq_codel: should use qdisc backlog as threshold
by Eric Dumazet
· 13 years ago
669d67b
net: codel: fix build errors
by Sasha Levin
· 13 years ago
4b549a2
fq_codel: Fair Queue Codel AQM
by Eric Dumazet
· 13 years ago