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-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
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
[NET_SCHED] qdisc: avoid transmit softirq on watchdog wakeup
Stephen Hemminger
1
-1
/
+7
2007-04-25
[NETEM]: avoid excessive requeues
Stephen Hemminger
2
-10
/
+16
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
[PKT_SCHED] act: Use rtnl registration interface
Thomas Graf
1
-9
/
+3
2007-04-25
[PKT_SCHED] cls: Use rtnl registration interface
Thomas Graf
1
-12
/
+4
2007-04-25
[PKT_SCHED] qdisc: Use rtnl registration interface
Thomas Graf
1
-20
/
+7
2007-04-25
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
26
-44
/
+70
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
25
-95
/
+98
2007-04-25
[NET_SCHED]: Fix warning
Patrick McHardy
1
-1
/
+2
2007-04-25
[NET_SCHED]: sch_cbq: fix watchdog scheduled too late
Patrick McHardy
1
-1
/
+1
2007-04-25
[NET_SCHED]: Export real timer resolution in /proc/net/psched
Patrick McHardy
1
-1
/
+1
2007-04-25
[NET_SCHED]: kill jiffie conversion macros
Patrick McHardy
2
-7
/
+7
2007-04-25
[NET_SCHED]: sch_htb: use hrtimer based watchdog
Patrick McHardy
1
-60
/
+31
2007-04-25
[NET_SCHED]: sch_cbq: use hrtimer for delay_timer
Patrick McHardy
1
-29
/
+41
2007-04-25
[NET_SCHED]: sch_cbq: fix cbq_undelay_prio for non-active priorites
Patrick McHardy
1
-1
/
+1
2007-04-25
[NET_SCHED]: sch_cbq: use hrtimer based watchdog
Patrick McHardy
1
-21
/
+7
2007-04-25
[NET_SCHED]: sch_netem: use hrtimer based watchdog
Patrick McHardy
1
-20
/
+5
2007-04-25
[NET_SCHED]: sch_tbf: use hrtimer based watchdog
Patrick McHardy
1
-24
/
+7
2007-04-25
[NET_SCHED]: sch_hfsc: use hrtimer based watchdog
Patrick McHardy
1
-25
/
+7
2007-04-25
[NET_SCHED]: Add hrtimer based qdisc watchdog
Patrick McHardy
1
-0
/
+36
2007-04-25
[NET_SCHED]: Use ktime as clocksource
Patrick McHardy
3
-159
/
+5
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
3
-4
/
+4
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
4
-6
/
+6
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
3
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[NET] SCHED: Use htons() where appropriate.
YOSHIFUJI Hideaki
2
-2
/
+2
2007-04-09
[NET_SCHED]: cls_tcindex: fix compatibility breakage
Patrick McHardy
1
-2
/
+2
2007-04-02
[NET_SCHED]: cls_basic: fix memory leak in basic_destroy
Patrick McHardy
1
-0
/
+1
2007-03-29
[IFB]: Fix crash on input device removal
Patrick McHardy
1
-1
/
+1
2007-03-27
[NET_SCHED]: sch_htb/sch_hfsc: fix oops in qlen_notify
Patrick McHardy
2
-4
/
+6
2007-03-26
[NET]: Remove dead net/sched/Makefile entry for sch_hpfq.o.
Robert P. J. Day
1
-1
/
+0
2007-03-25
[NET_SCHED]: cls_basic: fix NULL pointer dereference
Patrick McHardy
1
-9
/
+7
2007-03-22
[NET]: fix up misplaced inlines.
Dave Jones
1
-1
/
+1
[next]