summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_cmp.c
Commit message (Expand)AuthorAgeFilesLines
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-1/+1
* netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-151-3/+6
* netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso2022-08-091-24/+20
* netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal2022-07-111-0/+12
* netfilter: nf_tables: use correct integer typesFlorian Westphal2022-07-111-3/+3
* netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso2022-03-201-0/+3
* netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso2022-02-091-2/+100
* netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso2021-04-181-2/+39
* netfilter: nftables: remove redundant assignment of variable errColin Ian King2021-02-061-3/+1
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2021-01-271-5/+3
* netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso2020-11-271-4/+4
* netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter2020-10-041-6/+7
* netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-221-2/+2
* netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso2019-12-091-0/+6
* netfilter: nf_tables_offload: allow ethernet interface type onlyPablo Neira Ayuso2019-11-201-0/+6
* netfilter: nf_tables_offload: check for register data length mismatchesPablo Neira Ayuso2019-11-041-1/+1
* netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-091-0/+53
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal2019-01-181-3/+3
* netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal2018-09-171-2/+4
* netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-081-0/+2
* netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-151-1/+1
* netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso2017-05-151-2/+10
* netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang2016-11-091-12/+1
* netfilter: nf_tables: remove useless U8_MAX validationLiping Zhang2016-11-011-3/+0
* netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana2016-09-231-0/+3
* netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy2015-04-131-3/+6
* netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-4/+4
* netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy2015-04-131-1/+1
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-131-3/+3
* netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-131-12/+13
* netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy2014-04-141-1/+1
* netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-141-1/+2
* netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy2013-10-141-23/+93
* netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-141-6/+12
* netfilter: add nftablesPatrick McHardy2013-10-141-0/+146