ubus: let fw3_ubus_address() return the number of resolved addresses
[project/firewall3.git] / zones.c
2017-05-09 Pierre Lebleufirewall3: check the return value of fw3_parse_options()
2017-04-27 Jo-Philipp Wichzones: drop outgoing invalid traffic in masqueraded...
2017-01-13 Jo-Philipp Wichzones: do not check conntrack state in zone_*_dest_ACCE...
2016-11-29 Jo-Philipp Wichglobal: remove automatic notrack rules
2016-11-01 Jo-Philipp Wichzones: properly handle multiple masq_src / masq_dest...
2016-09-18 Florian Fainelliutils.h: Avoid name clashes for setbit/delbit/hasbit
2016-08-08 Jo-Philipp Wichzones: allow untracked traffic as well
2016-08-08 Jo-Philipp Wichzones: restrict default ACCEPT rules to NEW ctstate
2016-06-07 Jo-Philipp Wichtreewide: replace jow@openwrt.org with jo@mein.io
2016-01-24 Jo-Philipp WichUse xt_id match to track own rules
2015-01-08 Jo-Philipp Wichredirects: respect src_dip option for reflection rules
2014-08-11 Jo-Philipp WichSelectively flush conntrack
2014-07-21 Jo-Philipp Wichzones: make forward policy destination bound
2014-06-30 Felix Fietkaumake fw3_ubus_address take a list_head * argument inste...
2014-06-30 Felix Fietkauuse calloc instead of malloc+memset
2013-11-18 Jo-Philipp WichClean up dead code
2013-11-07 Jo-Philipp WichUse a global -m conntrack --ctstate DNAT rule to accept...
2013-10-23 Steven BarthImprove ubus support
2013-10-10 Jo-Philipp WichUse fw3_ipt_rule_replace() when setting up zone interfa...
2013-08-14 Jo-Philipp WichReorganize chain layout for raw/NOTRACK rules to fix...
2013-06-06 Jo-Philipp WichKeep all basic chains on reload and only flush them...
2013-06-04 Jo-Philipp WichFix wrong chain emitted for zone forward policy, the...
2013-05-26 Jo-Philipp WichReplace fw3_free_zone() with the generic implementation
2013-05-26 Jo-Philipp WichAdd fw3_resolve_zone_addresses() helper to obtain a...
2013-05-22 Jo-Philipp WichLimit zone names to 14 bytes
2013-05-22 Jo-Philipp WichFurther fixes for zone reloads
2013-05-17 Jo-Philipp WichRename struct fw3_rule_spec to struct fw3_chain_spec...
2013-05-17 Jo-Philipp WichDrop iptables-restore and create rules through libiptc...
2013-05-13 Jo-Philipp WichUse libiptc to clear current ruleset
2013-05-02 Jo-Philipp WichRecord device-network relation in state file, fix zone...
2013-04-30 Jo-Philipp WichRemove referenced to unused FW3_FLAG_DELETED flag
2013-04-30 Jo-Philipp WichRemove unused "running" argument form fw3_lookup_zone()
2013-04-30 Jo-Philipp WichSplit runtime and config states, store runtime state...
2013-03-19 Jo-Philipp WichProperly handle deleted zones and ipsets on restarts
2013-03-19 Jo-Philipp WichAccept network names in per-zone subnet option
2013-03-19 Jo-Philipp WichImplement support for "network" datatype and use it...
2013-03-18 Jo-Philipp WichDo not accept option src_mac for SNAT rules
2013-03-14 Jo-Philipp WichConsolidate and unify argument order for functions
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-12 Jo-Philipp WichUnify print_chains() implementations in utils.c fw3_pr_...
2013-03-11 Jo-Philipp WichRework zone flush logic
2013-03-11 Jo-Philipp WichChange fw3_no_family() macro to take bit field value...
2013-03-10 Jo-Philipp WichIntroduce fw3_no_family() helper macro and use it
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 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-27 Jo-Philipp Wichremove unused notrack chain
2013-02-21 Jo-Philipp Wichunify object freeing
2013-02-21 Jo-Philipp Wichrework runtime state tracking
2013-02-20 Jo-Philipp Wichonly emit zone flush commands if the zone is active...
2013-02-19 Jo-Philipp Wichprint a notification if forwards are skipped due to...
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 Wichconvert remaining occurences to hasbit() / setbit(...
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