summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_trace.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: mask out non-verdict bits when checking return valueFlorian Westphal2023-10-181-2/+6
* netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal2023-04-221-6/+8
* netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal2023-04-221-10/+11
* netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal2023-04-221-3/+2
* netfilter: nf_tables: don't store chain address on jumpFlorian Westphal2023-04-221-4/+26
* netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal2022-06-271-20/+24
* netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso2022-01-091-1/+1
* netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso2021-11-011-2/+2
* netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal2021-05-291-3/+3
* netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2021-03-311-7/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-311-2/+25
* netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-311-1/+1
* netfilter: nf_tables: No need to check chain existence when tracingPhil Sutter2017-07-311-8/+5
* netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-071-1/+2
* netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-251-1/+1
|\
| * netfilter: nf_tables_trace: fix endiness when dump chain policyLiping Zhang2016-09-051-1/+1
* | netfilter: nf_tables: check tprot_set first when we use xt.thoffLiping Zhang2016-09-231-9/+11
|/
* libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-2/+3
* netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal2015-12-091-0/+4
* netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-091-0/+271