index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_netem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[NET_SCHED]: Use nla_policy for attribute validation in packet schedulers
Patrick McHardy
1
-11
/
+8
2008-01-28
[NET_SCHED]: sch_netem: use nla_parse_nested_compat
Patrick McHardy
1
-32
/
+26
2008-01-28
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
Patrick McHardy
1
-50
/
+50
2008-01-28
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
Eric Dumazet
1
-3
/
+3
2007-07-10
[NET_SCHED]: Remove unnecessary includes
Patrick McHardy
1
-2
/
+0
2007-04-25
[NET_SCHED]: turn PSCHED_GET_TIME into inline function
Patrick McHardy
1
-5
/
+3
2007-04-25
[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT
Patrick McHardy
1
-1
/
+1
2007-04-25
[NET_SCHED]: kill PSCHED_TLESS
Patrick McHardy
1
-3
/
+3
2007-04-25
[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2
Patrick McHardy
1
-1
/
+1
2007-04-25
[NET_SCHED]: sch_netem: fix off-by-one in send time comparison
Patrick McHardy
1
-1
/
+1
2007-04-25
[NETEM]: spelling errors
Stephen Hemminger
1
-3
/
+3
2007-04-25
[NETEM]: avoid excessive requeues
Stephen Hemminger
1
-10
/
+13
2007-04-25
[NETEM]: Optimize tfifo
Stephen Hemminger
1
-4
/
+11
2007-04-25
[NETEM]: use better types for time values
Stephen Hemminger
1
-9
/
+12
2007-04-25
[NETEM]: report reorder percent correctly.
Stephen Hemminger
1
-1
/
+2
2007-04-25
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[NET_SCHED]: sch_netem: use hrtimer based watchdog
Patrick McHardy
1
-20
/
+5
2007-02-10
[NET] SCHED: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-13
/
+13
2006-12-02
[NET_SCHED]: Fix endless loops (part 5): netem/tbf/hfsc ->requeue failures
Patrick McHardy
1
-4
/
+1
2006-12-02
[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscs
Patrick McHardy
1
-1
/
+1
2006-12-02
[NET_SCHED]: Set parent classid in default qdiscs
Patrick McHardy
1
-1
/
+2
2006-10-31
[PATCH] skge, sky2, et all. gplv2 only
Stephen Hemminger
1
-1
/
+1
2006-10-22
[PKT_SCHED] netem: Orphan SKB when adding to queue.
David S. Miller
1
-0
/
+2
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-2
/
+2
2006-07-21
[PKT_SCHED] netem: Fix slab corruption with netem (2nd try)
Guillaume Chazarain
1
-1
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-29
[PKT_SCHED] netem: fix loss
Stephen Hemminger
1
-1
/
+1
2006-03-20
[PKT_SCHED]: Qdisc drop operation is optional
Patrick McHardy
1
-2
/
+2
2006-01-03
[PKT_SCHED] netem: packet corruption option
Stephen Hemminger
1
-3
/
+46
2005-11-20
[PKT_SCHED]: sch_netem: correctly order packets to be sent simultaneously
Andrea Bittau
1
-1
/
+1
2005-11-05
[NETEM]: Add version string
Stephen Hemminger
1
-0
/
+3
2005-11-05
[NETEM]: Support time based reordering
Stephen Hemminger
1
-1
/
+84
2005-11-05
[NETEM]: use PSCHED_LESS
Stephen Hemminger
1
-12
/
+22
2005-05-26
[PKT_SCHED] netem: allow random reordering (with fix)
Stephen Hemminger
1
-12
/
+42
2005-05-26
[PKT_SCHED] netem: use only inner qdisc -- no private skbuff queue
Stephen Hemminger
1
-88
/
+36
2005-05-26
[PKT_SCHED]: netem: reinsert for duplication
Stephen Hemminger
1
-24
/
+29
2005-05-03
[PKT_SCHED]: netetm: adjust parent qlen when duplicating
Stephen Hemminger
1
-5
/
+15
2005-05-03
[PKT_SCHED]: netetm: make qdisc friendly to outer disciplines
Stephen Hemminger
1
-46
/
+67
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+598