index
:
pm24.git
master
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
/
nft_set_hash.c
Age
Commit message (
Expand
)
Author
2024-12-04
netfilter: nft_set_hash: skip duplicated elements pending gc run
Pablo Neira Ayuso
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats in set walker
Florian Westphal
2024-04-17
netfilter: nf_tables: restore set elements when delete set fails
Pablo Neira Ayuso
2024-02-08
netfilter: nf_tables: use timestamp to check for set element timeout
Pablo Neira Ayuso
2023-10-24
netfilter: nf_tables: set->ops->insert returns opaque set element in case of ...
Pablo Neira Ayuso
2023-10-24
netfilter: nf_tables: shrink memory consumption of set elements
Pablo Neira Ayuso
2023-10-24
netfilter: nf_tables: expose opaque set element as struct nft_elem_priv
Pablo Neira Ayuso
2023-10-24
netfilter: nf_tables: set backend .flush always succeeds
Pablo Neira Ayuso
2023-09-08
netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
Pablo Neira Ayuso
2023-09-08
netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
Pablo Neira Ayuso
2023-08-23
netfilter: nf_tables: defer gc run if previous batch is still pending
Florian Westphal
2023-08-10
netfilter: nft_set_hash: mark set element as dead when deleting from packet path
Pablo Neira Ayuso
2023-08-10
netfilter: nf_tables: adapt set backend to use GC transaction API
Pablo Neira Ayuso
2023-08-09
netfilter: nf_tables: don't skip expired elements during walk
Florian Westphal
2023-06-20
netfilter: nf_tables: drop map element references from preparation phase
Pablo Neira Ayuso
2022-06-27
netfilter: nft_dynset: restore set element counter when failing to update
Pablo Neira Ayuso
2021-05-29
netfilter: nf_tables: prefer direct calls for set lookups
Florian Westphal
2021-05-07
netfilter: nftables: avoid potential overflows on 32bit arches
Eric Dumazet
2021-05-07
netfilter: nftables: avoid overflows in nft_hash_buckets()
Eric Dumazet
2021-04-27
netfilter: nftables: add catch-all set element support
Pablo Neira Ayuso
2020-12-12
netfilter: nftables: generalize set extension to support for several expressions
Pablo Neira Ayuso
2020-03-15
netfilter: nf_tables: make all set structs const
Florian Westphal
2020-01-16
netfilter: nf_tables: white-space fixes.
Jeremy Sowden
2019-08-27
netfilter: nft_dynset: support for element deletion
Ander Juaristi
2019-08-13
netfilter: nf_tables: add missing prototypes.
Valdis Klētnieks
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-02-27
netfilter: nft_set_hash: remove nft_hash_key()
Pablo Neira Ayuso
2019-02-27
netfilter: nft_set_hash: bogus element self comparison from deactivation path
Pablo Neira Ayuso
2019-02-27
netfilter: nft_set_hash: fix lookups with fixed size hash on big endian
Pablo Neira Ayuso
2018-09-28
netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fa...
Taehee Yoo
2018-09-20
netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_init
Taehee Yoo
2018-08-16
netfilter: nft_set: fix allocation size overflow in privsize callback.
Taehee Yoo
2018-07-18
netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
Taehee Yoo
2018-07-06
netfilter: nf_tables: place all set backends in one single module
Pablo Neira Ayuso
2018-06-03
netfilter: nf_tables: garbage collection for stateful expressions
Pablo Neira Ayuso
2018-04-24
netfilter: nf_tables: Simplify set backend selection
Phil Sutter
2018-03-20
netfilter: nf_tables: meter: pick a set backend that supports updates
Florian Westphal
2018-03-06
netfilter: nft_set_hash: skip fixed hash if timeout is specified
Pablo Neira Ayuso
2017-12-11
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
2017-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-11-07
netfilter: nf_tables: get set elements via netlink
Pablo Neira Ayuso
2017-11-06
netfilter: nft_hash: fix nft_hash_deactivate
Florian Westphal
2017-10-25
netfilter: nft_set_hash: disable fast_ops for 2-len keys
Anatole Denis
2017-05-29
netfilter: nft_set_hash: add lookup variant for fixed size hashtable
Pablo Neira Ayuso
2017-05-29
netfilter: nft_set_hash: add non-resizable hashtable implementation
Pablo Neira Ayuso
2017-05-29
netfilter: nft_set_hash: add nft_hash_buckets()
Pablo Neira Ayuso
2017-05-29
netfilter: nf_tables: pass set description to ->privsize
Pablo Neira Ayuso
2017-05-29
netfilter: nf_tables: select set backend flavour depending on description
Pablo Neira Ayuso
2017-05-29
netfilter: nft_set_hash: use nft_rhash prefix for resizable set backend
Pablo Neira Ayuso
2017-05-29
netfilter: nf_tables: no size estimation if number of set elements is unknown
Pablo Neira Ayuso
[next]