Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
95847f4010c2e47790aa7f5064f5e3779fcec652
/
net
/
sched
/
sch_gred.c
348e343
net: sched: drop all special handling of tx_queue_len == 0
by Phil Sutter
· 9 years ago
b04096f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a3eb95f
net_sched: gred: add TCA_GRED_LIMIT attribute
by David Ward
· 9 years ago
145a42b
net_sched: gred: use correct backlog value in WRED mode
by David Ward
· 9 years ago
25331d6
net: sched: implement qstat helper routines
by John Fastabend
· 10 years ago
c17988a
net_sched: replace pr_warning with pr_warn
by Yang Yingliang
· 11 years ago
ba1bf47
net_sched: gred: actually perform idling in WRED mode
by David Ward
· 12 years ago
1fe37b1
net_sched: gred: fix qave reporting via netlink
by David Ward
· 12 years ago
c22e464
net_sched: gred: eliminate redundant DP prio comparisons
by David Ward
· 12 years ago
e29fe83
net_sched: gred: correct comment about qavg calculation in RIO mode
by David Ward
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
244b65d
net_sched: gred: Fix oops in gred_dump() in WRED mode
by David Ward
· 13 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
eeca668
net_sched: red: split red_parms into parms and vars
by Eric Dumazet
· 13 years ago
869aa41
sch_gred: prefer GFP_KERNEL allocations
by Eric Dumazet
· 13 years ago
b26e478
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
3f1e6d3
sch_gred: should not use GFP_KERNEL while holding a spinlock
by Eric Dumazet
· 13 years ago
a73ed26
sch_red: generalize accurate MAX_P support to RED/GRED/CHOKE
by Eric Dumazet
· 13 years ago
cc7ec45
net_sched: cleanups
by Eric Dumazet
· 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
f30ab41
pkt_sched: Remove qdisc->ops->requeue() etc.
by Jarek Poplawski
· 16 years ago
8e3af97
pkt_sched: Add qdisc->ops->peek() implementation.
by Jarek Poplawski
· 16 years ago
0abf77e
net_sched: Add accessor function for packet length for qdiscs
by Jussi Kivilinna
· 16 years ago
5ce2d48
pkt_sched: Remove 'dev' member of struct Qdisc.
by David S. Miller
· 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
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
0ba4805
[NET_SCHED]: Remove unnecessary includes
by Patrick McHardy
· 17 years ago
10297b9
[NET] SCHED: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 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
bdc450a
[PKT_SCHED]: (G)RED: Introduce hard dropping
by Thomas Graf
· 19 years ago
b38c7ee
[PKT_SCHED]: GRED: Support ECN marking
by Thomas Graf
· 19 years ago
d8f64e1
[PKT_SCHED]: GRED: Fix restart of idle period in WRED mode upon dequeue and drop
by Thomas Graf
· 19 years ago
1e4dfaf9
[PKT_SCHED]: GRED: Cleanup and remove unnecessary code
by Thomas Graf
· 19 years ago
6214e65
[PKT_SCHED]: GRED: Remove auto-creation of default VQ
by Thomas Graf
· 19 years ago
7051703
[PKT_SCHED]: GRED: Dont abuse default VQ for equalizing
by Thomas Graf
· 19 years ago
4a59183
[PKT_SCHED]: GRED: Remove initd flag
by Thomas Graf
· 19 years ago
18e3fb84
[PKT_SCHED]: GRED: Improve error handling and messages
by Thomas Graf
· 19 years ago
716a1b4
[PKT_SCHED]: GRED: Introduce tc_index_to_dp()
by Thomas Graf
· 19 years ago
edf7a7b
[PKT_SCHED]: GRED: Use generic queue management interface
by Thomas Graf
· 19 years ago
c3b553c
[PKT_SCHED]: GRED: Report congestion related drops as NET_XMIT_CN
by Thomas Graf
· 19 years ago
301d063
[PKT_SCHED]: GRED: Do not reset statistics in gred_reset/gred_change
by Thomas Graf
· 19 years ago
22b3342
[PKT_SCHED]: GRED: Use new generic red interface
by Thomas Graf
· 19 years ago
f62d6b9
[PKT_SCHED]: GRED: Use central VQ change procedure
by Thomas Graf
· 19 years ago
a8aaa99
[PKT_SCHED]: GRED: Report out-of-bound DPs as illegal
by Thomas Graf
· 19 years ago
6639607
[PKT_SCHED]: GRED: Use a central table definition change procedure
by Thomas Graf
· 19 years ago
e063682
[PKT_SCHED]: GRED: Dump table definition
by Thomas Graf
· 19 years ago
05f1cc0
[PKT_SCHED]: GRED: Cleanup dumping
by Thomas Graf
· 19 years ago
d6fd4e9
[PKT_SCHED]: GRED: Transform grio to GRED_RIO_MODE
by Thomas Graf
· 19 years ago
dea3f62
[PKT_SCHED]: GRED: Cleanup equalize flag and add new WRED mode detection
by Thomas Graf
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago