summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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