index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_tables_api.c
Age
Commit message (
Expand
)
Author
2024-11-14
netfilter: nf_tables: allocate element update information dynamically
Florian Westphal
2024-11-14
netfilter: nf_tables: switch trans_elem to real flex array
Florian Westphal
2024-11-14
netfilter: nf_tables: prepare nft audit for set element compaction
Florian Westphal
2024-11-14
netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structure
Florian Westphal
2024-11-14
netfilter: nf_tables: add nft_trans_commit_list_add_elem helper
Florian Westphal
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-07
netfilter: nf_tables: wait for rcu grace period on net_device removal
Pablo Neira Ayuso
2024-11-05
netfilter: nf_tables: must hold rcu read lock while iterating object type list
Florian Westphal
2024-11-05
netfilter: nf_tables: must hold rcu read lock while iterating expression type...
Florian Westphal
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats with basechain hook
Florian Westphal
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats with flowtables
Florian Westphal
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats with sets
Florian Westphal
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion
Florian Westphal
2024-10-15
netfilter: nf_tables: prefer nft_trans_elem_alloc helper
Florian Westphal
2024-10-15
netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.c
Uros Bizjak
2024-09-26
netfilter: nf_tables: missing objects with no memcg accounting
Pablo Neira Ayuso
2024-09-26
netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
Pablo Neira Ayuso
2024-09-26
netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
Phil Sutter
2024-09-03
netfilter: nf_tables: set element timeout update support
Pablo Neira Ayuso
2024-09-03
netfilter: nf_tables: zero timeout means element never times out
Pablo Neira Ayuso
2024-09-03
netfilter: nf_tables: consolidate timeout extension for elements
Pablo Neira Ayuso
2024-09-03
netfilter: nf_tables: annotate data-races around element expiration
Pablo Neira Ayuso
2024-09-03
netfilter: nf_tables: remove annotation to access set timeout while holding lock
Pablo Neira Ayuso
2024-09-03
netfilter: nf_tables: reject expiration higher than timeout
Pablo Neira Ayuso
2024-09-03
netfilter: nf_tables: reject element expiration with no timeout
Pablo Neira Ayuso
2024-09-03
netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire
Pablo Neira Ayuso
2024-09-03
netfilter: nf_tables: drop unused 3rd argument from validate callback ops
Florian Westphal
2024-08-20
netfilter: nf_tables: allow loads only when register is initialized
Florian Westphal
2024-08-20
netfilter: nf_tables: pass context structure to nft_parse_register_load
Florian Westphal
2024-08-19
netfilter: nf_tables: do not remove elements if set backend implements .abort
Pablo Neira Ayuso
2024-08-19
netfilter: nf_tables: store new sets in dedicated list
Florian Westphal
2024-08-14
netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests
Phil Sutter
2024-08-14
netfilter: nf_tables: Introduce nf_tables_getobj_single
Phil Sutter
2024-08-14
netfilter: nf_tables: Audit log dump reset after the fact
Phil Sutter
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-11
netfilter: nf_tables: prefer nft_chain_validate
Florian Westphal
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-04
netfilter: nf_tables: unconditionally flush pending work before notifier
Florian Westphal
2024-07-01
Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
2024-06-27
netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
Pablo Neira Ayuso
2024-06-25
netfilter: nf_tables: do not store nft_ctx in transaction objects
Florian Westphal
2024-06-25
netfilter: nf_tables: pass nft_table to destroy function
Florian Westphal
2024-06-25
netfilter: nf_tables: reduce trans->ctx.chain references
Florian Westphal
2024-06-25
netfilter: nf_tables: store chain pointer in rule transaction
Florian Westphal
2024-06-25
netfilter: nf_tables: avoid usage of embedded nft_ctx
Florian Westphal
2024-06-25
netfilter: nf_tables: pass more specific nft_trans_chain where possible
Florian Westphal
2024-06-25
netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx
Florian Westphal
2024-06-25
netfilter: nf_tables: reduce trans->ctx.table references
Florian Westphal
2024-06-25
netfilter: nf_tables: move bind list_head into relevant subtypes
Florian Westphal
2024-06-25
netfilter: nf_tables: make struct nft_trans first member of derived subtypes
Florian Westphal
[next]