aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nf_tables_core.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05netfilter: nft_meta: move bridge meta keys into nft_meta_bridgeGravatar wenxu 1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-03-01netfilter: nf_tables: check the result of dereferencing base_chain->statsGravatar Li RongQing 1-6/+8
2019-02-27netfilter: remove unneeded switch fall-throughGravatar Li RongQing 1-1/+0
2019-01-18netfilter: nf_tables: add direct calls for all builtin expressionsGravatar Florian Westphal 1-7/+18
2018-12-04netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Gravatar Taehee Yoo 1-1/+1
2018-09-28netfilter: nf_tables: add SECMARK supportGravatar Christian Göttsche 1-4/+24
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callGravatar Florian Westphal 1-1/+15
2018-06-12netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Gravatar Taehee Yoo 1-1/+2
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2018-05-29netfilter: nf_tables: remove unused variablesGravatar Taehee Yoo 1-16/+0
2018-05-29netfilter: nf_tables: remove synchronize_rcu in commit phaseGravatar Florian Westphal 1-11/+13
2018-05-29netfilter: nf_tables: disable preemption in nft_update_chain_stats()Gravatar Pablo Neira Ayuso 1-2/+2
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-22/+7
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+14
2018-05-17netfilter: nf_tables: remove old nf_log based tracingGravatar Florian Westphal 1-22/+7
2018-05-08netfilter: nf_tables: don't assume chain stats are set when jumplabel is setGravatar Florian Westphal 1-7/+14
2018-04-27netfilter: nf_tables: merge exthdr expression into nft coreGravatar Florian Westphal 1-0/+1
2018-04-27netfilter: nf_tables: merge rt expression into nft coreGravatar Florian Westphal 1-0/+1
2018-04-27netfilter: nf_tables: make meta expression builtinGravatar Florian Westphal 1-0/+1
2017-08-02netfilter: constify nf_loginfo structuresGravatar Julia Lawall 1-1/+1
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathGravatar Pablo Neira Ayuso 1-8/+18
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineGravatar Liping Zhang 1-54/+26
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structureGravatar Pablo Neira Ayuso 1-5/+5
2016-10-26netfilter: nf_tables: allow expressions to return STOLENGravatar Florian Westphal 1-0/+1
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportGravatar Liping Zhang 1-1/+1
2016-09-25netfilter: nf_tables: add range expressionGravatar Pablo Neira Ayuso 1-1/+6
2016-09-23netfilter: nf_tables: check tprot_set first when we use xt.thoffGravatar Liping Zhang 1-1/+4
2016-09-23netfilter: nf_tables: improve nft payload fast evalGravatar Liping Zhang 1-1/+1
2016-06-15netfilter: nf_tables: fix a wrong check to skip the inactive rulesGravatar Liping Zhang 1-1/+1
2015-12-09netfilter: nf_tables: fix nf_log_trace based tracingGravatar Florian Westphal 1-11/+5
2015-12-09netfilter: nf_tables: wrap tracing with a static keyGravatar Florian Westphal 1-3/+6
2015-12-09netfilter: nf_tables: extend tracing infrastructureGravatar Florian Westphal 1-12/+33
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksGravatar Eric W. Biederman 1-2/+2
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Gravatar Eric W. Biederman 1-4/+2
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsGravatar Eric W. Biederman 1-1/+1
2015-07-15netfilter: nftables: Only run the nftables chains in the proper netnsGravatar Eric W. Biederman 1-5/+0
2015-06-23netfilter: nftables: Do not run chains in the wrong network namespaceGravatar Eric W. Biederman 1-1/+6
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingGravatar Patrick McHardy 1-2/+3
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersGravatar Patrick McHardy 1-4/+4
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usageGravatar Patrick McHardy 1-17/+17
2015-04-08netfilter: nf_tables: add support for dynamic set updatesGravatar Patrick McHardy 1-0/+7
2015-03-26netfilter: nf_tables: add transaction helper functionsGravatar Patrick McHardy 1-5/+1
2015-03-25netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.cGravatar Pablo Neira Ayuso 1-4/+4
2015-03-25netfilter: Use LOGLEVEL_<FOO> definesGravatar Joe Perches 1-1/+2
2015-03-25netfilter: nf_tables: move struct net pointer to base chainGravatar Patrick McHardy 1-1/+2
2015-03-06netfilter: nf_tables: consolidate tracing invocationsGravatar Patrick McHardy 1-7/+4
2015-03-06netfilter: nf_tables: minor tracing cleanupsGravatar Patrick McHardy 1-49/+49
2014-07-14netfilter: nf_tables: 64bit stats need some extra synchronizationGravatar Eric Dumazet 1-4/+6
2014-05-15netfilter: nf_tables: fix trace of matching non-terminal ruleGravatar Pablo Neira Ayuso 1-1/+3