index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
act_api.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-01
[PKT_SCHED]: Properly return when no backward compatibility action statistics...
Thomas Graf
1
-0
/
+2
2005-03-30
[PKT_SCHED]: Fix action statistics dumping in compatibility mode
Thomas Graf
1
-7
/
+12
2005-01-13
[NET]: Lock initializer cleanup.
Thomas Gleixner
1
-1
/
+1
2005-01-12
[PKT_SCHED]: act_api.c: kill some exports
Patrick McHardy
1
-6
/
+0
2005-01-12
[PKT_SCHED]: act_api.c: drop rtnl for loading modules
Patrick McHardy
1
-4
/
+19
2005-01-11
[PKT_SCHED]: Use rtattr_parse_nested where appropriate
Patrick McHardy
1
-8
/
+5
2005-01-09
[PKT_SCHED]: act_api.c: sync multi action order processing
Patrick McHardy
1
-49
/
+33
2005-01-09
[PKT_SCHED]: act_api.c: push memory allocation to tcf_action_get_1
Patrick McHardy
1
-18
/
+30
2005-01-09
[PKT_SCHED]: act_api.c: remove module loading from get/delete operations
Patrick McHardy
1
-79
/
+15
2005-01-09
[PKT_SCHED]: act_api.c: clean up init path, propagate errors properly
Patrick McHardy
1
-36
/
+17
2005-01-09
[RTNETLINK]: Use rtattr_strcmp where appropriate
Patrick McHardy
1
-1
/
+1
2005-01-09
[PKT_SCHED]: Add rtattr_strlcpy, use it where appropriate
Patrick McHardy
1
-18
/
+7
2005-01-09
[PKT_SCHED]: act_api.c: remove unnecessary initializations
Patrick McHardy
1
-13
/
+10
2005-01-09
[PKT_SCHED]: act_api.c: remove checks for impossible conditions
Patrick McHardy
1
-34
/
+15
2005-01-09
[PKT_SCHED]: act_api.c: use consistent comparison style
Patrick McHardy
1
-40
/
+37
2005-01-09
[PKT_SCHED]: act_api.c: whitespace and coding style cleanup
Patrick McHardy
1
-184
/
+141
2004-12-24
Merge nuts.davemloft.net:/disk1/BK/net-2.6.11
David S. Miller
1
-57
/
+47
2004-12-19
[PKT_SCHED]: Provide compat policer stats in action policer
Thomas Graf
1
-1
/
+9
2004-11-23
[PKT_SCHED]: Clean up tcf_action_init memory handling
Patrick McHardy
1
-57
/
+47
2004-11-09
[PKT_SCHED]: Mark some functions static in tc actions/act_api
Patrick McHardy
1
-12
/
+14
2004-11-02
[PKT_SCHED]: tcf_action: copy generic stats via TCA_ACT_STATS
Thomas Graf
1
-3
/
+26
2004-10-26
[PKT_SCHED]: Use new header architecture
Thomas Graf
1
-1
/
+2
2004-10-19
[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>
Adrian Bunk
1
-1
/
+1
2004-10-03
[PKT_ACT]: Fixup tcf_result updating wrt. tcf_action_exec() calls.
David S. Miller
1
-2
/
+8
2004-06-29
[NET]: Two tc action fixes.
Jamal Hadi Salim
1
-8
/
+8
2004-06-25
[PKT_SCHED]: In tca_action_flush, don't pass NULL netlink callback into ops->...
Jamal Hadi Salim
1
-1
/
+2
2004-06-20
[NET]: Fix module refcounting of TC actions.
Jamal Hadi Salim
1
-16
/
+54
2004-06-15
[NET]: Add tc extensions infrastructure.
Jamal Hadi Salim
1
-0
/
+978