aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/x_tables.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08netfilter: make two functions staticFlorian Westphal1-1/+0
2019-03-01netfilter: convert the proto argument from u8 to u16Li RongQing1-2/+2
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+4
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal1-0/+2
2018-03-05netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal1-1/+1
2018-03-05netfilter: x_tables: add counters allocation wrapperFlorian Westphal1-0/+1
2018-03-05netfilter: x_tables: move hook entry checks into coreFlorian Westphal1-0/+2
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15netfilter: xtables: zero padding in data_to_userWillem de Bruijn1-1/+1
2017-01-09xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn1-0/+9
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal1-1/+6
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal1-26/+1
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal1-5/+1
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-10/+38
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal1-0/+4
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches1-0/+4
2016-04-29netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso1-3/+3
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-0/+3
2016-04-14netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-1/+1
2016-04-14netfilter: x_tables: check for bogus target offsetFlorian Westphal1-2/+2
2016-04-14netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal1-0/+3
2016-04-14netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal1-0/+4
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