aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_lookup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-11netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso1-4/+9
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso1-11/+7
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal1-1/+19
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal1-3/+3
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo1-2/+11
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso1-0/+47
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso1-2/+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-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang1-12/+1
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-3/+2
2016-09-23netfilter: nft_lookup: remove superfluous element found checkPablo Neira Ayuso1-1/+1
2016-07-11netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso1-1/+1
2016-06-24netfilter: nf_tables: add support for inverted logic in nft_lookupArturo Borrero1-5/+32
2016-06-24netfilter: nf_tables: add generation mask to setsPablo Neira Ayuso1-2/+4
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy1-0/+3
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-1/+1
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-4/+5
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy1-1/+1
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy1-4/+0
2015-04-13netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy1-5/+4
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy1-0/+2
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy1-1/+5
2015-01-30netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_IDPatrick McHardy1-0/+1
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso1-2/+8
2014-03-08netfilter: nf_tables: restore notifications for anonymous set destructionPatrick McHardy1-1/+1
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy1-1/+2
2014-02-09net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria1-0/+1
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-5/+11
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy1-0/+135