summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* xtables-restore: remove dependency with libip4tcPablo Neira Ayuso2014-02-041-1/+5
* nft: Use new libnftnl library name against former libnftablesTomasz Bursztyka2014-01-208-18/+18
* nft: fix inconsistent data type in NFT_EXPR_CMP_OP and NFT_EXPR_META_KEYPablo Neira Ayuso2014-01-102-9/+9
* 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
* xtables-standalone: call nft_fini in the error pathAna Rey2013-12-301-0/+3
* nft: fix out of bound memory copyPablo Neira Ayuso2013-12-301-9/+6
* nft: fix inversion of built-in selectorsPablo Neira Ayuso2013-12-302-0/+8
* xtables-events: fix compilation due change in libnftablesPablo Neira Ayuso2013-12-301-2/+2
* xtables: arp: inhibit -l option so only a fixed 6 bytes length arhln can be usedTomasz Bursztyka2013-12-301-0/+7
* xtables: arp: Fix a compilation warningTomasz Bursztyka2013-12-301-4/+4
* nft: arp: fix possible string overflowGiuseppe Longo2013-12-302-3/+6
* nft: fix interface wildcard matchingPablo Neira Ayuso2013-12-301-22/+16
* nft: fix bad length when comparing extension data areaPablo Neira Ayuso2013-12-301-4/+2
* nft: pass ipt_entry to ->save_firewall hookPablo Neira Ayuso2013-12-302-5/+7
* xtables: fix missing ipt_entry for MASQUERADE targetPablo Neira Ayuso2013-12-304-12/+37
* nft: arp: add parse_target to nft_family_ops_arpGiuseppe Longo2013-12-301-0/+1
* nft: arp: initialize flags in nft_arp_parse_metaGiuseppe Longo2013-12-301-1/+1
* nft: fix wrong target sizeTomasz Bursztyka2013-12-301-2/+5
* xtables: arp: Parse properly target optionsTomasz Bursztyka2013-12-301-2/+4
* nft: Header inclusion missingTomasz Bursztyka2013-12-301-0/+1
* xtables: arp: Store target entry properly and compare them relevantlyTomasz Bursztyka2013-12-303-29/+27
* xtables: batch rule-set updates into one single netlink messagePablo Neira Ayuso2013-12-305-116/+324
* xtables: arp: zeroing chain countersGiuseppe Longo2013-12-301-3/+2
* xtables: arp: add delete operationGiuseppe Longo2013-12-301-5/+28
* nft: adapt nft_rule_expr_get to use uint32_t instead of size_tPablo Neira Ayuso2013-12-301-4/+4
* xtables: arp: add rule replacement supportGiuseppe Longo2013-12-301-4/+18
* nft: consolidate nft_rule_* functions to support ARPPablo Neira Ayuso2013-12-303-167/+22
* nft: consolidate nft_rule_new to support ARPPablo Neira Ayuso2013-12-305-92/+90
* nft: consolidate nft_rule_find for ARP, IPv4 and IPv6Pablo Neira Ayuso2013-12-306-180/+168
* xtables: nft-arp: implements is_same op for ARP familyGiuseppe Longo2013-12-307-10/+76
* xtables: nft-arp: fix endianess in nft_arp_parse_payloadPablo Neira Ayuso2013-12-301-6/+6
* 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