aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/x_tables.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal1-2/+4
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman1-1/+2
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal1-0/+7
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal1-1/+0
2015-06-18netfilter: xtables: fix warnings on 32bit platformsFlorian Westphal1-4/+4
2015-06-18netfilter: x_tables: align per cpu xt_counterEric Dumazet1-2/+4
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet1-4/+1
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal1-2/+2
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal1-0/+49
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso1-0/+2
2013-09-26netfilter: Remove extern from function prototypesJoe Perches1-65/+63
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells1-185/+1
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter1-2/+2
2011-04-04netfilter: get rid of atomic ops in fast pathEric Dumazet1-54/+42
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-5/+5
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet1-1/+2
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet1-5/+5
2010-10-13netfilter: xtables: unify {ip,ip6,arp}t_error_targetJan Engelhardt1-0/+5
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet1-1/+1
2010-05-20netfilter: fix description of expected checkentry return code on xt_targetLuciano Coelho1-1/+1
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt1-1/+4
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt1-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-2/+0
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt1-25/+17
2010-04-27netfilter: x_tables: rectify XT_FUNCTION_MAXNAMELEN usageJan Engelhardt1-8/+6
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt1-0/+7
2010-04-13netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting __ALIGN_KERNEL()Alexey Dobriyan1-3/+3
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt1-2/+2
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt1-1/+1
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt1-0/+2
2010-03-18netfilter: xtables: reduce holes in struct xt_targetJan Engelhardt1-1/+1
2010-03-18netfilter: xtables: remove almost-unused xt_match_param.data memberJan Engelhardt1-3/+0
2010-03-18netfilter: update documentation fields of x_tables.hJan Engelhardt1-2/+8
2010-02-24netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt1-1/+9
2010-02-24netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt1-0/+9
2010-02-15netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal1-1/+1
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt1-6/+6
2010-02-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy1-0/+4
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt1-0/+4
2010-02-10netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan1-4/+9
2010-02-10netfilter: xtables: consistent struct compat_xt_counters definitionAlexey Dobriyan1-5/+1
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy1-0/+2
2010-02-02netfilter: xtables: CONFIG_COMPAT reduxAlexey Dobriyan1-4/+8
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan1-0/+1
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan1-0/+1
2009-11-04net: cleanup include/linuxEric Dumazet1-30/+15
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt1-1/+1
2009-08-10netfilter: xtables: realign struct xt_target_paramJan Engelhardt1-1/+1
2009-06-04netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov1-2/+4
2009-05-01netfilter: use likely() in xt_info_rdlock_bh()Eric Dumazet1-2/+2