summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cache: filter out rules by chainPablo Neira Ayuso2021-11-112-2/+1
* cache: missing family in cache filteringPablo Neira Ayuso2021-11-111-0/+1
* cache: do not populate cache if it is going to be flushedPablo Neira Ayuso2021-11-111-1/+15
* cache: move list filter under structPablo Neira Ayuso2021-11-111-2/+4
* mnl: do not build nftnl_set element listPablo Neira Ayuso2021-11-081-0/+2
* src: raw payload match and mangle on inner header / payload dataPablo Neira Ayuso2021-11-081-0/+1
* datatype: add xinteger_type alias to print in hexadecimalPablo Neira Ayuso2021-11-031-0/+1
* parser: add `limit_rate_pkts` and `limit_rate_bytes` rulesJeremy Sowden2021-11-031-0/+4
* src: Support netdev egress hookLukas Wunner2021-10-281-0/+1
* cache: filter out sets and maps that are not requestedPablo Neira Ayuso2021-09-301-0/+1
* cache: filter out tables that are not requestedPablo Neira Ayuso2021-09-301-2/+8
* src: revert hashtable for expression handlersPablo Neira Ayuso2021-09-151-3/+0
* include: add NFT_CTX_OUTPUT_NUMERIC_TIME to NFT_CTX_OUTPUT_NUMERIC_ALLPablo Neira Ayuso2021-09-061-1/+2
* cache: skip set element netlink dump for add/delete element commandPablo Neira Ayuso2021-08-261-0/+1
* mnl: revisit hook listingPablo Neira Ayuso2021-08-062-2/+13
* src: expose nft_ctx_clear_vars as APIPablo Neira Ayuso2021-07-241-0/+1
* src: add --define key=valuePablo Neira Ayuso2021-07-202-0/+13
* build: get `make distcheck` to pass againDuncan Roe2021-07-051-0/+1
* src: add queue expr and flags to queue_stmt_allocFlorian Westphal2021-06-211-1/+2
* src: add xzalloc_array() and use it to allocate the expression hashtablePablo Neira Ayuso2021-06-141-0/+1
* src: add vlan deiPablo Neira Ayuso2021-06-111-0/+1
* src: add support for base hook dumpingFlorian Westphal2021-06-094-1/+60
* scanner: add list cmd parser scopeFlorian Westphal2021-06-091-0/+1
* json: missing catchall expression stub with ./configure --without-jsonPablo Neira Ayuso2021-06-041-0/+1
* json: catchall element supportFlorian Westphal2021-06-021-0/+1
* include: missing sctp_chunk.h in Makefile.amPablo Neira Ayuso2021-05-251-0/+1
* cmd: typo in chain fuzzy lookupPablo Neira Ayuso2021-05-201-1/+1
* libnftables: location-based error reporting for chain typePablo Neira Ayuso2021-05-201-1/+6
* exthdr: Implement SCTP Chunk matchingPhil Sutter2021-05-193-0/+90
* scanner: sctp: Move to own scopePhil Sutter2021-05-191-0/+1
* parser_bison: add shortcut syntax for matching flags without binary operationsPablo Neira Ayuso2021-05-162-0/+13
* src: add set element catch-all supportPablo Neira Ayuso2021-05-112-0/+5
* src: add cgroupsv2 supportPablo Neira Ayuso2021-05-034-1/+7
* evaluate: remove flowtable from cache on delete flowtable commandPablo Neira Ayuso2021-05-021-0/+1
* evaluate: remove chain from cache on delete chain commandPablo Neira Ayuso2021-05-021-0/+2
* cache: add hashtable cache for tablePablo Neira Ayuso2021-05-022-10/+14
* cache: add set_cache_del() and use itPablo Neira Ayuso2021-05-021-0/+1
* cache: add hashtable cache for flowtablePablo Neira Ayuso2021-05-023-2/+8
* cache: add hashtable cache for objectPablo Neira Ayuso2021-05-022-3/+7
* src: consolidate object cache infrastructurePablo Neira Ayuso2021-05-022-8/+19
* src: consolidate nft_cache infrastructurePablo Neira Ayuso2021-05-023-19/+18
* src: pass chain name to chain_cache_find()Pablo Neira Ayuso2021-05-021-2/+1
* Makefile: missing owner.h filePablo Neira Ayuso2021-04-031-0/+1
* cache: add hashtable cache for setsPablo Neira Ayuso2021-04-033-3/+6
* cache: statify chain_cache_dump()Pablo Neira Ayuso2021-04-031-1/+0
* evaluate: use chain hashtable for lookupsPablo Neira Ayuso2021-04-031-2/+0
* src: split chain list in tablePablo Neira Ayuso2021-04-031-0/+2
* cache: rename chain_htable to cache_chain_htPablo Neira Ayuso2021-04-031-2/+2
* src: add datatype->describe()Pablo Neira Ayuso2021-03-251-0/+1
* nftables: add flags offload to flowtableFrank Wunderlich2021-03-251-0/+8