summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nft: Handle error on adding rule expressionsTomasz Bursztyka2013-12-301-25/+53
* nft: Set the rule family when creating a new oneTomasz Bursztyka2013-12-301-0/+1
* xtables: nft: display rule number via -SPablo Neira Ayuso2013-12-301-4/+6
* xtables: nft: display rule by number via -LGiuseppe Longo2013-12-301-13/+16
* nft: fix another memleak in nft_rule_list_cbGiuseppe Longo2013-12-301-0/+1
* nft: print counter issuesGiuseppe Longo2013-12-301-4/+12
* nft: break loop after found matching chainGiuseppe Longo2013-12-301-0/+7
* xtables: nft: remove lots of useless debugging messagesPablo Neira Ayuso2013-12-301-109/+43
* xtables: allow to zero chains via -ZGiuseppe Longo2013-12-301-0/+61
* nft: fix leaks in nft_xtables_config_loadPablo Neira Ayuso2013-12-301-0/+9