summaryrefslogtreecommitdiff
path: root/include/linux/netfilter/x_tables.h
AgeCommit message (Expand)Author
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden
2019-09-13netfilter: fix coding-style errors.Jeremy Sowden
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden
2019-04-08netfilter: make two functions staticFlorian Westphal
2019-03-01netfilter: convert the proto argument from u8 to u16Li RongQing
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-03-05netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-03-05netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-03-05netfilter: x_tables: move hook entry checks into coreFlorian Westphal
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-15netfilter: xtables: zero padding in data_to_userWillem de Bruijn
2017-01-09xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches
2016-04-29netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-04-14netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-04-14netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-04-14netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-04-14netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal
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