index
:
linux.git
master
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_dynset.c
Age
Commit message (
Expand
)
Author
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-30
netfilter: nf_tables: relocate header content to consumer
Paul Gortmaker
2019-03-11
netfilter: nf_tables: bogus EBUSY when deleting set after flush
Pablo Neira Ayuso
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-04
netfilter: nf_tables: unbind set in rule from commit path
Pablo Neira Ayuso
2019-01-18
netfilter: nf_tables: add direct calls for all builtin expressions
Florian Westphal
2018-09-17
netfilter: nf_tables: split set destruction in deactivate and destroy phase
Florian Westphal
2018-08-16
netfilter: nft_dynset: allow dynamic updates of non-anonymous set
Pablo Neira Ayuso
2018-07-18
netfilter: nf_tables: use dedicated mutex to guard transactions
Florian Westphal
2018-06-12
netfilter: nft_dynset: do not reject set updates with NFT_SET_EVAL
Pablo Neira Ayuso
2018-06-03
netfilter: nf_tables: garbage collection for stateful expressions
Pablo Neira Ayuso
2018-05-07
netfilter: nft_dynset: fix timeout updates on 32bit
Florian Westphal
2018-04-24
netfilter: nf_tables: always use an upper set size for dynsets
Florian Westphal
2018-03-30
netfilter: nf_tables: rename to nft_set_lookup_global()
Pablo Neira Ayuso
2018-01-19
netfilter: nf_tables: Fix trailing semicolon
Luis de Bethencourt
2018-01-08
netfilter: nf_tables: add nft_set_is_anonymous() helper
Pablo Neira Ayuso
2017-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-04-25
netfilter: nft_dynset: continue to next expr if _OP_ADD succeeded
Liping Zhang
2017-03-06
netfilter: nf_tables: add nft_set_lookup()
Pablo Neira Ayuso
2017-01-23
netfilter: nf_tables: validate the name size when possible
Liping Zhang
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-09
netfilter: nf_tables: simplify the basic expressions' init routine
Liping Zhang
2016-10-27
netfilter: nf_tables: fix *leak* when expr clone fail
Liping Zhang
2016-10-27
netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabled
Liping Zhang
2016-10-17
netfilter: nft_dynset: fix element timeout for HZ != 1000
Anders K. Pedersen
2016-09-12
netfilter: nft_dynset: allow to invert match criteria
Pablo Neira Ayuso
2016-06-24
netfilter: nf_tables: add generation mask to sets
Pablo Neira Ayuso
2016-04-23
libnl: nla_put_be64(): align on a 64-bit area
Nicolas Dichtel
2015-11-10
netfilter: nf_tables: add clone interface to expression operations
Pablo Neira Ayuso
2015-04-13
netfilter: nft_dynset: dynamic stateful expression instantiation
Patrick McHardy
2015-04-13
netfilter: nf_tables: add register parsing/dumping helpers
Patrick McHardy
2015-04-13
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
2015-04-13
netfilter: nf_tables: introduce nft_validate_register_load()
Patrick McHardy
2015-04-08
netfilter: nf_tables: add support for dynamic set updates
Patrick McHardy