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
2008-01-28
[NET_SCHED]: Use nla_policy for attribute validation in ematches
Patrick McHardy
2
-8
/
+12
2008-01-28
[NET_SCHED]: Use nla_policy for attribute validation in actions
Patrick McHardy
7
-33
/
+51
2008-01-28
[NET_SCHED]: Use nla_policy for attribute validation in classifiers
Patrick McHardy
6
-68
/
+59
2008-01-28
[NET_SCHED]: Use nla_policy for attribute validation in packet schedulers
Patrick McHardy
9
-93
/
+87
2008-01-28
[NET_SCHED]: sch_api: introduce constant for rate table size
Patrick McHardy
1
-1
/
+2
2008-01-28
[NET_SCHED]: Use typeful attribute parsing helpers
Patrick McHardy
11
-29
/
+27
2008-01-28
[NET_SCHED]: Use typeful attribute construction helpers
Patrick McHardy
11
-31
/
+26
2008-01-28
[NET_SCHED]: Use NLA_PUT_STRING for string dumping
Patrick McHardy
6
-8
/
+8
2008-01-28
[NET_SCHED]: Use nla_nest_start/nla_nest_end
Patrick McHardy
16
-133
/
+166
2008-01-28
[NET_SCHED]: Propagate nla_parse return value
Patrick McHardy
25
-60
/
+171
2008-01-28
[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get
Patrick McHardy
2
-39
/
+46
2008-01-28
[NET_SCHED]: act_api: use nlmsg_parse
Patrick McHardy
1
-4
/
+1
2008-01-28
[NET_SCHED]: act_api: fix netlink API conversion bug
Patrick McHardy
1
-4
/
+4
2008-01-28
[NET_SCHED]: sch_netem: use nla_parse_nested_compat
Patrick McHardy
1
-32
/
+26
2008-01-28
[NET_SCHED]: sch_atm: fix format string warning
Patrick McHardy
1
-1
/
+1
2008-01-28
[NET_SCHED]: Convert actions from rtnetlink to new netlink API
Patrick McHardy
9
-212
/
+214
2008-01-28
[NET_SCHED]: Convert classifiers from rtnetlink to new netlink API
Patrick McHardy
10
-276
/
+284
2008-01-28
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
Patrick McHardy
18
-411
/
+447
2008-01-28
[NET_SCHED]: mark classifier ops __read_mostly
Patrick McHardy
6
-10
/
+6
2008-01-28
[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol
Patrick McHardy
5
-27
/
+22
2008-01-28
[PKT_SCHED] net classifier: style cleanup's
Stephen Hemminger
2
-87
/
+73
2008-01-28
[PKT_SCHED] sch_atm: style cleanup
Stephen Hemminger
1
-74
/
+65
2008-01-28
[PKT_SCHED] dsmark: checkpatch warning cleanup
Stephen Hemminger
1
-39
/
+40
2008-01-28
[PKT_SCHED] dsmark: handle cloned and non-linear skb's
Stephen Hemminger
1
-4
/
+15
2008-01-28
[PKT_SCHED] dsmark: Use hweight32() instead of convoluted loop.
David S. Miller
1
-12
/
+3
2008-01-28
[PKT_SCHED] dsmark: get rid of wrappers
Stephen Hemminger
1
-49
/
+34
2008-01-28
[NET_SCHED]: kill obsolete NET_CLS_POLICE option
Patrick McHardy
1
-9
/
+0
2008-01-28
[NET_SCHED]: sch_ingress: remove useless printk
Patrick McHardy
1
-8
/
+1
2008-01-28
[NET_SCHED]: sch_ingress: avoid a few #ifdefs
Patrick McHardy
1
-12
/
+4
2008-01-28
[NET_SCHED]: sch_ingress: move dependencies to Kconfig
Patrick McHardy
2
-10
/
+2
2008-01-28
[NET_SCHED]: sch_ingress: remove unnecessary ops
Patrick McHardy
1
-24
/
+0
2008-01-28
[NET_SCHED]: sch_ingress: return proper error code in ingress_graft()
Patrick McHardy
1
-1
/
+1
2008-01-28
[NET_SCHED]: sch_ingress: remove unused inner qdisc
Patrick McHardy
1
-4
/
+0
2008-01-28
[NET_SCHED]: sch_ingress: remove qdisc_priv() wrapper
Patrick McHardy
1
-6
/
+4
2008-01-28
[NET_SCHED]: sch_ingress: remove excessive debugging
Patrick McHardy
1
-76
/
+3
2008-01-28
[NET_SCHED]: sch_ingress: formatting fixes
Patrick McHardy
1
-64
/
+39
2008-01-28
[PKT_SCHED] SFQ: whitespace cleanup
Stephen Hemminger
1
-17
/
+25
2008-01-28
[PKT_SCHED] SFQ: use net_random
Stephen Hemminger
1
-3
/
+3
2008-01-28
[PKT_SCHED] SFQ: timer is deferrable
Stephen Hemminger
1
-1
/
+3
2008-01-28
[PKT_SCHED] HTB: htb_classid is dead static inline
Ilpo Järvinen
1
-4
/
+0
2008-01-28
[NET]: Add some acquires/releases sparse annotations.
Eric Dumazet
1
-0
/
+4
2008-01-28
[NETFILTER]: Mark hooks __read_mostly
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: Use nf_register_hooks for multiple registrations
Patrick McHardy
1
-26
/
+18
2008-01-28
[NETFILTER]: Convert old checksum helper names
Patrick McHardy
2
-7
/
+6
2008-01-28
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
Denis V. Lunev
3
-7
/
+7
2008-01-28
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
Denis V. Lunev
3
-0
/
+41
2008-01-28
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
Eric Dumazet
17
-40
/
+40
2008-01-28
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
1
-2
/
+2
2008-01-28
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
2
-11
/
+2
2007-12-20
[PKT_SCHED]: Spelling fixes
Joe Perches
1
-1
/
+1
[next]