Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
00f548bf5494ade996ae9c5e85c497dd2a3fdad5
/
net
/
sched
/
sch_netem.c
b396cca
net: sched: deprecate enqueue_root()
by Eric Dumazet
· 9 years ago
0ad2a83
netem: Fixes byte backlog accounting for the first of two chained netem instances
by Beshay, Joseph
· 10 years ago
56b1742
net: add rbnode to struct sk_buff
by Eric Dumazet
· 10 years ago
25331d6
net: sched: implement qstat helper routines
by John Fastabend
· 10 years ago
4cb2897
net: use the new API kvfree()
by WANG Cong
· 10 years ago
3fbac2a
sch_netem: replace magic numbers with enumerate in get_loss_clg
by Yang Yingliang
· 11 years ago
c045a73
sch_netem: replace magic numbers with enumerate in GE model
by Yang Yingliang
· 11 years ago
49545a7
sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sched_data *"
by Yang Yingliang
· 11 years ago
54a4b05
sch_netem: return errcode before setting params
by Yang Yingliang
· 11 years ago
809fa97
reciprocal_divide: update/correction of the algorithm
by Hannes Frederic Sowa
· 11 years ago
a6e2fe1
sch_netem: replace magic numbers with enumerate
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
6a031f6
sch_netem: support of 64bit rates
by Yang Yingliang
· 11 years ago
8cfd88d
sch_netem: more precise length of packets
by Yang Yingliang
· 11 years ago
833fa74
net_sched: add space around '>' and before '('
by Yang Yingliang
· 11 years ago
eff7979
netem: fix gemodel loss generator
by stephen hemminger
· 11 years ago
ab6c27b
netem: fix loss 4 state model
by stephen hemminger
· 11 years ago
7c2781f
netem: missing break in ge loss generator
by stephen hemminger
· 11 years ago
4a3ad7b
netem: markov loss model transition fix
by Hagen Paul Pfeifer
· 11 years ago
ff70405
netem: free skb's in tree on reset
by stephen hemminger
· 11 years ago
638a52b
netem: update backlog after drop
by stephen hemminger
· 11 years ago
f2f872f
netem: Introduce skb_orphan_partial() helper
by Eric Dumazet
· 11 years ago
36b7bfe
netem: fix possible NULL deref in netem_dequeue()
by Eric Dumazet
· 11 years ago
aec0a40
netem: use rb tree to implement the time queue
by Eric Dumazet
· 11 years ago
a13d310
netem: fix delay calculation in rate extension
by Johannes Naab
· 12 years ago
5a308f4
netem: refine early skb orphaning
by Eric Dumazet
· 12 years ago
960fb66
netem: add limitation to reordered packets
by Eric Dumazet
· 12 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
116a0fc
netem: fix possible skb leak
by Eric Dumazet
· 13 years ago
e4ae004
netem: add ECN capability
by Eric Dumazet
· 13 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
cd961c2
netem: fix dequeue
by Eric Dumazet
· 13 years ago
16bda13
net: Make qdisc_skb_cb upper size bound explicit.
by David S. Miller
· 13 years ago
a42b479
netem: Fix off-by-one bug in reordering
by Vijay Subramanian
· 13 years ago
eb10192
net_sched: Bug in netem reordering
by Hagen Paul Pfeifer
· 13 years ago
5061253
netem: fix classful handling
by Eric Dumazet
· 13 years ago
7f8e323
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
bb52c7a
netem: dont call vfree() under spinlock and BH disabled
by Eric Dumazet
· 13 years ago
2494654
netem: loss model API sizes
by stephen hemminger
· 13 years ago
90b41a1
netem: add cell concept to simulate special MAC behavior
by Hagen Paul Pfeifer
· 13 years ago
fc33cc7
netem: fix build error on 32bit arches
by Eric Dumazet
· 13 years ago
7bc0f28
netem: rate extension
by Hagen Paul Pfeifer
· 13 years ago
b7f080c
net: remove mm.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
78776d3
sch_netem: Need to include vmalloc.h
by David S. Miller
· 14 years ago
250a65f
netem: update version and cleanup
by stephen hemminger
· 14 years ago
661b797
netem: revised correlated loss generator
by stephen hemminger
· 14 years ago
10f6dfc
Revert "sch_netem: Remove classful functionality"
by stephen hemminger
· 14 years ago
df173bd
netem: define NETEM_DIST_MAX
by stephen hemminger
· 14 years ago
6373a9a
netem: use vmalloc for distribution table
by stephen hemminger
· 14 years ago
861d7f7
netem: cleanup dump code
by stephen hemminger
· 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
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
8caf153
net: sch_netem: Fix an inconsistency in ingress netem timestamps.
by Jarek Poplawski
· 16 years ago
05a8c1c
pkt_sched: Remove smp_wmb() in qdisc_watchdog()
by Jarek Poplawski
· 16 years ago
eb14f01
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
eb9b851
SCHED: netem: Correct documentation comment in code.
by Jesper Dangaard Brouer
· 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
265eb67
netem: eliminate unneeded return values
by Stephen Hemminger
· 16 years ago
8ba25da
sch_netem: Replace ->requeue() method with open code
by Jarek Poplawski
· 16 years ago
0220146
sch_netem: Remove classful functionality
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
8e3af97
pkt_sched: Add qdisc->ops->peek() implementation.
by Jarek Poplawski
· 16 years ago
2c10b32
netlink: Remove compat API for nested attributes
by Thomas Graf
· 16 years ago
102396a
pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()
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
175f9c1
net_sched: Add size table for qdiscs
by Jussi Kivilinna
· 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
74d58a0
pkt_sched: Make netem queue agnostic.
by David S. Miller
· 16 years ago
b0e1e64
netdev: Move rest of qdisc state into struct netdev_queue
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
fb0305c
net-sched: consolidate default fifo qdisc setup
by Patrick McHardy
· 16 years ago
27a3421
[NET_SCHED]: Use nla_policy for attribute validation in packet schedulers
by Patrick McHardy
· 17 years ago
b03f467
[NET_SCHED]: sch_netem: use nla_parse_nested_compat
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
3bebcda
[NET_SCHED]: turn PSCHED_GET_TIME into inline function
by Patrick McHardy
· 18 years ago
a084980
[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT
by Patrick McHardy
· 18 years ago
104e087
[NET_SCHED]: kill PSCHED_TLESS
by Patrick McHardy
· 18 years ago
7c59e25
[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2
by Patrick McHardy
· 18 years ago
76d643c
[NET_SCHED]: sch_netem: fix off-by-one in send time comparison
by Patrick McHardy
· 18 years ago
bb2f8cc
[NETEM]: spelling errors
by Stephen Hemminger
· 18 years ago
11274e5
[NETEM]: avoid excessive requeues
by Stephen Hemminger
· 18 years ago
075aa57
[NETEM]: Optimize tfifo
by Stephen Hemminger
· 18 years ago
b407621
[NETEM]: use better types for time values
by Stephen Hemminger
· 18 years ago
a362e0a
[NETEM]: report reorder percent correctly.
by Stephen Hemminger
· 18 years ago
Next »