aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_cmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-18netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso1-2/+39
2021-02-06netfilter: nftables: remove redundant assignment of variable errColin Ian King1-3/+1
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso1-5/+3
2020-11-27netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso1-4/+4
2020-10-04netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter1-6/+7
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-12-09netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso1-0/+6
2019-11-20netfilter: nf_tables_offload: allow ethernet interface type onlyPablo Neira Ayuso1-0/+6
2019-11-04netfilter: nf_tables_offload: check for register data length mismatchesPablo Neira Ayuso1-1/+1
2019-07-09netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso1-0/+53
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-18netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal1-3/+3
2018-09-17netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal1-2/+4
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-05-15netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso1-1/+1
2017-05-15netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso1-2/+10
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang1-12/+1
2016-11-01netfilter: nf_tables: remove useless U8_MAX validationLiping Zhang1-3/+0
2016-09-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana1-0/+3
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy1-3/+6
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy1-4/+4
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy1-1/+1
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy1-3/+3
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy1-12/+13
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy1-1/+1
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso1-1/+2
2013-10-14netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy1-23/+93
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-6/+12
2013-10-14netfilter: add nftablesPatrick McHardy1-0/+146