summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
...
* nft-arp: adds nft_arp_save_firewallGiuseppe Longo2014-02-251-63/+109
* Merge branch 'nft-compat'Pablo Neira Ayuso2014-02-1325-2/+9370
|\
| * 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-122-0/+11
| * nft: A builtin chain might be created when restoringTomasz Bursztyka2014-02-123-0/+3
| * nft: Add useful debug output when a builtin table is createdTomasz Bursztyka2014-02-121-0/+8
| * nft-compat: fix wrong protocol context in initializationPablo Neira Ayuso2014-02-112-5/+3
| * nft-compat: fix IP6T_F_GOTO flag handlingPablo Neira Ayuso2014-02-115-13/+20
| * nft: adds save_matches_and_targetGiuseppe Longo2014-02-116-39/+53
| * xtables: Add backward compatibility with -w optionTomasz Bursztyka2014-02-114-4/+14
| * xtables: add xtables-compat-multi for the nftables compatibility layerPablo Neira Ayuso2014-02-048-38/+123
| * 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