summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-2/+2
|\
| * netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso2018-05-291-2/+2
* | netfilter: nf_tables: remove unused variablesTaehee Yoo2018-05-291-16/+0
* | netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal2018-05-291-11/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-231-22/+7
|\ \
| * | netfilter: nf_tables: remove old nf_log based tracingFlorian Westphal2018-05-171-22/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-7/+14
|\ \ \ | |/ / |/| / | |/
| * netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal2018-05-081-7/+14
* | netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal2018-04-271-0/+1
* | netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal2018-04-271-0/+1
* | netfilter: nf_tables: make meta expression builtinFlorian Westphal2018-04-271-0/+1
|/
* netfilter: constify nf_loginfo structuresJulia Lawall2017-08-021-1/+1
* netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2017-07-241-8/+18
* netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang2016-11-091-54/+26
* netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-5/+5
* netfilter: nf_tables: allow expressions to return STOLENFlorian Westphal2016-10-261-0/+1
* netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang2016-09-251-1/+1
* netfilter: nf_tables: add range expressionPablo Neira Ayuso2016-09-251-1/+6
* netfilter: nf_tables: check tprot_set first when we use xt.thoffLiping Zhang2016-09-231-1/+4
* netfilter: nf_tables: improve nft payload fast evalLiping Zhang2016-09-231-1/+1
* netfilter: nf_tables: fix a wrong check to skip the inactive rulesLiping Zhang2016-06-151-1/+1
* netfilter: nf_tables: fix nf_log_trace based tracingFlorian Westphal2015-12-091-11/+5
* netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal2015-12-091-3/+6
* netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-091-12/+33
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-2/+2
* netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman2015-09-181-4/+2
* netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-181-1/+1
* netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman2015-07-151-5/+0
* netfilter: nftables: Do not run chains in the wrong network namespaceEric W. Biederman2015-06-231-1/+6
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-2/+3
* netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy2015-04-131-4/+4
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-131-17/+17
* netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy2015-04-081-0/+7
* netfilter: nf_tables: add transaction helper functionsPatrick McHardy2015-03-261-5/+1
* netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.cPablo Neira Ayuso2015-03-251-4/+4
* netfilter: Use LOGLEVEL_<FOO> definesJoe Perches2015-03-251-1/+2
* netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy2015-03-251-1/+2
* netfilter: nf_tables: consolidate tracing invocationsPatrick McHardy2015-03-061-7/+4
* netfilter: nf_tables: minor tracing cleanupsPatrick McHardy2015-03-061-49/+49
* netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet2014-07-141-4/+6
* netfilter: nf_tables: fix trace of matching non-terminal rulePablo Neira Ayuso2014-05-151-1/+3
* netfilter: nf_tables: fix missing return trace at the end of non-base chainPablo Neira Ayuso2014-05-121-5/+3
* netfilter: nf_tables: fix bogus rulenum after goto actionPablo Neira Ayuso2014-05-121-1/+1
* netfilter: nf_tables: fix tracing of the goto actionPablo Neira Ayuso2014-05-121-1/+5
* netfilter: nf_tables: fix goto actionPablo Neira Ayuso2014-05-121-18/+10
* netfilter: nf_tables: reset rule number counter after jump and gotoPablo Neira Ayuso2014-05-101-1/+2
* netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy2014-04-141-2/+1
* netfilter: nf_tables: unininline nft_trace_packet()Patrick McHardy2014-02-071-3/+3
* netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-091-2/+2
* netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy2014-01-071-1/+1