aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_ipt.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-3/+30
* net_sched: cleanupsEric Dumazet2011-01-191-7/+9
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-2/+1
* netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt2010-10-131-1/+1
* netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2010-10-131-6/+6
* net sched: printk message severitystephen hemminger2010-05-171-1/+2
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-251-2/+2
|/
* tc: propogate errors from tcf_hash_createStephen Hemminger2008-11-251-2/+2
* netfilter: xtables: provide invoked family value to extensionsJan Engelhardt2008-10-081-2/+2
* netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt2008-10-081-3/+7
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-3/+9
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-4/+8
* netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt2008-10-081-11/+3
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-1/+1
* [NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy2008-01-281-7/+12
* [NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy2008-01-281-2/+2
* [NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy2008-01-281-2/+2
* [NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy2008-01-281-1/+1
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-281-1/+5
* [NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy2008-01-281-23/+23
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-5/+1
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-101-12/+0
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...Jan Engelhardt2007-02-081-1/+1
* [NET_SCHED]: act_ipt: fix regression in ipt actionPatrick McHardy2007-02-021-3/+5
* [SCHED]: Use kmemdup & kzalloc where appropriateArnaldo Carvalho de Melo2006-12-021-4/+2
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-3/+1
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-221-1/+1
* [PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller2006-09-221-96/+79
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NETFILTER]: ipt action: use xt_check_target for basic verificationPatrick McHardy2006-04-241-0/+5
* [NETFILTER]: x_tables: pass registered match/target data to match/target func...Patrick McHardy2006-03-201-4/+6
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-121-1/+1
* [PKT_SCHED]: Prefix tc actions with act_Patrick McHardy2006-01-091-0/+328