summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: nf_tables: fix issue with verdict supportEric Leblond2013-12-071-1/+4
* netfilter: nf_tables: add trace supportPablo Neira Ayuso2013-10-141-0/+57
* netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso2013-10-141-0/+10
* netfilter: nf_tables: nft_payload: fix transport header basePablo Neira Ayuso2013-10-141-1/+1
* netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-141-19/+27
* netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy2013-10-141-1/+30
* netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy2013-10-141-1/+17
* netfilter: nf_tables: add netlink set APIPatrick McHardy2013-10-141-2/+0
* netfilter: add nftablesPatrick McHardy2013-10-141-0/+152