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
2006-12-08
[NET_SCHED] sch_htb: turn intermediate classes into leaves
Jarek Poplawski
1
-0
/
+51
2006-12-08
[NET_SCHED] sch_cbq: deactivating when grafting, purging etc.
Jarek Poplawski
1
-4
/
+17
2006-12-06
[NET_SCHED]: cls_fw: fix NULL pointer dereference
Patrick McHardy
1
-1
/
+2
2006-12-02
[PKT_SCHED] act_gact: division by zero
Kim Nordlund
1
-2
/
+2
2006-12-02
[NET_SCHED]: policer: restore compatibility with old iproute binaries
Patrick McHardy
1
-4
/
+22
2006-12-02
[PKT_SCHED]: Remove unused exports.
Adrian Bunk
2
-4
/
+0
2006-12-02
[NET_SCHED]: Fix endless loops (part 5): netem/tbf/hfsc ->requeue failures
Patrick McHardy
3
-5
/
+3
2006-12-02
[NET_SCHED]: Fix endless loops (part 4): HTB
Patrick McHardy
1
-7
/
+17
2006-12-02
[NET_SCHED]: Fix endless loops (part 3): HFSC
Patrick McHardy
1
-5
/
+13
2006-12-02
[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscs
Patrick McHardy
7
-10
/
+22
2006-12-02
[NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1)
Patrick McHardy
1
-6
/
+32
2006-12-02
[NET_SCHED]: Set parent classid in default qdiscs
Patrick McHardy
10
-23
/
+39
2006-12-02
[NET_SCHED]: sch_htb: perform qlen adjustment immediately in ->delete
Patrick McHardy
1
-1
/
+6
2006-12-02
[SCHED]: Use kmemdup & kzalloc where appropriate
Arnaldo Carvalho de Melo
6
-15
/
+7
2006-12-02
[NET]: net/sched annotations.
Al Viro
3
-10
/
+10
2006-12-02
[PKT_SCHED]: Make sch_fifo.o available when CONFIG_NET_SCHED is not set.
David Kimdon
2
-1
/
+6
2006-12-02
[NET]: Turn nfmark into generic mark
Thomas Graf
4
-14
/
+6
2006-11-07
[PKT_SCHED] sch_htb: Use hlist_del_init().
Stephen Hemminger
1
-4
/
+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-10-12
[PKT_SCHED] sch_htb: use rb_first() cleanup
Akinbou Mita
1
-3
/
+2
2006-10-04
[NET_SCHED]: Remove old estimator implementation
Patrick McHardy
1
-196
/
+0
2006-10-04
[NET_SCHED]: Revert "HTB: fix incorrect use of RB_EMPTY_NODE"
Ismail Donmez
1
-1
/
+1
2006-09-28
[NET_SCHED]: Fix fallout from dev->qdisc RCU change
Patrick McHardy
3
-55
/
+31
2006-09-28
[NET_SCHED]: HTB: fix incorrect use of RB_EMPTY_NODE
Patrick McHardy
1
-1
/
+1
2006-09-28
[PKT_SCHED] cls_basic: Use unsigned int when generating handle
Kim Nordlund
1
-1
/
+1
2006-09-22
[PKT_SCHED] act_simple.c: make struct simp_hash_info static
Adrian Bunk
1
-1
/
+1
2006-09-22
[NET_SCHED]: Add mask support to fwmark classifier
Patrick McHardy
1
-1
/
+24
2006-09-22
[NETFILTER]: x_tables: remove unused size argument to check/destroy functions
Patrick McHardy
1
-3
/
+1
2006-09-22
[NETFILTER]: x_tables: remove unused argument to target functions
Patrick McHardy
1
-1
/
+1
2006-09-22
[PKT_SCHED]: Kill pkt_act.h inlining.
David S. Miller
7
-647
/
+932
2006-09-22
[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
Thomas Graf
1
-5
/
+2
2006-09-22
[HTB]: rbtree cleanup
Stephen Hemminger
1
-7
/
+27
2006-09-22
[HTB]: Use hlist for hash lists.
Stephen Hemminger
1
-22
/
+27
2006-09-22
[HTB]: Lindent
Stephen Hemminger
1
-475
/
+526
2006-09-22
[HTB]: HTB_HYSTERESIS cleanup
Stephen Hemminger
1
-10
/
+17
2006-09-22
[HTB]: Remove lock macro.
Stephen Hemminger
1
-10
/
+8
2006-09-22
[HTB]: Remove broken debug code.
Stephen Hemminger
1
-268
/
+34
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-2
/
+2
2006-09-18
[NET]: Drop tx lock in dev_watchdog_up
Herbert Xu
1
-2
/
+0
2006-08-17
[PKT_SCHED] cls_u32: Fix typo.
Ralf Hildebrandt
1
-1
/
+1
2006-08-04
[PKT_SCHED]: Return ENOENT if qdisc module is unavailable
Jamal Hadi Salim
1
-1
/
+1
2006-07-21
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
17
-66
/
+33
2006-07-21
[PKT_SCHED] netem: Fix slab corruption with netem (2nd try)
Guillaume Chazarain
1
-1
/
+3
2006-07-15
[PATCH] sch_htb compile fix.
Dave Jones
1
-1
/
+1
2006-07-14
[PKT_SCHED] HTB: initialize upper bound properly
Stephen Hemminger
1
-2
/
+2
2006-07-12
[MAINTAINERS]: Add proper entry for TC classifier
Stephen Hemminger
1
-2
/
+0
2006-07-09
[PKT_SCHED]: act_api: Fix module leak while flushing actions
Thomas Graf
1
-1
/
+1
2006-07-05
[PKT_SCHED]: Fix error handling while dumping actions
Thomas Graf
1
-2
/
+4
2006-07-05
[PKT_SCHED]: Return ENOENT if action module is unavailable
Thomas Graf
1
-0
/
+1
[next]