aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy1-1/+1
2008-01-28[NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy1-1/+1
2008-01-28[NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy1-2/+2
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy1-38/+46
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy1-11/+18
2008-01-28[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_getPatrick McHardy1-32/+39
2008-01-28[NET_SCHED]: act_api: use nlmsg_parsePatrick McHardy1-4/+1
2008-01-28[NET_SCHED]: act_api: fix netlink API conversion bugPatrick McHardy1-4/+4
2008-01-28[NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy1-105/+109
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-1/+1
2008-01-28[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy1-5/+4
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-4/+4
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev1-0/+10
2007-09-14[NET_SCHED] protect action config/dump from irqsJamal Hadi Salim1-4/+4
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-10/+0
2007-07-10[NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy1-4/+3
2007-07-10[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR optionPatrick McHardy1-6/+0
2007-04-25[PKT_SCHED] act: Use rtnl registration interfaceThomas Graf1-9/+3
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-8/+9
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-26/+26
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki1-17/+17
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller1-19/+227
2006-09-22[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf1-5/+2
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-6/+3
2006-07-12[MAINTAINERS]: Add proper entry for TC classifierStephen Hemminger1-2/+0
2006-07-09[PKT_SCHED]: act_api: Fix module leak while flushing actionsThomas Graf1-1/+1
2006-07-05[PKT_SCHED]: Fix error handling while dumping actionsThomas Graf1-2/+4
2006-07-05[PKT_SCHED]: Return ENOENT if action module is unavailableThomas Graf1-0/+1
2006-07-05[PKT_SCHED]: Fix illegal memory dereferences when dumping actionsThomas Graf1-6/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-12[NET_SCHED]: act_api: fix skb leak in error pathPatrick McHardy1-1/+1
2006-01-09[PKT_SCHED]: Prefix tc actions with act_Patrick McHardy1-1/+1
2006-01-09[PKT_SCHED]: Convert tc action functions to single skb pointersPatrick McHardy1-1/+1
2005-12-13[PKT_SCHED]: Disable debug tracing logs by default in packet action API.David S. Miller1-1/+1
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-4/+4
2005-08-29[NET]: Kill skb->tc_classidPatrick McHardy1-6/+1
2005-06-28[NETLINK]: Missing initializations in dumped dataPatrick McHardy1-1/+9
2005-06-18[NETLINK]: Explicit typingJamal Hadi Salim1-6/+5
2005-06-13[NET]: Move the netdev list to vger.kernel.org.Ralf Baechle1-1/+1
2005-05-03[PKT_SCHED]: Action repeatJ Hadi Salim1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+894