summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* expression: display an error on unknown datatypePablo Neira Ayuso2021-05-241-1/+4
* evaluate: allow == and != in the new shortcut syntax to match for flagsPablo Neira Ayuso2021-05-241-0/+4
* expr_postprocess: Avoid an unintended fall throughPhil Sutter2021-05-201-0/+1
* rule: skip exact matches on fuzzy lookupPablo Neira Ayuso2021-05-201-19/+0
* cmd: typo in chain fuzzy lookupPablo Neira Ayuso2021-05-201-1/+1
* libnftables: location-based error reporting for chain typePablo Neira Ayuso2021-05-205-7/+14
* exthdr: Implement SCTP Chunk matchingPhil Sutter2021-05-198-2/+506
* json: Simplify non-tcpopt exthdr printing a bitPhil Sutter2021-05-191-11/+7
* scanner: sctp: Move to own scopePhil Sutter2021-05-192-4/+9
* datatype: skip cgroupv2 rootfs in listingPablo Neira Ayuso2021-05-181-1/+2
* src: use PRIu64 formatPablo Neira Ayuso2021-05-182-2/+2
* parser_bison: add shortcut syntax for matching flags without binary operationsPablo Neira Ayuso2021-05-165-22/+140
* cache: check errno before invoking cache_release()Marco Oliverio2021-05-141-2/+4
* netlink_delinearize: fix binary operation postprocessing with setsPablo Neira Ayuso2021-05-131-0/+1
* evaluate: don't crash on set definition with incorrect datatypePablo Neira Ayuso2021-05-111-1/+1
* src: add set element catch-all supportPablo Neira Ayuso2021-05-116-43/+118
* parser_bison: add set_elem_key_expr rulePablo Neira Ayuso2021-05-111-2/+8
* segtree: Fix range_mask_len() for subnet ranges exceeding unsigned intStefano Brivio2021-05-081-2/+2
* src: add cgroupsv2 supportPablo Neira Ayuso2021-05-037-7/+119
* evaluate: remove object from cache on delete object commandPablo Neira Ayuso2021-05-021-0/+37
* evaluate: remove flowtable from cache on delete flowtable commandPablo Neira Ayuso2021-05-022-0/+29
* evaluate: remove set from cache on delete set commandPablo Neira Ayuso2021-05-021-0/+24
* evaluate: remove chain from cache on delete chain commandPablo Neira Ayuso2021-05-022-0/+29
* cache: add hashtable cache for tablePablo Neira Ayuso2021-05-028-111/+168
* evaluate: add object to the cachePablo Neira Ayuso2021-05-021-0/+10
* cache: missing table cache for several policy objectsPablo Neira Ayuso2021-05-021-0/+4
* evaluate: add flowtable to the cachePablo Neira Ayuso2021-05-021-0/+3
* evaluate: add set to the cachePablo Neira Ayuso2021-05-021-0/+4
* cache: add set_cache_del() and use itPablo Neira Ayuso2021-05-022-1/+6
* cache: add hashtable cache for flowtablePablo Neira Ayuso2021-05-025-31/+104
* cache: add hashtable cache for objectPablo Neira Ayuso2021-05-026-52/+117
* src: consolidate object cache infrastructurePablo Neira Ayuso2021-05-023-42/+56
* src: consolidate nft_cache infrastructurePablo Neira Ayuso2021-05-024-24/+25
* src: pass chain name to chain_cache_find()Pablo Neira Ayuso2021-05-024-12/+11
* rule: skip fuzzy lookup for unexisting 64-bit handlePablo Neira Ayuso2021-05-021-0/+15
* src: unbreak deletion by table handlePablo Neira Ayuso2021-05-022-1/+4
* parser_bison: missing relational operation on flag listPablo Neira Ayuso2021-05-021-0/+4
* parser: allow to load stateful ct connlimit elements in setsLaura Garcia Liebana2021-05-021-0/+11
* evaluate: check if nat statement map specifies a transport header exprFlorian Westphal2021-04-291-1/+37
* mnl: Increase BATCH_PAGE_SIZE to support huge rulesetsPhil Sutter2021-04-211-4/+4
* cache: bail out if chain list cannot be fetched from kernelPablo Neira Ayuso2021-04-031-1/+1
* cache: add hashtable cache for setsPablo Neira Ayuso2021-04-037-72/+122
* cache: check for NULL chain in cache_init()Pablo Neira Ayuso2021-04-031-0/+5
* cache: statify chain_cache_dump()Pablo Neira Ayuso2021-04-031-1/+2
* evaluate: use chain hashtable for lookupsPablo Neira Ayuso2021-04-033-17/+6
* src: split chain list in tablePablo Neira Ayuso2021-04-033-13/+17
* cache: rename chain_htable to cache_chain_htPablo Neira Ayuso2021-04-032-6/+6
* proto: replace vlan ether type with 8021qFlorian Westphal2021-04-032-1/+5
* payload: be careful on vlan dependency removalFlorian Westphal2021-04-031-3/+26
* proto: add 8021ad as mnemonic for IEEE 802.1AD (0x88a8) ether typeFlorian Westphal2021-04-032-0/+2