summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/x_tables.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: never register tables by defaultFlorian Westphal2021-08-091-3/+3
* netfilter: x_tables: reduce xt_action_param by 8 byteFlorian Westphal2021-05-291-1/+1
* netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-261-6/+6
* netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-261-0/+3
* netfilter: x_tables: add xt_find_tableFlorian Westphal2021-04-261-0/+1
* netfilter: x_tables: Use correct memory barriers.Mark Tomlinson2021-03-151-1/+1
* Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-151-4/+1
* netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-081-1/+4
* netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-241-2/+2
* netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2020-07-191-1/+1
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-151-4/+4
* netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden2019-09-131-6/+0
* netfilter: fix coding-style errors.Jeremy Sowden2019-09-131-1/+1
* netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden2019-08-131-0/+6
* netfilter: make two functions staticFlorian Westphal2019-04-081-1/+0
* netfilter: convert the proto argument from u8 to u16Li RongQing2019-03-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-1/+4
|\
| * netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-1/+1
| * netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-051-0/+1
| * netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-051-0/+2
* | netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2018-03-111-0/+2
|/
* netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-151-1/+1
* xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn2017-01-091-0/+9
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-061-1/+6
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-061-26/+1
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-061-5/+1
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-10/+38
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-181-0/+4
* netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-031-0/+4
* netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2016-04-291-3/+3
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-141-0/+3
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-141-1/+1
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-141-2/+2
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-141-0/+3
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-141-0/+4
* netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-021-2/+4
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-1/+2
* netfilter: add and use jump label for xt_teeFlorian Westphal2015-07-151-0/+7
* netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal2015-07-151-1/+0
* netfilter: xtables: fix warnings on 32bit platformsFlorian Westphal2015-06-181-4/+4
* netfilter: x_tables: align per cpu xt_counterEric Dumazet2015-06-181-2/+4
* netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-151-4/+1
* netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-121-2/+2
* netfilter: xtables: use percpu rule countersFlorian Westphal2015-06-121-0/+49
* netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-151-0/+2
* netfilter: Remove extern from function prototypesJoe Perches2013-09-261-65/+63
* UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells2012-10-091-185/+1
* percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-221-2/+2