summaryrefslogtreecommitdiff
path: root/utils.h
Commit message (Expand)AuthorAgeFilesLines
* firewall3: remove unnecessary fw3_has_tableWenli Looi2022-02-211-2/+0
* firewall3: create a common helper to find strings in filesRui Salvaterra2021-03-231-2/+1
* defaults: robustify flow table detection.Rui Salvaterra2020-01-281-0/+2
* firewall3: Fix some format string problemsHauke Mehrtens2019-09-031-5/+10
* utils: implement fw3_lock_path() & fw3_unlock_path()Alexander Couzens2019-08-221-0/+2
* zones: add zone identifying local traffic in raw OUTPUT chainHans Dedecker2019-01-021-0/+5
* helpers: implement explicit CT helper assignment supportJo-Philipp Wich2018-02-201-0/+4
* firewall3: add fw3_attr_parse_name_type() functionPierre Lebleu2017-05-091-0/+3
* firewall3: replace warn_rule() by warn_section()Pierre Lebleu2017-05-091-0/+10
* utils.h: Avoid name clashes for setbit/delbit/hasbitFlorian Fainelli2016-09-181-6/+6
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
* Selectively flush conntrackJo-Philipp Wich2014-08-111-0/+4
* Use netmasks instead of prefix lengths internallyJo-Philipp Wich2014-07-191-0/+4
* Add fw3_free_list() helperJo-Philipp Wich2013-05-261-0/+2
* Rename struct fw3_rule_spec to struct fw3_chain_spec and move the declaration...Jo-Philipp Wich2013-05-171-8/+0
* Remove now unused fw3_pr_rulespec()Jo-Philipp Wich2013-05-171-3/+0
* Drop iptables-restore and create rules through libiptc and libxtablesJo-Philipp Wich2013-05-171-0/+3
* Split runtime and config states, store runtime state in UCI formatJo-Philipp Wich2013-04-301-11/+0
* Emit hotplug calls when flushing / creating zone chainsJo-Philipp Wich2013-03-131-0/+3
* Track used networks and devices in state fileJo-Philipp Wich2013-03-121-1/+2
* Unify print_chains() implementations in utils.c fw3_pr_rulespec()Jo-Philipp Wich2013-03-121-0/+11
* Include limits.h to fix compilation against eglibcJo-Philipp Wich2013-03-111-0/+1
* Rework zone flush logicJo-Philipp Wich2013-03-111-0/+9
* Change fw3_no_family() macro to take bit field value directlyJo-Philipp Wich2013-03-111-2/+2
* Introduce fw3_no_family() helper macro and use itJo-Philipp Wich2013-03-101-0/+3
* add debug flag to monitor fw3_pr() calls, set policies to drop during reloadJo-Philipp Wich2013-02-271-0/+2
* remove now unsed fw3_free_list() helperJo-Philipp Wich2013-02-211-12/+0
* unify object freeingJo-Philipp Wich2013-02-211-0/+2
* rework runtime state trackingJo-Philipp Wich2013-02-211-10/+3
* track used family for ipsetsJo-Philipp Wich2013-02-201-1/+1
* properly deal with only v4 or only v6 start/stop/restartJo-Philipp Wich2013-02-191-7/+8
* selectively delete chains in filter and nat tablesJo-Philipp Wich2013-02-181-0/+19
* separate state and lock files, use state file information to purge ipsetsJo-Philipp Wich2013-02-171-4/+8
* initial commitJo-Philipp Wich2013-02-171-0/+78