summaryrefslogtreecommitdiff
path: root/include/linux/netfilter/x_tables.h
AgeCommit message (Expand)Author
2010-03-18netfilter: update documentation fields of x_tables.hJan Engelhardt
2010-02-24netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt
2010-02-24netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt
2010-02-15netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt
2010-02-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt
2010-02-10netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan
2010-02-10netfilter: xtables: consistent struct compat_xt_counters definitionAlexey Dobriyan
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy
2010-02-02netfilter: xtables: CONFIG_COMPAT reduxAlexey Dobriyan
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan
2009-11-04net: cleanup include/linuxEric Dumazet
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt
2009-08-10netfilter: xtables: realign struct xt_target_paramJan Engelhardt
2009-06-04netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov
2009-05-01netfilter: use likely() in xt_info_rdlock_bh()Eric Dumazet
2009-04-28netfilter: revised locking for x_tablesStephen Hemminger
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-03-26make netfilter use strict integer typesArnd Bergmann
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet
2009-02-20netfilter: iptables: lock free countersStephen Hemminger
2009-02-18netfilter: x_tables: change elements in x_tablesStephen Hemminger
2009-01-12netfilter 09/09: remove padding from struct xt_match on 64bit buildsRichard Kennedy
2008-11-24netfilter: xtables: add missing const qualifier to xt_tgchk_paramJan Engelhardt
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan
2008-01-31[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy
2008-01-31[NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan
2008-01-31[NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan
2008-01-31[NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt
2008-01-28[NETFILTER]: ip_tables: move compat offset calculation to x_tablesPatrick McHardy
2008-01-28[NETFILTER]: {ip,ip6,arp}_tables: consolidate iterator macrosPatrick McHardy
2008-01-28[NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macrosPatrick McHardy
2008-01-28[NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt
2007-07-10[NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt