aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-04-01[PKT_SCHED]: Properly return when no backward compatibility action statistics...Thomas Graf1-0/+2
2005-03-30[PKT_SCHED]: Fix action statistics dumping in compatibility modeThomas Graf1-7/+12
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner1-1/+1
2005-01-12[PKT_SCHED]: act_api.c: kill some exportsPatrick McHardy1-6/+0
2005-01-12[PKT_SCHED]: act_api.c: drop rtnl for loading modulesPatrick McHardy1-4/+19
2005-01-11[PKT_SCHED]: Use rtattr_parse_nested where appropriatePatrick McHardy1-8/+5
2005-01-09[PKT_SCHED]: act_api.c: sync multi action order processingPatrick McHardy1-49/+33
2005-01-09[PKT_SCHED]: act_api.c: push memory allocation to tcf_action_get_1Patrick McHardy1-18/+30
2005-01-09[PKT_SCHED]: act_api.c: remove module loading from get/delete operationsPatrick McHardy1-79/+15
2005-01-09[PKT_SCHED]: act_api.c: clean up init path, propagate errors properlyPatrick McHardy1-36/+17
2005-01-09[RTNETLINK]: Use rtattr_strcmp where appropriatePatrick McHardy1-1/+1
2005-01-09[PKT_SCHED]: Add rtattr_strlcpy, use it where appropriatePatrick McHardy1-18/+7
2005-01-09[PKT_SCHED]: act_api.c: remove unnecessary initializationsPatrick McHardy1-13/+10
2005-01-09[PKT_SCHED]: act_api.c: remove checks for impossible conditionsPatrick McHardy1-34/+15
2005-01-09[PKT_SCHED]: act_api.c: use consistent comparison stylePatrick McHardy1-40/+37
2005-01-09[PKT_SCHED]: act_api.c: whitespace and coding style cleanupPatrick McHardy1-184/+141
2004-12-24Merge nuts.davemloft.net:/disk1/BK/net-2.6.11David S. Miller1-57/+47
2004-12-19[PKT_SCHED]: Provide compat policer stats in action policerThomas Graf1-1/+9
2004-11-23[PKT_SCHED]: Clean up tcf_action_init memory handlingPatrick McHardy1-57/+47
2004-11-09[PKT_SCHED]: Mark some functions static in tc actions/act_apiPatrick McHardy1-12/+14
2004-11-02[PKT_SCHED]: tcf_action: copy generic stats via TCA_ACT_STATSThomas Graf1-3/+26
2004-10-26[PKT_SCHED]: Use new header architectureThomas Graf1-1/+2
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk1-1/+1
2004-10-03[PKT_ACT]: Fixup tcf_result updating wrt. tcf_action_exec() calls.David S. Miller1-2/+8
2004-06-29[NET]: Two tc action fixes.Jamal Hadi Salim1-8/+8
2004-06-25[PKT_SCHED]: In tca_action_flush, don't pass NULL netlink callback into ops->...Jamal Hadi Salim1-1/+2
2004-06-20[NET]: Fix module refcounting of TC actions.Jamal Hadi Salim1-16/+54
2004-06-15[NET]: Add tc extensions infrastructure.Jamal Hadi Salim1-0/+978