aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_bitwise.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso1-7/+6
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso1-5/+5
2020-10-04netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter1-6/+135
2020-03-15netfilter: bitwise: use more descriptive variable-names.Jeremy Sowden1-7/+7
2020-01-16netfilter: bitwise: add support for shifts.Jeremy Sowden1-0/+77
2020-01-16netfilter: bitwise: add NFTA_BITWISE_DATA attribute.Jeremy Sowden1-0/+5
2020-01-16netfilter: bitwise: only offload boolean operations.Jeremy Sowden1-0/+3
2020-01-16netfilter: bitwise: add helper for dumping boolean operations.Jeremy Sowden1-8/+21
2020-01-16netfilter: bitwise: add helper for evaluating boolean operations.Jeremy Sowden1-3/+14
2020-01-16netfilter: bitwise: add helper for initializing boolean operations.Jeremy Sowden1-25/+41
2020-01-16netfilter: bitwise: add NFTA_BITWISE_OP netlink attribute.Jeremy Sowden1-0/+16
2020-01-16netfilter: bitwise: replace gotos with returns.Jeremy Sowden1-8/+5
2020-01-16netfilter: bitwise: remove NULL comparisons from attribute checks.Jeremy Sowden1-5/+5
2020-01-16netfilter: nf_tables: white-space fixes.Jeremy Sowden1-2/+2
2019-12-09netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso1-2/+2
2019-11-04netfilter: nf_tables_offload: check for register data length mismatchesPablo Neira Ayuso1-2/+3
2019-08-14netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argumentNathan Chancellor1-2/+2
2019-08-13netfilter: nft_bitwise: add offload supportPablo Neira Ayuso1-0/+19
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/+2
2017-05-15netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso1-2/+2
2017-05-15netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso1-5/+14
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang1-12/+1
2016-09-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana1-1/+7
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy1-2/+4
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy1-4/+4
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy1-6/+4
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-3/+2
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy1-4/+0
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy1-3/+5
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-6/+12
2013-10-14netfilter: add nftablesPatrick McHardy1-0/+140