summaryrefslogtreecommitdiff
path: root/include/linux/netfilter/x_tables.h
AgeCommit message (Expand)Author
2015-06-18netfilter: xtables: fix warnings on 32bit platformsFlorian Westphal
2015-06-18netfilter: x_tables: align per cpu xt_counterEric Dumazet
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso
2013-09-26netfilter: Remove extern from function prototypesJoe Perches
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter
2011-04-04netfilter: get rid of atomic ops in fast pathEric Dumazet
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet
2010-10-13netfilter: xtables: unify {ip,ip6,arp}t_error_targetJan Engelhardt
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet
2010-05-20netfilter: fix description of expected checkentry return code on xt_targetLuciano Coelho
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt
2010-04-27netfilter: x_tables: rectify XT_FUNCTION_MAXNAMELEN usageJan Engelhardt
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt
2010-04-13netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting _...Alexey Dobriyan
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt
2010-03-18netfilter: xtables: reduce holes in struct xt_targetJan Engelhardt
2010-03-18netfilter: xtables: remove almost-unused xt_match_param.data memberJan Engelhardt
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