summaryrefslogtreecommitdiff
path: root/defaults.c
Commit message (Expand)AuthorAgeFilesLines
* firewall3: remove redundant syn checkKevin Darbyshire-Bryant2022-01-081-2/+1
* firewall3: clean up the flow table detection logicRui Salvaterra2021-03-231-6/+2
* firewall3: fix duplicate defaults section detectionRui Salvaterra2020-12-061-0/+2
* treewide: replace unsafe string functionsJo-Philipp Wich2020-06-031-4/+2
* improve reload logicJo-Philipp Wich2020-06-021-9/+14
* firewall3: defaults: fix uci flow_offloading optionWangYanlong2020-03-131-1/+5
* defaults: robustify flow table detection.Rui Salvaterra2020-01-281-18/+7
* firewall3: Fix some format string problemsHauke Mehrtens2019-09-031-1/+1
* defaults: fix check_kmod() functionJo-Philipp Wich2018-08-131-1/+1
* defaults: use a generic check_kmod() functionJoe Holden2018-08-071-6/+9
* firewall3: make reject types selectable by userAlin Nastac2018-07-161-2/+32
* defaults: add support for setting --hw on the xt_FLOWOFFLOAD ruleFelix Fietkau2018-04-051-0/+3
* Reword rule commentsJo-Philipp Wich2018-03-131-3/+4
* defaults: add support for xt_FLOWOFFLOAD ruleJo-Philipp Wich2018-03-131-0/+31
* helpers: implement explicit CT helper assignment supportJo-Philipp Wich2018-02-201-0/+2
* firewall3: check the return value of fw3_parse_options()Pierre Lebleu2017-05-091-1/+2
* utils.h: Avoid name clashes for setbit/delbit/hasbitFlorian Fainelli2016-09-181-1/+1
* defaults: disable drop_invalid by defaultJo-Philipp Wich2016-08-081-1/+0
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
* defaults.c: remove toplevel_rule structAlexandru Ardelean2016-04-271-7/+0
* defaults: emit ctstate INVALID drop rules by defaultJo-Philipp Wich2016-01-291-0/+1
* Remove commented codeJo-Philipp Wich2016-01-241-37/+0
* Use xt_id match to track own rulesJo-Philipp Wich2016-01-241-45/+51
* Change set_default() to take value as integer, required for tcp_ecn > 1Jo-Philipp Wich2013-12-171-1/+1
* Treat option tcp_ecn as integer, not boolJo-Philipp Wich2013-12-171-1/+1
* Reorganize chain layout for raw/NOTRACK rules to fix support for custom rules...Jo-Philipp Wich2013-08-141-2/+2
* Keep all basic chains on reload and only flush them, this allows user rules t...Jo-Philipp Wich2013-06-061-2/+8
* Further fixes for zone reloadsJo-Philipp Wich2013-05-221-2/+1
* Fix rules for custom filter chainsJo-Philipp Wich2013-05-211-1/+1
* Rename struct fw3_rule_spec to struct fw3_chain_spec and move the declaration...Jo-Philipp Wich2013-05-171-3/+3
* Drop iptables-restore and create rules through libiptc and libxtablesJo-Philipp Wich2013-05-171-76/+178
* Use libiptc to clear current rulesetJo-Philipp Wich2013-05-131-36/+20
* Split runtime and config states, store runtime state in UCI formatJo-Philipp Wich2013-04-301-0/+3
* Add support for fwmark matches and targetsJo-Philipp Wich2013-04-091-0/+4
* Consolidate and unify argument order for functionsJo-Philipp Wich2013-03-141-8/+8
* Unify fw3_default and fw3_target enumsJo-Philipp Wich2013-03-131-19/+19
* Unify print_chains() implementations in utils.c fw3_pr_rulespec()Jo-Philipp Wich2013-03-121-55/+17
* Rework zone flush logicJo-Philipp Wich2013-03-111-30/+37
* Cosmetic output changesJo-Philipp Wich2013-03-101-2/+0
* Get rid of redundant fw3_defaults object, instead add a running_flags bitfiel...Jo-Philipp Wich2013-03-101-7/+10
* Properly handle per zone user chain rules by fixing multiple logic errorsJo-Philipp Wich2013-03-101-25/+25
* add support for per-zone user chainsJo-Philipp Wich2013-03-081-5/+13
* add debug flag to monitor fw3_pr() calls, set policies to drop during reloadJo-Philipp Wich2013-02-271-7/+7
* add support for setting sysctls, remove tcp_westwood option, its not present ...Jo-Philipp Wich2013-02-221-1/+30
* add reload command to selectively rebuild rules (to be invoked from hotplug h...Jo-Philipp Wich2013-02-221-4/+13
* unify object freeingJo-Philipp Wich2013-02-211-3/+4
* rework runtime state trackingJo-Philipp Wich2013-02-211-18/+17
* introduce global string array for enum names, remove private arraysJo-Philipp Wich2013-02-201-12/+6
* make enum values unique to allow using them in bitfields directly, increase f...Jo-Philipp Wich2013-02-191-3/+3
* convert remaining occurences to hasbit() / setbit() helper macrosJo-Philipp Wich2013-02-191-2/+2