aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_bitmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-29netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal1-2/+3
2020-04-05netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso1-1/+0
2020-03-30netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso1-0/+2
2020-03-30netfilter: nft_set_bitmap: initialize set element extension in lookupsPablo Neira Ayuso1-0/+1
2020-03-15netfilter: nf_tables: make all set structs constFlorian Westphal1-2/+1
2020-01-16netfilter: nf_tables: white-space fixes.Jeremy Sowden1-2/+2
2019-08-13netfilter: nf_tables: add missing prototypes.Valdis Klētnieks1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo1-3/+3
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso1-18/+1
2018-04-24netfilter: nf_tables: Simplify set backend selectionPhil Sutter1-19/+15
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso1-0/+18
2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso1-1/+2
2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso1-2/+8
2017-04-24netfilter: nft_set_bitmap: free dummy elements when destroy the setLiping Zhang1-0/+5
2017-03-13netfilter: nft_set_bitmap: keep a list of dummy elementsPablo Neira Ayuso1-80/+66
2017-03-13netfilter: nft_set_bitmap: fetch the element key based on the set->klenLiping Zhang1-10/+17
2017-02-26netfilter: nft_set_bitmap: incorrect bitmap sizePablo Neira Ayuso1-1/+1
2017-02-08netfilter: nf_tables: add bitmap set typePablo Neira Ayuso1-0/+314