summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libxtables: fix getaddrinfo return value usageDomen Puncer2014-06-131-3/+3
* nft: save: fix the printing of the countersGiuseppe Longo2014-06-116-24/+44
* iptables: nft: add tables and chains to the batchPablo Neira Ayuso2014-06-102-123/+249
* iptables: nft: remove unused codePablo Neira Ayuso2014-06-102-55/+4
* iptables: nft: generalize batch infrastructurePablo Neira Ayuso2014-06-092-43/+43
* Merge branch 'next-3.14'Pablo Neira Ayuso2014-05-1610-13/+274
|\
| * iptables: add libxt_cgroup frontendDaniel Borkmann2014-01-043-0/+93
| * iptables: snat: add randomize-full supportDaniel Borkmann2014-01-044-13/+42
| * iptables: Add IPv4/6 IPcomp match supportfan.du2013-12-243-0/+139
* | iptables.8: --policy is either ACCEPT or DROPFlorian Westphal2014-04-171-4/+2
* | nft: replace nft_rule_attr_get_u8Giuseppe Longo2014-03-244-4/+4
* | iptables-save: actually parse -M/--modprobe optionJiri Popelka2014-03-174-4/+4
* | 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