summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_lookup.c
AgeCommit message (Expand)Author
2024-04-17netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2023-07-27netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag optionsFlorian Westphal
2023-05-18netfilter: nf_tables: relax set/map validation checksFlorian Westphal
2023-05-03netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso
2023-04-18netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter
2022-03-20netfilter: nft_lookup: only cancel tracking for clobbered dregsFlorian Westphal
2021-05-29netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal
2021-05-28netfilter: add and use nft_set_do_lookup helperFlorian Westphal
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2020-04-05netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso
2020-03-15netfilter: nft_lookup: update element stateful expressionPablo Neira Ayuso
2019-09-20netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-11netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso
2017-03-06netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso
2017-01-23netfilter: nf_tables: validate the name size when possibleLiping Zhang
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso
2016-09-23netfilter: nft_lookup: remove superfluous element found checkPablo Neira Ayuso
2016-07-11netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso
2016-06-24netfilter: nf_tables: add support for inverted logic in nft_lookupArturo Borrero
2016-06-24netfilter: nf_tables: add generation mask to setsPablo Neira Ayuso
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy
2015-04-13netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy
2015-01-30netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_IDPatrick McHardy
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso
2014-03-08netfilter: nf_tables: restore notifications for anonymous set destructionPatrick McHardy
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy
2014-02-09net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy