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-04-24
[NETFILTER]: ipt action: use xt_check_target for basic verification
Patrick McHardy
1
-0
/
+5
2006-04-09
[PKT_SCHED] act_police: Rename methods.
Jamal Hadi Salim
1
-4
/
+4
2006-03-23
[NET_SCHED]: cls_u32: remove unnecessary NULL-ptr check
Patrick McHardy
1
-4
/
+2
2006-03-20
[PKT_SCHED]: Let NET_CLS_ACT no longer depend on EXPERIMENTAL
Adrian Bunk
1
-1
/
+0
2006-03-20
[NET]: dev_put/dev_hold cleanup
Stephen Hemminger
1
-1
/
+1
2006-03-20
[PKT_SCHED]: Convert sch_red to a classful qdisc
Patrick McHardy
1
-16
/
+163
2006-03-20
[PKT_SCHED]: Keep backlog counter in sch_sfq
Patrick McHardy
1
-0
/
+5
2006-03-20
[PKT_SCHED]: Restore TBF change semantic
Patrick McHardy
1
-2
/
+3
2006-03-20
[PKT_SCHED]: Dump child qdisc handle in sch_{atm,dsmark}
Patrick McHardy
2
-0
/
+2
2006-03-20
[PKT_SCHED]: Qdisc drop operation is optional
Patrick McHardy
3
-5
/
+5
2006-03-20
[NETFILTER]: x_tables: pass registered match/target data to match/target func...
Patrick McHardy
1
-4
/
+6
2006-03-12
[NET_SCHED]: act_api: fix skb leak in error path
Patrick McHardy
1
-1
/
+1
2006-01-17
[PKT_SCHED]: Handle SCTP/DCCP in sfq_hash
Patrick McHardy
1
-0
/
+4
2006-01-17
[PKT_SCHED] sch_prio: fix qdisc bands init
Amnon Aaronsohn
1
-4
/
+3
2006-01-13
[PKT_SCHED]: Change default clock source to gettimeofday
Patrick McHardy
1
-1
/
+1
2006-01-12
[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables
Harald Welte
1
-1
/
+1
2006-01-11
[PKT_SCHED] net/sched/Kconfig: fix typo in NET_EMATCH_META description
Adrian Bunk
1
-1
/
+1
2006-01-11
[PKT_SCHED] ematch: Remove bogus include.
Evgeniy Polyakov
1
-1
/
+0
2006-01-09
[PKT_SCHED]: Fix qdisc return code.
Jamal Hadi Salim
4
-9
/
+10
2006-01-09
[PKT_SCHED]: Prefix tc actions with act_
Patrick McHardy
8
-8
/
+8
2006-01-09
[PKT_SCHED]: Fix memory leak when dumping in pedit action
Patrick McHardy
1
-0
/
+2
2006-01-09
[PKT_SCHED]: Remove some obsolete policer exports
Patrick McHardy
1
-11
/
+3
2006-01-09
[PKT_SCHED]: Convert tc action functions to single skb pointers
Patrick McHardy
7
-13
/
+10
2006-01-09
[PKT_SCHED]: Use USEC_PER_SEC
Patrick McHardy
1
-4
/
+4
2006-01-09
[NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv
Patrick McHardy
1
-6
/
+6
2006-01-03
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2006-01-03
[PKT_SCHED] netem: packet corruption option
Stephen Hemminger
1
-3
/
+46
2005-12-13
[PKT_SCHED]: Disable debug tracing logs by default in packet action API.
David S. Miller
1
-1
/
+1
2005-11-20
[PKT_SCHED]: sch_netem: correctly order packets to be sent simultaneously
Andrea Bittau
1
-1
/
+1
2005-11-17
[NET]: Sanitize NET_SCHED protection in /net/sched/Kconfig
Roman Zippel
1
-29
/
+8
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
6
-16
/
+9
2005-11-08
[PKT_SCHED]: Correctly handle empty ematch trees
Thomas Graf
1
-0
/
+5
2005-11-05
Merge branch 'red' of 84.73.165.173:/home/tgr/repos/net-2.6
Arnaldo Carvalho de Melo
2
-741
/
+518
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
[PKT_SCHED]: (G)RED: Introduce hard dropping
Thomas Graf
2
-2
/
+14
2005-11-05
[PKT_SCHED]: GRED: Support ECN marking
Thomas Graf
1
-4
/
+21
2005-11-05
[PKT_SCHED]: GRED: Fix restart of idle period in WRED mode upon dequeue and drop
Thomas Graf
1
-2
/
+2
2005-11-05
[PKT_SCHED]: GRED: Cleanup and remove unnecessary code
Thomas Graf
1
-69
/
+31
2005-11-05
[PKT_SCHED]: GRED: Remove auto-creation of default VQ
Thomas Graf
1
-9
/
+0
2005-11-05
[PKT_SCHED]: GRED: Dont abuse default VQ for equalizing
Thomas Graf
1
-17
/
+20
2005-11-05
[PKT_SCHED]: GRED: Remove initd flag
Thomas Graf
1
-14
/
+1
2005-11-05
[PKT_SCHED]: GRED: Improve error handling and messages
Thomas Graf
1
-24
/
+44
2005-11-05
[PKT_SCHED]: GRED: Introduce tc_index_to_dp()
Thomas Graf
1
-9
/
+18
2005-11-05
[PKT_SCHED]: GRED: Use generic queue management interface
Thomas Graf
1
-23
/
+9
2005-11-05
[PKT_SCHED]: GRED: Report congestion related drops as NET_XMIT_CN
Thomas Graf
1
-2
/
+7
2005-11-05
[PKT_SCHED]: GRED: Do not reset statistics in gred_reset/gred_change
Thomas Graf
1
-9
/
+0
2005-11-05
[PKT_SCHED]: GRED: Use new generic red interface
Thomas Graf
1
-133
/
+91
2005-11-05
[PKT_SCHED]: GRED: Use central VQ change procedure
Thomas Graf
1
-89
/
+84
2005-11-05
[PKT_SCHED]: GRED: Report out-of-bound DPs as illegal
Thomas Graf
1
-6
/
+3
[next]