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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-16
[PKT_SCHED]: sch_cbq.c: Shut up uninitialized variable warning
Satyam Sharma
1
-1
/
+1
2007-09-14
[NET_SCHED] protect action config/dump from irqs
Jamal Hadi Salim
2
-6
/
+6
2007-08-30
[NET_SCHED] sch_prio.c: remove duplicate call of tc_classify()
Lucas Nussbaum
1
-1
/
+1
2007-08-13
[PKT_SCHED]: Clean up duplicate includes in net/sched/
Jesper Juhl
1
-1
/
+0
2007-07-31
[NET]: Fix prio_tune() handling of root qdisc.
Peter P Waskiewicz Jr
1
-2
/
+4
2007-07-31
[NET]: Fix sch_api to properly set sch->parent on the root.
Patrick McHardy
1
-5
/
+12
2007-07-31
[NET_SCHED]: Fix prio/ingress classification logic error
Patrick McHardy
2
-6
/
+4
2007-07-18
[PKT_SCHED]: Some typo fixes in net/sched/Kconfig
Gabriel Craciunescu
1
-3
/
+3
2007-07-18
[ATM]: Replacing kmalloc/memset combination with kzalloc.
vignesh babu
1
-2
/
+1
2007-07-15
[NET_SCHED]: Kill CONFIG_NET_CLS_POLICE
Patrick McHardy
12
-365
/
+37
2007-07-15
[NET_SCHED]: act_api: qdisc internal reclassify support
Patrick McHardy
4
-50
/
+69
2007-07-15
[NET_SCHED]: sch_dsmark: act_api support
Patrick McHardy
1
-16
/
+25
2007-07-15
[NET_SCHED]: sch_atm: act_api support
Patrick McHardy
1
-7
/
+14
2007-07-15
[NET_SCHED]: sch_atm: Lindent
Patrick McHardy
1
-236
/
+232
2007-07-14
[NET_SCHED]: Revert "avoid transmit softirq on watchdog wakeup" optimization
Patrick McHardy
1
-5
/
+1
2007-07-11
[NET_SCHED]: ematch: module autoloading
Patrick McHardy
6
-0
/
+22
2007-07-10
[NET_SCHED]: Make HTB scheduler work with TSO.
Ranjit Manomohan
1
-10
/
+10
2007-07-10
[NET_SCHED]: Remove unnecessary includes
Patrick McHardy
33
-308
/
+14
2007-07-10
[NET_SCHED]: sch_htb: use generic estimator
Patrick McHardy
1
-61
/
+24
2007-07-10
[NET_SCHED]: Remove unnecessary stats_lock pointers
Patrick McHardy
5
-22
/
+12
2007-07-10
[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option
Patrick McHardy
7
-60
/
+0
2007-07-10
[SCHED]: Qdisc changes and sch_rr added for multiqueue
Peter P Waskiewicz Jr
2
-15
/
+125
2007-07-10
[CORE] Stack changes to add multiqueue hardware support API
Peter P Waskiewicz Jr
1
-1
/
+5
2007-07-10
[NET]: qdisc_restart - couple of optimizations.
Krishna Kumar
1
-4
/
+1
2007-07-10
[NET]: qdisc_restart - readability changes plus one bug fix.
Krishna Kumar
1
-81
/
+86
2007-07-10
[NET_SCHED]: Cleanup readability of qdisc restart
Jamal Hadi Salim
1
-90
/
+109
2007-06-07
[NET_SCHED]: Fix filter double free
Patrick McHardy
2
-3
/
+6
2007-06-03
[NET]: Fix comparisons of unsigned < 0.
Bill Nottingham
1
-2
/
+1
2007-06-03
[NET]: Make net watchdog timers 1 sec jiffy aligned.
Venkatesh Pallipadi
1
-1
/
+2
2007-05-24
[NET_SCHED]: sch_htb: fix event cache time calculation
Patrick McHardy
1
-2
/
+3
2007-05-24
[NET_SCHED]: Fix qdisc_restart return value when dequeue is empty
Herbert Xu
1
-1
/
+1
2007-05-14
[NET_SCHED]: prio qdisc boundary condition
Jamal Hadi Salim
1
-1
/
+1
2007-05-10
[NET_SCHED]: Avoid requeue warning on dev_deactivate
Herbert Xu
1
-10
/
+8
2007-05-10
[NET_SCHED]: Reread dev->qdisc for NETDEV_TX_OK
Herbert Xu
1
-0
/
+1
2007-05-10
[NET_SCHED]: Rationalise return value of qdisc_restart
Herbert Xu
1
-10
/
+11
2007-05-10
[NET]: Fix dev->qdisc race for NETDEV_TX_LOCKED case
Thomas Graf
1
-0
/
+1
2007-05-10
[NET_SCHED]: teql_enqueue can check limits before skb enqueue
Krishna Kumar
1
-3
/
+2
2007-05-03
[NET]: Rework dev_base via list_head (v3)
Pavel Emelianov
1
-2
/
+5
2007-04-25
[NET]: cleanup extra semicolons
Stephen Hemminger
4
-7
/
+7
2007-04-25
[NET_SCHED]: ingress: switch back to using ingress_lock
Patrick McHardy
4
-21
/
+24
2007-04-25
[NET_SCHED]: Eliminate qdisc_tree_lock
Patrick McHardy
3
-43
/
+10
2007-04-25
[NET_SCHED]: qdisc: remove unnecessary memory barriers
Patrick McHardy
1
-2
/
+0
2007-04-25
[NET_SCHED]: Unline tcf_destroy
Patrick McHardy
8
-70
/
+28
2007-04-25
[NET_SCHED]: turn PSCHED_GET_TIME into inline function
Patrick McHardy
6
-28
/
+22
2007-04-25
[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline function
Patrick McHardy
3
-7
/
+7
2007-04-25
[NET_SCHED]: kill PSCHED_TDIFF
Patrick McHardy
1
-7
/
+7
2007-04-25
[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT
Patrick McHardy
2
-10
/
+9
2007-04-25
[NET_SCHED]: kill PSCHED_TLESS
Patrick McHardy
2
-7
/
+6
2007-04-25
[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2
Patrick McHardy
2
-7
/
+7
2007-04-25
[NET_SCHED]: kill PSCHED_AUDIT_TDIFF
Patrick McHardy
1
-2
/
+0
[next]