aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/x_tables.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-28netfilter: revised locking for x_tablesStephen Hemminger1-5/+68
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-0/+23
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-14/+16
2009-03-26make netfilter use strict integer typesArnd Bergmann1-14/+16
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet1-0/+23
2009-02-20netfilter: iptables: lock free countersStephen Hemminger1-2/+4
2009-02-18netfilter: x_tables: change elements in x_tablesStephen Hemminger1-5/+4
2009-01-12netfilter 09/09: remove padding from struct xt_match on 64bit buildsRichard Kennedy1-1/+1
2008-11-24netfilter: xtables: add missing const qualifier to xt_tgchk_paramJan Engelhardt1-1/+1
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt1-2/+10
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt1-1/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-9/+20
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-5/+17
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt1-1/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt1-10/+22
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt1-7/+21
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt1-2/+4
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-14/+14