summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/x_tables.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: make two functions staticFlorian Westphal2019-04-081-1/+0Star
* 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/+1Star
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-061-5/+1Star
* 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/+0Star
* 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/+1Star
* 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/+63Star
* UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells2012-10-091-185/+1Star
* percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-221-2/+2
* netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-041-54/+42Star
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2011-01-191-5/+5
|\
| * netfilter: x_tables: dont block BH while reading countersEric Dumazet2011-01-101-5/+5
* | netfilter: x_table: speedup compat operationsEric Dumazet2011-01-131-1/+2
|/
* netfilter: xtables: unify {ip,ip6,arp}t_error_targetJan Engelhardt2010-10-131-0/+5
* netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-311-1/+1
* netfilter: fix description of expected checkentry return code on xt_targetLuciano Coelho2010-05-201-1/+1
* netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-111-1/+4
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-2/+0Star
* netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-111-25/+17Star
* netfilter: x_tables: rectify XT_FUNCTION_MAXNAMELEN usageJan Engelhardt2010-04-271-8/+6Star
* netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-191-0/+7
* netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting _...Alexey Dobriyan2010-04-131-3/+3