iptables: fix regression with unintended free in need_protomatch
[project/firewall3.git] / defaults.c
2022-01-08 Kevin Darbyshire... firewall3: remove redundant syn check
2021-03-23 Rui Salvaterrafirewall3: clean up the flow table detection logic
2020-12-06 Rui Salvaterrafirewall3: fix duplicate defaults section detection
2020-06-03 Jo-Philipp Wichtreewide: replace unsafe string functions
2020-06-02 Jo-Philipp Wichimprove reload logic
2020-03-13 WangYanlongfirewall3: defaults: fix uci flow_offloading option
2020-01-28 Rui Salvaterradefaults: robustify flow table detection.
2019-09-03 Hauke Mehrtensfirewall3: Fix some format string problems
2018-08-13 Jo-Philipp Wichdefaults: fix check_kmod() function
2018-08-07 Joe Holdendefaults: use a generic check_kmod() function
2018-07-16 Alin Nastacfirewall3: make reject types selectable by user
2018-04-05 Felix Fietkaudefaults: add support for setting --hw on the xt_FLOWOF...
2018-03-13 Jo-Philipp WichReword rule comments
2018-03-13 Jo-Philipp Wichdefaults: add support for xt_FLOWOFFLOAD rule
2018-02-20 Jo-Philipp Wichhelpers: implement explicit CT helper assignment support
2017-05-09 Pierre Lebleufirewall3: check the return value of fw3_parse_options()
2016-09-18 Florian Fainelliutils.h: Avoid name clashes for setbit/delbit/hasbit
2016-08-08 Jo-Philipp Wichdefaults: disable drop_invalid by default
2016-06-07 Jo-Philipp Wichtreewide: replace jow@openwrt.org with jo@mein.io
2016-04-27 Alexandru Ardeleandefaults.c: remove toplevel_rule struct
2016-01-29 Jo-Philipp Wichdefaults: emit ctstate INVALID drop rules by default
2016-01-24 Jo-Philipp WichRemove commented code
2016-01-24 Jo-Philipp WichUse xt_id match to track own rules
2013-12-17 Jo-Philipp WichChange set_default() to take value as integer, required...
2013-12-17 Jo-Philipp WichTreat option tcp_ecn as integer, not bool
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-05-22 Jo-Philipp WichFurther fixes for zone reloads
2013-05-21 Jo-Philipp WichFix rules for custom filter chains
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-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-14 Jo-Philipp WichConsolidate and unify argument order for functions
2013-03-13 Jo-Philipp WichUnify fw3_default and fw3_target enums
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-10 Jo-Philipp WichCosmetic output changes
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-02-27 Jo-Philipp Wichadd debug flag to monitor fw3_pr() calls, set policies...
2013-02-22 Jo-Philipp Wichadd support for setting sysctls, remove tcp_westwood...
2013-02-22 Jo-Philipp Wichadd reload command to selectively rebuild rules (to...
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 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