summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
Commit message (Expand)AuthorAgeFilesLines
* nft-cache: Fetch cache per tablePhil Sutter2020-05-111-1/+1
* nft: remove cache build callsPablo Neira Ayuso2020-05-111-21/+0
* nft: restore among supportPablo Neira Ayuso2020-05-111-0/+15
* nft: calculate cache requirements from list of commandsPablo Neira Ayuso2020-05-111-2/+15
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-111-59/+199
* ebtables-restore: Drop custom table flush routinePhil Sutter2020-05-111-21/+0
* xtables: Review nft_init()Phil Sutter2020-02-241-1/+8
* nft: Drop pointless assignmentPhil Sutter2020-02-181-1/+0
* ebtables: among: Support mixed MAC and MAC/IP entriesPhil Sutter2020-02-181-1/+19
* nft: bridge: Rudimental among extension supportPhil Sutter2019-11-251-0/+149
* nft: Support parsing lookup expressionPhil Sutter2019-11-251-1/+2
* nft: Support NFT_COMPAT_SET_ADDPhil Sutter2019-11-251-0/+58
* nft: Eliminate pointless calls to nft_family_ops_lookup()Phil Sutter2019-11-251-10/+5
* nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter2019-11-251-10/+8
* nft: family_ops: Pass nft_handle to 'print_rule' callbackPhil Sutter2019-11-251-9/+10
* nft: family_ops: Pass nft_handle to 'rule_find' callbackPhil Sutter2019-11-251-1/+1
* nft: family_ops: Pass nft_handle to 'add' callbackPhil Sutter2019-11-251-2/+3
* nft: Fix -Z for rules with NFTA_RULE_COMPATPhil Sutter2019-11-151-0/+39
* nft: CMD_ZERO needs a rule cachePhil Sutter2019-11-151-0/+2
* nft: Use ARRAY_SIZE() macro in nft_strerror()Phil Sutter2019-10-231-1/+1
* nft: Optimize flushing all chains of a tablePhil Sutter2019-10-171-14/+18
* nft: Support nft_is_table_compatible() per chainPhil Sutter2019-10-171-8/+24
* nft: Reduce cache overhead of nft_chain_builtin_init()Phil Sutter2019-10-171-4/+5
* nft-cache: Support partial rule cache per chainPhil Sutter2019-10-171-18/+17
* nft-cache: Fetch only chains in nft_chain_list_get()Phil Sutter2019-10-171-0/+20
* nft: Extract cache routines into nft-cache.cPhil Sutter2019-10-101-356/+4
* nft: Avoid nested cache fetchingPhil Sutter2019-10-101-2/+1
* nft: Pass nft_handle to flush_cache()Phil Sutter2019-10-101-17/+11
* xtables-restore: Minimize caching when flushingPhil Sutter2019-09-301-0/+17
* nft: Make nftnl_table_list_get() fetch only tablesPhil Sutter2019-09-301-1/+2
* nft: Fix for add and delete of same rule in single batchPhil Sutter2019-09-301-0/+3
* nft: Get rid of NFT_COMPAT_EXPR_MAX definePhil Sutter2019-09-261-4/+2
* xtables_error() does not returnPhil Sutter2019-09-251-6/+2
* nft Increase mnl_talk() receive buffer sizePhil Sutter2019-09-231-1/+1
* nft: Introduce nft_bridge_commit()Phil Sutter2019-09-231-2/+6
* nft: Use nftnl_*_set_str() functionsPhil Sutter2019-09-231-14/+14
* 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