]> git.ipfire.org Git - thirdparty/iptables.git/shortlog
thirdparty/iptables.git
2014-06-11  Giuseppe Longonft: save: fix the printing of the counters
2014-06-10  Pablo Neira... iptables: nft: add tables and chains to the batch
2014-06-10  Pablo Neira... iptables: nft: remove unused code
2014-06-09  Pablo Neira... iptables: nft: generalize batch infrastructure
2014-05-16  Pablo Neira... Merge branch 'next-3.14'
2014-04-17  Florian Westphaliptables.8: --policy is either ACCEPT or DROP
2014-03-24  Giuseppe Longonft: replace nft_rule_attr_get_u8
2014-03-17  Jiri Popelkaiptables-save: actually parse -M/--modprobe option
2014-03-17  Jiri Popelkaiptables-{save,restore}: warn that -b/--binary isn...
2014-03-14  Jiri Popelkaiptables-restore.8: file to read from can be specified...
2014-03-14  Jiri Popelkaiptables-restore.8: missing -T in synopsis
2014-03-13  Jiri Popelkaiptables: missing bracket in iptables-save(8)
2014-03-13  Jiri Popelkaupdate FSF address in license text
2014-03-07  Pablo Neira... iptables.8: update coreteam members from manpage
2014-03-07  Jiri Popelkaiptables: fix version in iptables(8)
2014-03-07  Giuseppe Longonft-arp: wrong condition in parse_payload
2014-03-07  Giuseppe Longonft-arp: fix is_same_interfaces arguments
2014-02-25  Giuseppe Longoxtables-events: prints arp rules
2014-02-25  Giuseppe Longonft-arp: adds nft_arp_save_firewall
2014-02-13  Pablo Neira... Merge branch 'nft-compat'
2014-02-12  Tomasz Bursztykanft: Pass a line after printing out a debug message
2014-02-12  Tomasz Bursztykanft: Remove useless error message
2014-02-12  Tomasz Bursztykanft: Initialize a table only once
2014-02-12  Tomasz Bursztykanft: A builtin chain might be created when restoring
2014-02-12  Tomasz Bursztykanft: Add useful debug output when a builtin table is...
2014-02-11  Pablo Neira... nft-compat: fix wrong protocol context in initialization
2014-02-11  Pablo Neira... nft-compat: fix IP6T_F_GOTO flag handling
2014-02-11  Giuseppe Longonft: adds save_matches_and_target
2014-02-11  Tomasz Bursztykaxtables: Add backward compatibility with -w option
2014-02-04  Pablo Neira... xtables: add xtables-compat-multi for the nftables...
2014-02-04  Pablo Neira... xtables-restore: remove dependency with libip4tc
2014-02-04  Pablo Neira... configure: conditional dependencies for nftables-compat
2014-02-04  Pablo Neira... configure: rename --disable-xtables to --disable-nftables
2014-02-04  Pablo Neira... configure: fix wrong reference to the conntrack-tools
2014-02-02  Mart Frauenloblibxtables: Print meaningful error message for an inval...
2014-01-31  Martin Topholmextensions: libxt_SYNPROXY: initial manual page
2014-01-29  Phil Oesteriptables-xml: fix segfault if missing space after -A
2014-01-20  Tomasz Bursztykanft: Use new libnftnl library name against former libnf...
2014-01-10  Pablo Neira... nft: fix inconsistent data type in NFT_EXPR_CMP_OP...
2014-01-04  Mart Frauenlobextensions: libxt_set: Add missing hyphen to --bytes...
2014-01-04  Daniel Borkmanniptables: add libxt_cgroup frontend
2014-01-03  Daniel Borkmanniptables: snat: add randomize-full support
2013-12-30  Tomasz Bursztykainclude: Update nftables API header in sync with kernel...
2013-12-30  Pablo Neira... nft: fix wrong function to release iterator
2013-12-30  Ana Reyiptables: nft: fix memory leaks in nft_fini
2013-12-30  Ana Reynft: fix memory leaks in nft_xtables_config_load
2013-12-30  Ana Reyxtables-standalone: call nft_fini in the error path
2013-12-30  Pablo Neira... nft: fix out of bound memory copy
2013-12-30  Pablo Neira... nft: fix inversion of built-in selectors
2013-12-30  Pablo Neira... xtables-events: fix compilation due change in libnftables
2013-12-30  Tomasz Bursztykaxtables: arp: inhibit -l option so only a fixed 6 bytes...
2013-12-30  Tomasz Bursztykaxtables: arp: Fix a compilation warning
2013-12-30  Giuseppe Longonft: arp: fix possible string overflow
2013-12-30  Pablo Neira... nft: fix interface wildcard matching
2013-12-30  Pablo Neira... nft: fix bad length when comparing extension data area
2013-12-30  Pablo Neira... nft: pass ipt_entry to ->save_firewall hook
2013-12-30  Pablo Neira... xtables: fix missing ipt_entry for MASQUERADE target
2013-12-30  Giuseppe Longonft: arp: add parse_target to nft_family_ops_arp
2013-12-30  Giuseppe Longonft: arp: initialize flags in nft_arp_parse_meta
2013-12-30  Tomasz Bursztykanft: fix wrong target size
2013-12-30  Tomasz Bursztykaxtables: arp: Parse properly target options
2013-12-30  Tomasz Bursztykanft: Header inclusion missing
2013-12-30  Tomasz Bursztykaextensions: libxt_mangle: Fixes option issues
2013-12-30  Tomasz Bursztykaextensions: add arptables' libxt_mangle.c for xtables-arp
2013-12-30  Tomasz Bursztykaxtables: arp: Store target entry properly and compare...
2013-12-30  Pablo Neira... xtables: batch rule-set updates into one single netlink...
2013-12-30  Giuseppe Longoxtables: arp: zeroing chain counters
2013-12-30  Giuseppe Longoxtables: arp: add delete operation
2013-12-30  Pablo Neira... nft: adapt nft_rule_expr_get to use uint32_t instead...
2013-12-30  Pablo Neira... include: cache netfilter_arp kernel headers
2013-12-30  Giuseppe Longoxtables: arp: add rule replacement support
2013-12-30  Pablo Neira... nft: consolidate nft_rule_* functions to support ARP
2013-12-30  Pablo Neira... nft: consolidate nft_rule_new to support ARP
2013-12-30  Pablo Neira... nft: consolidate nft_rule_find for ARP, IPv4 and IPv6
2013-12-30  Giuseppe Longoxtables: nft-arp: implements is_same op for ARP family
2013-12-30  Pablo Neira... xtables: nft-arp: fix endianess in nft_arp_parse_payload
2013-12-30  Giuseppe Longoxtables: bootstrap ARP compatibility layer for nftables
2013-12-30  Tomasz Bursztykanft: skip unset tables on table configuration emulation
2013-12-30  Pablo Neira... nft: generalize rule addition family hook
2013-12-30  Tomasz Bursztykanft: Fix a minor compilation warning
2013-12-30  Giuseppe Longonft: refactoring parse operations for more genericity
2013-12-30  Tomasz Bursztykaxtables: allow to reset the counters of an existing...
2013-12-30  Pablo Neira... nft: use xtables_print_num
2013-12-30  Pablo Neira... nft: fix wrong flags handling in print_firewall_details
2013-12-30  Tomasz Bursztykanft: convert rule into a command state structure
2013-12-30  Pablo Neira... xtables: use xtables_rule_matches_free
2013-12-30  Tomasz Bursztykanft: Print unknown target data only when relevant
2013-12-30  Tomasz Bursztykanft: Generalize nft_rule_list() against current family
2013-12-30  Tomasz Bursztykanft: Remove useless test on rulenum in nft_rule_list()
2013-12-30  Tomasz Bursztykanft: Make internal rule listing callback more generic
2013-12-30  Tomasz Bursztykanft: Optimize rule listing when chain and rulenum are...
2013-12-30  Tomasz Bursztykanft: Remove useless function
2013-12-30  Tomasz Bursztykaxtables: Do not dump before command parsing has been...
2013-12-30  Giuseppe Longonft: load only the tables of the current family
2013-12-30  Pablo Neira... etc: add default IPv6 table and chain definitions
2013-12-30  Giuseppe Longonft: fix family operation lookup
2013-12-30  Pablo Neira... nft: fix match revision lookup for IPv6
2013-12-30  Pablo Neira... xtables: fix typo in add_entry for the IPv6 case
2013-12-30  Giuseppe Longonft: associate table configuration to handle via nft_init
2013-12-30  Pablo Neira... nft: no need for rule lookup if no position specified...
next