aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_trace.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18netfilter: nf_tables: mask out non-verdict bits when checking return valueFlorian Westphal1-2/+6
2023-04-22netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal1-6/+8
2023-04-22netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal1-10/+11
2023-04-22netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal1-3/+2
2023-04-22netfilter: nf_tables: don't store chain address on jumpFlorian Westphal1-4/+26
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal1-20/+24
2022-01-09netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso1-1/+1
2021-11-01netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso1-2/+2
2021-05-29netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal1-3/+3
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso1-7/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter1-2/+25
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter1-1/+1
2017-07-31netfilter: nf_tables: No need to check chain existence when tracingPhil Sutter1-8/+5
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso1-1/+2
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-4/+4
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso1-1/+1
2016-09-23netfilter: nf_tables: check tprot_set first when we use xt.thoffLiping Zhang1-9/+11
2016-09-05netfilter: nf_tables_trace: fix endiness when dump chain policyLiping Zhang1-1/+1
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-2/+3
2015-12-09netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal1-0/+4
2015-12-09netfilter: nf_tables: extend tracing infrastructureFlorian Westphal1-0/+271