summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nft: pass ipt_entry to ->save_firewall hookPablo Neira Ayuso2013-12-301-3/+5
* xtables: batch rule-set updates into one single netlink messagePablo Neira Ayuso2013-12-301-114/+315
* nft: consolidate nft_rule_* functions to support ARPPablo Neira Ayuso2013-12-301-157/+12
* nft: consolidate nft_rule_new to support ARPPablo Neira Ayuso2013-12-301-89/+31
* nft: consolidate nft_rule_find for ARP, IPv4 and IPv6Pablo Neira Ayuso2013-12-301-180/+12
* xtables: nft-arp: implements is_same op for ARP familyGiuseppe Longo2013-12-301-0/+31
* xtables: bootstrap ARP compatibility layer for nftablesGiuseppe Longo2013-12-301-16/+287
* nft: skip unset tables on table configuration emulationTomasz Bursztyka2013-12-301-0/+3
* xtables: allow to reset the counters of an existing ruleTomasz Bursztyka2013-12-301-0/+35
* nft: use xtables_print_numPablo Neira Ayuso2013-12-301-2/+2
* nft: convert rule into a command state structureTomasz Bursztyka2013-12-301-404/+73
* nft: Generalize nft_rule_list() against current familyTomasz Bursztyka2013-12-301-244/+5
* nft: Remove useless test on rulenum in nft_rule_list()Tomasz Bursztyka2013-12-301-3/+2
* nft: Make internal rule listing callback more genericTomasz Bursztyka2013-12-301-12/+8
* nft: Optimize rule listing when chain and rulenum are providedTomasz Bursztyka2013-12-301-4/+10
* nft: Remove useless functionTomasz Bursztyka2013-12-301-27/+0
* nft: load only the tables of the current familyGiuseppe Longo2013-12-301-0/+17
* nft: fix match revision lookup for IPv6Pablo Neira Ayuso2013-12-301-1/+2
* nft: associate table configuration to handle via nft_initGiuseppe Longo2013-12-301-25/+10
* nft: no need for rule lookup if no position specified via -IPablo Neira Ayuso2013-12-301-17/+15
* xtables: add -I chain rulenumPablo Neira Ayuso2013-12-301-37/+121
* nft: fix selective chain display via -SPablo Neira Ayuso2013-12-301-4/+6
* nft: break chain listing if only one if looked forPablo Neira Ayuso2013-12-301-0/+8
* src: use nft_*_list_add_tailPablo Neira Ayuso2013-12-301-3/+3
* nft: fix built-in chain ordering of the nat tablePablo Neira Ayuso2013-12-301-8/+8
* nft: Fix small memory leaksTomasz Bursztyka2013-12-301-0/+4
* nft: add function to test for a builtin chainTomasz Bursztyka2013-12-301-12/+10
* xtables: Remove useless parameter to nft_chain_list_findTomasz Bursztyka2013-12-301-2/+2