summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
Commit message (Expand)AuthorAgeFilesLines
* nft: Drop stale include directivePhil Sutter2019-08-011-1/+0
* xtables: Drop support for /etc/xtables.confPhil Sutter2019-07-291-154/+8
* nft: Set errno in nft_rule_flush()Phil Sutter2019-07-291-1/+3
* nft: Make nft_for_each_table() more versatilePhil Sutter2019-07-231-3/+3
* nft: exit in case we can't fetch current genidFlorian Westphal2019-07-151-2/+8
* nft: Move send/receive buffer sizes into nft_handlePhil Sutter2019-07-031-10/+7
* nft: Pass nft_handle down to mnl_batch_talk()Phil Sutter2019-07-031-23/+18
* nft: Set socket receive bufferPhil Sutter2019-07-031-4/+23
* nft: reset netlink sender buffer size of socket restartPablo Neira Ayuso2019-05-201-0/+1
* nft: do not retry on EINTRPablo Neira Ayuso2019-05-201-21/+5
* nft: don't care about previous state in ERESTARTPablo Neira Ayuso2019-05-201-7/+10
* nft: don't skip table addition from ERESTARTPablo Neira Ayuso2019-05-201-9/+1
* xtables: Fix for explicit rule flushesPhil Sutter2019-05-201-1/+1
* nft: keep original cache in case of ERESTARTPablo Neira Ayuso2019-05-201-3/+20
* nft: ensure cache consistencyPablo Neira Ayuso2019-05-201-6/+16
* nft: cache table listPablo Neira Ayuso2019-05-201-45/+57
* nft: add flush_cache()Pablo Neira Ayuso2019-05-191-11/+19
* nft: add __nft_table_builtin_find()Pablo Neira Ayuso2019-05-191-6/+12
* nft: statify nft_rebuild_cache()Pablo Neira Ayuso2019-05-191-1/+1
* nft: add struct nft_cachePablo Neira Ayuso2019-05-191-15/+16
* xtables: Don't leak iter in error path of __nft_chain_zero_counters()Phil Sutter2019-05-151-1/+3
* xtables: handle concurrent ruleset modificationsFlorian Westphal2019-04-271-4/+127
* xtables: add and set "implict" flag on transaction objectsFlorian Westphal2019-04-271-19/+24
* xtables: add and use nft_build_cacheFlorian Westphal2019-04-271-5/+23
* xtables: add skip flag to objectsFlorian Westphal2019-04-271-18/+31
* xtables: unify user chain add/flush for restore caseFlorian Westphal2019-04-271-43/+39
* xtables: Fix error message for chain renamingPhil Sutter2019-02-131-1/+7
* xtables: Fix error messages in commands with rule numberPhil Sutter2019-02-131-6/+6
* xtables: Move new chain check to where it belongsPhil Sutter2019-02-131-0/+5
* xtables: Fix error message when zeroing a non-existent chainPhil Sutter2019-02-131-1/+3
* nft: Eliminate dead code in __nft_rule_listPhil Sutter2019-02-111-12/+1
* ebtables-nft: Support user-defined chain policiesPhil Sutter2019-02-081-2/+226
* nft: Introduce UDATA_TYPE_EBTABLES_POLICYPhil Sutter2019-02-081-0/+3
* xtables: Catch errors when zeroing rule rountersPhil Sutter2019-02-011-1/+3
* xtables: Speed up chain deletion in large rulesetsPhil Sutter2019-01-291-0/+2
* xtables: Fix for inserting rule at wrong positionPhil Sutter2019-01-281-10/+20
* xtables: Fix position of replaced rules in cachePhil Sutter2019-01-181-17/+17
* nft: Add new builtin chains to cache immediatelyPhil Sutter2019-01-181-21/+9
* xtables: Set errno in nft_rule_check() if chain not foundPhil Sutter2019-01-111-5/+7
* nft: Simplify flush_chain_cache()Phil Sutter2019-01-091-13/+11
* nft: Simplify nft_is_chain_compatible()Phil Sutter2019-01-091-25/+9
* nft: Make use of nftnl_rule_lookup_byindex()Phil Sutter2018-12-271-13/+18
* xtables: Optimize list rules command with given chainPhil Sutter2018-12-271-50/+43
* xtables: Optimize list command with given chainPhil Sutter2018-12-271-46/+32
* xtables: Optimize user-defined chain deletionPhil Sutter2018-12-271-43/+46
* xtables: Optimize nft_chain_zero_counters()Phil Sutter2018-12-271-36/+36
* xtables: Optimize flushing a specific chainPhil Sutter2018-12-271-13/+17
* nft: Drop nft_chain_list_find()Phil Sutter2018-12-271-29/+2
* xtables: Implement per chain rule cachePhil Sutter2018-12-271-221/+165
* nft: Move nft_rule_list_get() above nft_chain_list_get()Phil Sutter2018-12-271-55/+55