zones: add interface/subnet bound LOG rules
[project/firewall3.git] / options.h
2018-05-14 Pierre Lebleuhelpers: make the proto field as a list rather than...
2018-04-05 Felix Fietkaudefaults: add support for setting --hw on the xt_FLOWOF...
2018-03-13 Jo-Philipp Wichdefaults: add support for xt_FLOWOFFLOAD rule
2018-03-10 Jo-Philipp Wichipsets: add support for specifying entries
2018-02-26 Stijn Tintelzones: allow per-table log control
2018-02-20 Jo-Philipp Wichhelpers: implement explicit CT helper assignment support
2017-04-27 Jo-Philipp Wichzones: drop outgoing invalid traffic in masqueraded...
2016-11-29 Jo-Philipp Wichglobal: remove automatic notrack rules
2016-11-06 Ralph Sennhausermusl-compat: avoid kernel header conflicts
2016-06-07 Jo-Philipp Wichtreewide: replace jow@openwrt.org with jo@mein.io
2015-04-18 Jo-Philipp Wichubus: print rule name when reporting errors
2014-08-11 Jo-Philipp WichSelectively flush conntrack
2014-07-19 Jo-Philipp WichUse netmasks instead of prefix lengths internally
2014-04-14 Steven BarthAdd support for netifd-generated rules
2014-04-14 Steven BarthAdd support for device and direction parameters
2014-04-14 Steven Barthsnat: add support for connlimiting port-range SNAT
2014-04-06 Jo-Philipp WichInitial support for "config nat" rules - this allows...
2013-12-17 Jo-Philipp WichTreat option tcp_ecn as integer, not bool
2013-11-18 Jo-Philipp WichChange fw3_parse_options() to indicate whether all...
2013-07-16 Jo-Philipp WichTreat redirects as port redirections if the specified...
2013-06-06 Jo-Philipp WichImplement limit and limit_burst options for rules.
2013-06-05 Jo-Philipp WichExtend ipset option syntax to support specifying direct...
2013-05-26 Jo-Philipp WichMark fw3_address objects that got resolved by fw3_parse...
2013-05-17 Jo-Philipp WichRename struct fw3_rule_spec to struct fw3_chain_spec...
2013-05-17 Jo-Philipp WichRemove now unused fw3_format_*() functions
2013-05-17 Jo-Philipp WichDrop iptables-restore and create rules through libiptc...
2013-05-02 Jo-Philipp WichRecord device-network relation in state file, fix zone...
2013-04-30 Jo-Philipp WichStore ipset storage method and matches in state file...
2013-04-30 Jo-Philipp WichAdd common fw3_address_to_string() helper function
2013-04-30 Jo-Philipp WichRemove referenced to unused FW3_FLAG_DELETED flag
2013-04-30 Jo-Philipp WichSplit runtime and config states, store runtime state...
2013-04-09 Jo-Philipp WichAdd support for fwmark matches and targets
2013-03-19 Jo-Philipp WichProperly handle deleted zones and ipsets on restarts
2013-03-19 Jo-Philipp WichRework option parsing to support emitting multiple...
2013-03-19 Jo-Philipp WichImplement support for "network" datatype and use it...
2013-03-14 Jo-Philipp WichImplement reload option for includes to decide whether...
2013-03-13 Jo-Philipp WichMake nat reflection src address configurable by introdu...
2013-03-13 Jo-Philipp WichEmit hotplug calls when flushing / creating zone chains
2013-03-13 Jo-Philipp WichUnify fw3_default and fw3_target enums
2013-03-12 Jo-Philipp WichTrack used networks and devices in state file
2013-03-11 Jo-Philipp WichRework zone flush logic
2013-03-10 Jo-Philipp WichRemove src_flags and running_src_flags from fw3_zone...
2013-03-10 Jo-Philipp WichIntroduce new enum values for zone src policies and...
2013-03-10 Jo-Philipp WichSeparate running from current state flags in ipset...
2013-03-10 Jo-Philipp WichGet rid of redundant fw3_defaults object, instead add...
2013-03-10 Jo-Philipp WichProperly handle per zone user chain rules by fixing...
2013-03-08 Jo-Philipp Wichadd support for per-zone user chains
2013-03-02 Jo-Philipp Wichintroduce support for enabled option in zones, forwards...
2013-02-22 Jo-Philipp Wichadd support for setting sysctls, remove tcp_westwood...
2013-02-22 Jo-Philipp Wichadd support for includes
2013-02-21 Jo-Philipp Wichadd time match support
2013-02-21 Jo-Philipp Wichremove ip range list hack since fw3_address can now...
2013-02-21 Jo-Philipp Wichintroduce support for ip ranges
2013-02-21 Jo-Philipp Wichunify object freeing
2013-02-21 Jo-Philipp Wichrework runtime state tracking
2013-02-19 Jo-Philipp Wichintroduce global string array for enum names, remove...
2013-02-19 Jo-Philipp Wichmake enum values unique to allow using them in bitfield...
2013-02-19 Jo-Philipp Wichrename flag fields in structures
2013-02-19 Jo-Philipp Wichproperly deal with only v4 or only v6 start/stop/restart
2013-02-18 Jo-Philipp Wichselectively delete chains in filter and nat tables
2013-02-17 Jo-Philipp Wichinitial commit