Florian Westphal
|
de960aa9ab
net: add and use skb_gso_transport_seglen()
|
11 年之前 |
Yang Yingliang
|
2e04ad424b
sch_tbf: add TBF_BURST/TBF_PBURST attribute
|
11 年之前 |
Yang Yingliang
|
d55d282e6a
sch_tbf: use do_div() for 64-bit divide
|
11 年之前 |
Yang Yingliang
|
cc106e441a
net: sched: tbf: fix the calculation of max_size
|
11 年之前 |
Eric Dumazet
|
4d0820cf6a
sch_tbf: handle too small burst
|
11 年之前 |
Yang Yingliang
|
a33c4a2663
net_sched: tbf: support of 64bit rates
|
11 年之前 |
Eric Dumazet
|
3e1e3aae1f
net_sched: add u64 rate to psched_ratecfg_precompute()
|
12 年之前 |
David S. Miller
|
6bc19fb82d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 年之前 |
Eric Dumazet
|
01cb71d2d4
net_sched: restore "overhead xxx" handling
|
12 年之前 |
Eric Dumazet
|
e43ac79a4b
sch_tbf: segment too big GSO packets
|
12 年之前 |
Jiri Pirko
|
b757c9336d
tbf: improved accuracy at high rates
|
12 年之前 |
David S. Miller
|
1b34ec43c9
pkt_sched: Stop using NLA_PUT*().
|
13 年之前 |
Eric Dumazet
|
b0460e4484
sch_tbf: report backlog information
|
13 年之前 |
David S. Miller
|
5bdc22a565
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
14 年之前 |
Eric Dumazet
|
9190b3b320
net_sched: accurate bytes/packets stats/rates
|
14 年之前 |
Eric Dumazet
|
fd245a4adb
net_sched: move TCQ_F_THROTTLED flag
|
14 年之前 |
Eric Dumazet
|
cc7ec456f8
net_sched: cleanups
|
14 年之前 |
Eric Dumazet
|
bfe0d0298f
net_sched: factorize qdisc stats handling
|
14 年之前 |
Ben Greear
|
9871e50edd
net: Use NET_XMIT_SUCCESS where possible.
|
15 年之前 |
stephen hemminger
|
f0cd15081a
tbf: stop wanton destruction of children (v2)
|
15 年之前 |
Patrick McHardy
|
5b9a9ccfad
net_sched: remove some unnecessary checks in classful schedulers
|
16 年之前 |
Patrick McHardy
|
de6d5cdf88
net_sched: make cls_ops->change and cls_ops->delete optional
|
16 年之前 |
Patrick McHardy
|
71ebe5e919
net_sched: make cls_ops->tcf_chain() optional
|
16 年之前 |
Ilpo Järvinen
|
a0bffffc14
net/*: use linux/kernel.h swap()
|
16 年之前 |
Patrick McHardy
|
b94c8afcba
pkt_sched: remove unnecessary xchg() in packet schedulers
|
17 年之前 |
Jarek Poplawski
|
f30ab418a1
pkt_sched: Remove qdisc->ops->requeue() etc.
|
17 年之前 |
Jarek Poplawski
|
77be155cba
pkt_sched: Add peek emulation for non-work-conserving qdiscs.
|
17 年之前 |
Jarek Poplawski
|
03c05f0d4b
pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()
|
17 年之前 |
David S. Miller
|
69747650c8
pkt_sched: Fix return value corruption in HTB and TBF.
|
17 年之前 |
Jarek Poplawski
|
378a2f090f
net_sched: Add qdisc __NET_XMIT_STOLEN flag
|
17 年之前 |