index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_tables_trace.c
Age
Commit message (
Expand
)
Author
2025-07-14
netfilter: nf_tables: hide clash bit from userspace
Florian Westphal
2025-05-23
netfilter: nf_tables: add packets conntrack state to debug trace info
Florian Westphal
2024-06-12
net: add and use skb_get_hash_net
Florian Westphal
2023-10-18
netfilter: nf_tables: mask out non-verdict bits when checking return value
Florian Westphal
2023-04-22
netfilter: nf_tables: do not store rule in traceinfo structure
Florian Westphal
2023-04-22
netfilter: nf_tables: do not store verdict in traceinfo structure
Florian Westphal
2023-04-22
netfilter: nf_tables: do not store pktinfo in traceinfo structure
Florian Westphal
2023-04-22
netfilter: nf_tables: don't store chain address on jump
Florian Westphal
2022-06-27
netfilter: nf_tables: avoid skb access on nf_stolen
Florian Westphal
2022-01-09
netfilter: nf_tables: add rule blob layout
Pablo Neira Ayuso
2021-11-01
netfilter: nf_tables: convert pktinfo->tprot_set to flags field
Pablo Neira Ayuso
2021-05-29
netfilter: nf_tables: add and use nft_thoff helper
Florian Westphal
2021-03-31
netfilter: add helper function to set up the nfnetlink header and use it
Pablo Neira Ayuso
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-07-31
netfilter: nf_tables: Allow chain name of up to 255 chars
Phil Sutter
2017-07-31
netfilter: nf_tables: Allow table names of up to 255 chars
Phil Sutter
2017-07-31
netfilter: nf_tables: No need to check chain existence when tracing
Phil Sutter
2017-04-07
netfilter: Add nfnl_msg_type() helper function
Pablo Neira Ayuso
2016-11-03
netfilter: nf_tables: use hook state from xt_action_param structure
Pablo Neira Ayuso
2016-09-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2016-09-23
netfilter: nf_tables: check tprot_set first when we use xt.thoff
Liping Zhang
2016-09-05
netfilter: nf_tables_trace: fix endiness when dump chain policy
Liping Zhang
2016-04-23
libnl: nla_put_be64(): align on a 64-bit area
Nicolas Dichtel
2015-12-09
netfilter: nf_tables: wrap tracing with a static key
Florian Westphal
2015-12-09
netfilter: nf_tables: extend tracing infrastructure
Florian Westphal