summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ipt.c
Commit message (Expand)AuthorAgeFilesLines
...
* | net_sched: add network namespace support for tc actionsWANG Cong2016-02-251-12/+115
|/
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-0/+1
* net: sched: add percpu stats to actionsEric Dumazet2015-07-081-1/+1
* sched: fix act file names in header commentJiri Pirko2014-11-061-1/+1
* net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-131-11/+3Star
* net_sched: act: refactor cleanup opsWANG Cong2014-02-131-16/+5Star
* net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-131-25/+14Star
* net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong2014-01-211-4/+3Star
* net_sched: act: remove capab from struct tc_action_opsWANG Cong2014-01-201-2/+0Star
* net_sched: act: pick a different type for act_xtWANG Cong2014-01-171-1/+1
* net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong2014-01-131-2/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-3/+5
|\
| * net_sched: act: Dont increment refcnt on replaceJamal Hadi Salim2013-12-271-3/+5
* | net_sched: fix a regression in tc actionsWANG Cong2013-12-201-1/+1
* | net_sched: init struct tcf_hashinfo at register timeWANG Cong2013-12-181-11/+10Star
|/
* net_sched: Use default action walker methodsJamal Hadi Salim2013-12-061-2/+0Star
* net_sched: Use default action lookup functionsJamal Hadi Salim2013-12-061-2/+0Star
* net_sched: act_ipt forward compat with xtablesJamal Hadi Salim2013-05-011-3/+30
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-151-4/+2Star
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-141-1/+1
* net_sched: act: Delete estimator in error path.Hiroaki SHIMODA2012-08-061-1/+6
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-4/+3Star
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-6/+8
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-061-1/+1
* net_sched: cleanupsEric Dumazet2011-01-201-7/+9
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-111-2/+1Star
* 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-181-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-261-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/+3Star
* 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-291-7/+12
* [NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy2008-01-291-2/+2
* [NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy2008-01-291-2/+2
* [NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy2008-01-291-1/+1
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-291-1/+5
* [NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy2008-01-291-23/+23
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-5/+1Star
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-111-12/+0Star
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-261-1/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1