summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso2024-04-171-0/+1
* x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
* netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag optionsFlorian Westphal2023-07-271-4/+2
* netfilter: nf_tables: relax set/map validation checksFlorian Westphal2023-05-181-8/+15
* netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-031-1/+1
* netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2023-04-181-32/+4
* netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-151-1/+2
* netfilter: nft_lookup: only cancel tracking for clobbered dregsFlorian Westphal2022-03-201-0/+12
* netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal2021-05-291-0/+31
* netfilter: add and use nft_set_do_lookup helperFlorian Westphal2021-05-281-2/+2
* netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-271-4/+8
* netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2021-01-271-4/+4
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2021-01-271-3/+3
* netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso2020-04-051-5/+7
* netfilter: nft_lookup: update element stateful expressionPablo Neira Ayuso2020-03-151-0/+1
* netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal2019-09-201-3/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-03-111-4/+9
* netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-02-041-11/+7
* netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2018-09-171-1/+19
* netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal2018-07-301-3/+3
* netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-171-2/+11
* netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-011-0/+47
* netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso2018-03-301-2/+2
* netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso2017-03-061-10/+4
* netfilter: nf_tables: validate the name size when possibleLiping Zhang2017-01-231-1/+2
* netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang2016-11-091-12/+1
* netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-3/+2
* netfilter: nft_lookup: remove superfluous element found checkPablo Neira Ayuso2016-09-231-1/+1
* netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso2016-07-111-1/+1
* netfilter: nf_tables: add support for inverted logic in nft_lookupArturo Borrero2016-06-241-5/+32
* netfilter: nf_tables: add generation mask to setsPablo Neira Ayuso2016-06-241-2/+4
* netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy2015-04-131-0/+3
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-1/+1
* netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-4/+4
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-131-4/+5
* netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-131-1/+1
* netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-131-4/+0
* netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy2015-04-131-5/+4
* netfilter: nf_tables: support different set binding typesPatrick McHardy2015-04-081-0/+2
* netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy2015-03-261-1/+5
* netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_IDPatrick McHardy2015-01-301-0/+1
* netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso2014-05-191-2/+8
* netfilter: nf_tables: restore notifications for anonymous set destructionPatrick McHardy2014-03-081-1/+1
* netfilter: nf_tables: restore context for expression destructorsPatrick McHardy2014-03-081-1/+2
* net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria2014-02-091-0/+1
* netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-141-5/+11
* netfilter: nf_tables: add netlink set APIPatrick McHardy2013-10-141-0/+135