aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_dynset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-11netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso1-4/+9
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+7
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso1-11/+7
2019-01-18netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal1-3/+2
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal1-1/+20
2018-08-16netfilter: nft_dynset: allow dynamic updates of non-anonymous setPablo Neira Ayuso1-2/+0
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal1-0/+2
2018-06-12netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso1-3/+1
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso1-0/+9
2018-05-07netfilter: nft_dynset: fix timeout updates on 32bitFlorian Westphal1-1/+1
2018-04-24netfilter: nf_tables: always use an upper set size for dynsetsFlorian Westphal1-1/+4
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso1-2/+3
2018-01-19netfilter: nf_tables: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-08netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso1-1/+1
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+2
2017-04-25netfilter: nft_dynset: continue to next expr if _OP_ADD succeededLiping Zhang1-3/+2
2017-03-06netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso1-10/+4
2017-01-23netfilter: nf_tables: validate the name size when possibleLiping Zhang1-1/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+13
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang1-12/+1
2016-10-27netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang1-6/+10
2016-10-27netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang1-0/+3
2016-10-17netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen1-2/+4
2016-09-12netfilter: nft_dynset: allow to invert match criteriaPablo Neira Ayuso1-1/+19
2016-06-24netfilter: nf_tables: add generation mask to setsPablo Neira Ayuso1-2/+5
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-1/+2
2015-11-10netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso1-2/+3
2015-04-13netfilter: nft_dynset: dynamic stateful expression instantiationPatrick McHardy1-4/+50
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy1-4/+4
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy1-6/+7
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy1-2/+2
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy1-0/+218