summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
Commit message (Expand)AuthorAgeFilesLines
* nft: arptables: remove obsolete forward hook definitionFlorian Westphal2018-04-271-6/+0
* iptables-compat: statify nft_restart()Pablo Neira Ayuso2018-04-241-1/+1
* iptables-compat: handle netlink dump EINTR errorsPablo Neira Ayuso2018-04-241-2/+40
* nft: make nft_init self-containedFlorian Westphal2018-04-131-1/+3
* xtables-compat: only validate the xtables builtin tablesFlorian Westphal2018-04-091-2/+9
* xtables-compat: skip unsupported tablesFlorian Westphal2018-04-091-41/+4
* xtables-compat: also validate priorities and hook points match expected valuesFlorian Westphal2018-04-091-13/+22
* iptables-compat: do not allow to delete populated user define chainsPablo Neira Ayuso2017-10-111-2/+8
* xtables-compat-restore: fix several memory leaksPablo M. Bermudo Garay2017-08-141-3/+7
* xtables-compat: add rule cachePablo M. Bermudo Garay2016-08-301-12/+24
* xtables-compat: check if nft ruleset is compatiblePablo M. Bermudo Garay2016-08-261-0/+194
* xtables-compat: remove useless functionsPablo M. Bermudo Garay2016-08-221-24/+14
* xtables-compat: fix comments listingPablo M. Bermudo Garay2016-08-091-0/+32
* iptables-compat: use nft built-in comments supportPablo M. Bermudo Garay2016-06-221-0/+26
* iptables-compat: use new symbols in libnftnlPablo Neira Ayuso2015-09-161-406/+406
* iptables-compat: Increase rule number only for the selected table and chainThomas Woerner2015-07-231-7/+7
* iptables-compat: Allow to insert into rule_count+1 positionThomas Woerner2015-07-231-0/+11
* ebtables-compat: fix print_headerGiuseppe Longo2014-11-241-0/+3
* nft: bootstrap ebtables-compatPablo Neira Ayuso2014-11-241-1/+52
* nft-compat: create a separated object update type to rename chainsArturo Borrero2014-11-241-1/+11
* iptables-compat: kill add_*() invflags parameterArturo Borrero2014-11-121-0/+8
* iptables-compat: homogenize error messages with 'R' optionAna Rey2014-11-091-1/+1
* iptables-compat: homogenize error messagesAna Rey2014-10-301-0/+4
* iptables-compat: fix empty chains after first invocation of iptables-compat -LPablo Neira Ayuso2014-10-241-1/+7
* iptables-compat: assume chain policy NF_ACCEPT when creating built-in chainsPablo Neira Ayuso2014-10-241-22/+13
* iptables-compat: statify unused built-in table/chain functionsPablo Neira Ayuso2014-10-241-8/+8
* iptables-compat: fix chain policy reset with iptables -L -nPablo Neira Ayuso2014-10-241-3/+11
* arptables-compat: get output in sync with arptables -L -n --line-numbersPablo Neira Ayuso2014-10-091-46/+2
* iptables-compat: nft: fix error reportingPablo Neira Ayuso2014-10-091-16/+6
* iptables-compat: nft: fix user chain addition, deletion and renamePablo Neira Ayuso2014-10-091-27/+60
* iptables-compat: get rid of error reporting via perrorPablo Neira Ayuso2014-09-301-58/+22
* iptables-compat: fix use after free in the batch send pathPablo Neira Ayuso2014-09-301-8/+19
* iptables-compat: nft: use nft_batch_begin and nft_batch_end from libnftnlPablo Neira Ayuso2014-09-301-21/+5
* nft: save: fix the printing of the countersGiuseppe Longo2014-06-111-4/+7
* iptables: nft: add tables and chains to the batchPablo Neira Ayuso2014-06-101-121/+246
* iptables: nft: remove unused codePablo Neira Ayuso2014-06-101-52/+4
* iptables: nft: generalize batch infrastructurePablo Neira Ayuso2014-06-091-41/+41
* nft: replace nft_rule_attr_get_u8Giuseppe Longo2014-03-241-1/+1
* nft: Pass a line after printing out a debug messageTomasz Bursztyka2014-02-121-3/+3
* nft: Remove useless error messageTomasz Bursztyka2014-02-121-40/+5
* nft: Initialize a table only onceTomasz Bursztyka2014-02-121-0/+10
* nft: A builtin chain might be created when restoringTomasz Bursztyka2014-02-121-0/+1
* nft: Add useful debug output when a builtin table is createdTomasz Bursztyka2014-02-121-0/+8
* nft-compat: fix IP6T_F_GOTO flag handlingPablo Neira Ayuso2014-02-111-2/+2
* nft: adds save_matches_and_targetGiuseppe Longo2014-02-111-30/+3
* nft: Use new libnftnl library name against former libnftablesTomasz Bursztyka2014-01-201-4/+4
* nft: fix wrong function to release iteratorPablo Neira Ayuso2013-12-301-1/+1
* iptables: nft: fix memory leaks in nft_finiAna Rey2013-12-301-0/+2
* nft: fix memory leaks in nft_xtables_config_loadAna Rey2013-12-301-10/+17
* nft: fix out of bound memory copyPablo Neira Ayuso2013-12-301-9/+6