summaryrefslogtreecommitdiffstats
path: root/iptables/nft.h
Commit message (Expand)AuthorAgeFilesLines
* nft: cache: Make nft_rebuild_cache() respect fake cachePhil Sutter2020-03-061-1/+2
* xtables: Review nft_init()Phil Sutter2020-02-241-1/+1
* nft: Introduce NFT_CL_SETS cache levelPhil Sutter2019-11-251-0/+2
* nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter2019-11-251-2/+2
* nft: family_ops: Pass nft_handle to 'add' callbackPhil Sutter2019-11-251-1/+1
* nft: Support nft_is_table_compatible() per chainPhil Sutter2019-10-171-1/+4
* nft-cache: Introduce cache levelsPhil Sutter2019-10-171-1/+8
* nft: Extract cache routines into nft-cache.cPhil Sutter2019-10-101-4/+4
* xtables-restore: Minimize caching when flushingPhil Sutter2019-09-301-0/+1
* nft: Introduce nft_bridge_commit()Phil Sutter2019-09-231-0/+1
* xtables: Drop support for /etc/xtables.confPhil Sutter2019-07-291-16/+0
* nft: Make nft_for_each_table() more versatilePhil Sutter2019-07-231-1/+1
* nft: Move send/receive buffer sizes into nft_handlePhil Sutter2019-07-031-0/+2
* nft: keep original cache in case of ERESTARTPablo Neira Ayuso2019-05-201-1/+2
* nft: cache table listPablo Neira Ayuso2019-05-201-0/+1
* nft: statify nft_rebuild_cache()Pablo Neira Ayuso2019-05-191-1/+0
* nft: add struct nft_cachePablo Neira Ayuso2019-05-191-4/+9
* xtables: handle concurrent ruleset modificationsFlorian Westphal2019-04-271-0/+1
* xtables: add and use nft_build_cacheFlorian Westphal2019-04-271-0/+2
* xtables: unify user chain add/flush for restore caseFlorian Westphal2019-04-271-2/+2
* ebtables-nft: Support user-defined chain policiesPhil Sutter2019-02-081-0/+4
* xtables: Fix for inserting rule at wrong positionPhil Sutter2019-01-281-0/+1
* xtables: Fix position of replaced rules in cachePhil Sutter2019-01-181-1/+1
* nft: Drop nft_chain_list_find()Phil Sutter2018-12-271-2/+0
* xtables: Implement per chain rule cachePhil Sutter2018-12-271-1/+1
* xtables: Don't use native nftables commentsPhil Sutter2018-11-271-1/+0
* xtables: constify struct builtin_table and struct builtin_chainPablo Neira Ayuso2018-11-191-7/+7
* nft: move initialize to struct nft_handlePablo Neira Ayuso2018-11-191-1/+1
* nft: move chain_cache back to struct nft_handlePablo Neira Ayuso2018-11-191-1/+3
* nft: add type field to builtin_tablePablo Neira Ayuso2018-11-191-0/+1
* xtables: Introduce per table chain cachesPhil Sutter2018-11-171-4/+6
* nft: add NFT_TABLE_* enumerationPablo Neira Ayuso2018-11-121-9/+11
* nft: replace nft_chain_dump() by nft_chain_list_get()Pablo Neira Ayuso2018-11-121-1/+1
* xtables: Align return codes with legacy iptablesPhil Sutter2018-09-011-0/+1
* xtables: Implement arptables-{save,restore}Phil Sutter2018-08-061-1/+2
* ebtables-restore: Use xtables_restore_parse()Phil Sutter2018-08-061-1/+1
* xtables-restore: Improve user-defined chain detectionPhil Sutter2018-08-061-0/+2
* xtables: Match verbose ip{,6}tables output with legacyPhil Sutter2018-08-041-3/+3
* ebtables: Fix for wrong program name in error messagesPhil Sutter2018-08-041-1/+1
* xtables: implement ebtables-{save,restore}Phil Sutter2018-07-191-0/+1
* xtables: introduce nft_init_eb()Phil Sutter2018-07-191-0/+1
* xtables: pass format to nft_rule_save()Phil Sutter2018-07-191-1/+1
* xtables: Use new callbacks in nft_rule_print_save()Phil Sutter2018-07-191-2/+1
* xtables-restore: init table before processing policiesFlorian Westphal2018-06-271-0/+1
* xtables: add chain cachePablo Neira Ayuso2018-05-281-1/+2
* xtables: initialize basechains only once on ruleset restorePablo Neira Ayuso2018-05-281-0/+1
* xtables: extended error reportingFlorian Westphal2018-05-261-0/+5
* xtables: use libnftnl batch APIPablo Neira Ayuso2018-05-261-1/+2
* xtables-compat: remove nft_is_ruleset_compatibleFlorian Westphal2018-05-251-1/+0
* xtables: allow dumping of chains in specific tableFlorian Westphal2018-05-251-1/+1