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