aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/netfilter/nf_tables_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2023-01-18netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal1-0/+12
2023-01-18netfilter: nf_tables: avoid retpoline overhead for objref callsFlorian Westphal1-0/+4
2022-10-25netfilter: nft_inner: add percpu inner contextPablo Neira Ayuso1-0/+1
2022-10-25netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso1-0/+24
2022-10-25netfilter: nft_objref: make it builtinFlorian Westphal1-0/+1
2022-10-25netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso1-10/+0
2022-07-11netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal1-10/+0
2022-02-09netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso1-0/+9
2021-12-23netfilter: nf_tables: make counter support built-inPablo Neira Ayuso1-0/+6
2021-06-17netfilter: nf_tables: add last expressionPablo Neira Ayuso1-0/+1
2021-05-29netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal1-0/+24
2021-05-28netfilter: add and use nft_set_do_lookup helperFlorian Westphal1-0/+7
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso1-3/+3
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso1-3/+3
2020-10-04netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter1-0/+9
2020-10-04netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter1-0/+2
2020-03-15nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio1-0/+1
2020-03-15netfilter: nf_tables: make all set structs constFlorian Westphal1-6/+6
2020-01-27nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio1-0/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-01-18netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal1-0/+16
2018-09-28netfilter: nf_tables: add SECMARK supportChristian Göttsche1-0/+4
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal1-0/+7
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso1-0/+6
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso1-0/+8
2018-04-27netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal1-0/+1
2018-04-27netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal1-0/+1
2018-04-27netfilter: nf_tables: make meta expression builtinFlorian Westphal1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso1-0/+2
2016-12-06netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso1-0/+1
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang1-24/+9
2016-09-25netfilter: nf_tables: add range expressionPablo Neira Ayuso1-0/+3
2015-12-09netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal1-0/+1
2015-11-25netfilter: nft_payload: add packet mangling supportPatrick McHardy1-0/+9
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy1-0/+3
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy1-0/+10
2013-10-21nf_tables*.h: Remove extern from function prototypesJoe Perches1-14/+14
2013-10-14netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy1-0/+9
2013-10-14netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy1-0/+8
2013-10-14netfilter: add nftablesPatrick McHardy1-0/+25