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