summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iptables-{save,restore}: warn that -b/--binary isn't implementedJiri Popelka2014-03-176-15/+18
* iptables-restore.8: file to read from can be specified as argumentJiri Popelka2014-03-141-4/+5
* iptables-restore.8: missing -T in synopsisJiri Popelka2014-03-141-0/+1
* iptables: missing bracket in iptables-save(8)Jiri Popelka2014-03-131-1/+1
* update FSF address in license textJiri Popelka2014-03-136-6/+6
* iptables.8: update coreteam members from manpagePablo Neira Ayuso2014-03-071-3/+4
* iptables: fix version in iptables(8)Jiri Popelka2014-03-071-1/+1
* nft-arp: wrong condition in parse_payloadGiuseppe Longo2014-03-071-1/+1
* nft-arp: fix is_same_interfaces argumentsGiuseppe Longo2014-03-071-8/+8
* xtables-events: prints arp rulesGiuseppe Longo2014-02-251-8/+15
* nft-arp: adds nft_arp_save_firewallGiuseppe Longo2014-02-251-63/+109
* Merge branch 'nft-compat'Pablo Neira Ayuso2014-02-1337-5/+10937
|\
| * 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
| * configure: conditional dependencies for nftables-compatPablo Neira Ayuso2014-02-041-36/+37
| * configure: rename --disable-xtables to --disable-nftablesPablo Neira Ayuso2014-02-041-1/+1
| * configure: fix wrong reference to the conntrack-toolsPablo Neira Ayuso2014-02-041-2/+2
| * nft: Use new libnftnl library name against former libnftablesTomasz Bursztyka2014-01-209-20/+20
| * nft: fix inconsistent data type in NFT_EXPR_CMP_OP and NFT_EXPR_META_KEYPablo Neira Ayuso2014-01-102-9/+9
| * include: Update nftables API header in sync with kernel's oneTomasz Bursztyka2013-12-301-7/+296
| * 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
| * extensions: libxt_mangle: Fixes option issuesTomasz Bursztyka2013-12-301-15/+14
| * extensions: add arptables' libxt_mangle.c for xtables-arpTomasz Bursztyka2013-12-301-0/+389