summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal2021-05-291-2/+3
* netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso2020-04-051-1/+0
* netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso2020-03-301-0/+2
* netfilter: nft_set_bitmap: initialize set element extension in lookupsPablo Neira Ayuso2020-03-301-0/+1
* netfilter: nf_tables: make all set structs constFlorian Westphal2020-03-151-2/+1
* netfilter: nf_tables: white-space fixes.Jeremy Sowden2020-01-161-2/+2
* netfilter: nf_tables: add missing prototypes.Valdis Klētnieks2019-08-131-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-161-3/+3
* netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso2018-07-061-18/+1
* netfilter: nf_tables: Simplify set backend selectionPhil Sutter2018-04-241-19/+15
* netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-071-0/+18
* netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso2017-05-291-1/+2
* netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso2017-05-291-2/+8
* netfilter: nft_set_bitmap: free dummy elements when destroy the setLiping Zhang2017-04-241-0/+5
* netfilter: nft_set_bitmap: keep a list of dummy elementsPablo Neira Ayuso2017-03-131-80/+66
* netfilter: nft_set_bitmap: fetch the element key based on the set->klenLiping Zhang2017-03-131-10/+17
* netfilter: nft_set_bitmap: incorrect bitmap sizePablo Neira Ayuso2017-02-261-1/+1
* netfilter: nf_tables: add bitmap set typePablo Neira Ayuso2017-02-081-0/+314