summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* xtables: bootstrap ARP compatibility layer for nftablesGiuseppe Longo2013-12-3010-25/+2458
* nft: skip unset tables on table configuration emulationTomasz Bursztyka2013-12-301-0/+3
* nft: generalize rule addition family hookPablo Neira Ayuso2013-12-303-3/+6
* nft: Fix a minor compilation warningTomasz Bursztyka2013-12-301-1/+1
* nft: refactoring parse operations for more genericityGiuseppe Longo2013-12-304-32/+72
* xtables: allow to reset the counters of an existing ruleTomasz Bursztyka2013-12-303-8/+43
* nft: use xtables_print_numPablo Neira Ayuso2013-12-303-31/+6
* nft: fix wrong flags handling in print_firewall_detailsPablo Neira Ayuso2013-12-304-38/+53
* nft: convert rule into a command state structureTomasz Bursztyka2013-12-307-661/+303
* xtables: use xtables_rule_matches_freePablo Neira Ayuso2013-12-301-22/+1
* nft: Print unknown target data only when relevantTomasz Bursztyka2013-12-301-1/+1
* nft: Generalize nft_rule_list() against current familyTomasz Bursztyka2013-12-305-264/+315
* 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
* xtables: Do not dump before command parsing has been finishedTomasz Bursztyka2013-12-301-2/+8
* nft: load only the tables of the current familyGiuseppe Longo2013-12-302-1/+19
* nft: fix family operation lookupGiuseppe Longo2013-12-301-1/+1
* nft: fix match revision lookup for IPv6Pablo Neira Ayuso2013-12-301-1/+2
* xtables: fix typo in add_entry for the IPv6 casePablo Neira Ayuso2013-12-301-1/+1
* nft: associate table configuration to handle via nft_initGiuseppe Longo2013-12-306-30/+37
* nft: no need for rule lookup if no position specified via -IPablo Neira Ayuso2013-12-301-17/+15
* xtables: remove bogus comment regarding rule replacementPablo Neira Ayuso2013-12-301-1/+0
* xtables: add -I chain rulenumPablo Neira Ayuso2013-12-303-46/+144
* 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-302-3/+9
* nft: fix built-in chain ordering of the nat tablePablo Neira Ayuso2013-12-301-8/+8
* xtables-events: fix missing newline in table and chain eventsPablo Neira Ayuso2013-12-301-2/+2
* xtables-events: print usage on wrong argumentsPablo Neira Ayuso2013-12-301-0/+4
* 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-303-4/+4
* 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-302-5/+7
* xtables: nft: display rule by number via -LGiuseppe Longo2013-12-302-14/+16
* xtables: fix missing afinfo configurationPablo Neira Ayuso2013-12-303-0/+3
* xtables: do not proceed if nft_init failsPablo Neira Ayuso2013-12-304-4/+26
* 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: remove bogus comment on chain renamePablo Neira Ayuso2013-12-301-1/+0
* xtables: allow to zero chains via -ZGiuseppe Longo2013-12-303-20/+71
* nft: fix leaks in nft_xtables_config_loadPablo Neira Ayuso2013-12-301-0/+9
* nft: fix leak of chain iterator in nft_rule_listGiuseppe Longo2013-12-301-0/+1
* nft: fix leak of rule and chain iteratorsGiuseppe Longo2013-12-301-0/+4
* xtables: fix -p protocolPablo Neira Ayuso2013-12-302-3/+9