summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "firewall3: support table load on access on Linux 5.15+"HEADmasterRui Salvaterra2022-02-211-11/+0
* firewall3: remove unnecessary fw3_has_tableWenli Looi2022-02-213-26/+0
* options.c: add DSCP code LE Least EffortKevin Darbyshire-Bryant2022-01-091-0/+1
* firewall3: remove redundant syn checkKevin Darbyshire-Bryant2022-01-081-2/+1
* firewall3: fix locking issueFlorian Eckert2022-01-081-1/+0
* firewall3: support table load on access on Linux 5.15+Ansuel Smith2022-01-081-0/+11
* ipsets: permit default timeout of 0Kevin Darbyshire-Bryant2021-08-141-1/+2
* firewall3: clean up the flow table detection logicRui Salvaterra2021-03-231-6/+2
* firewall3: create a common helper to find strings in filesRui Salvaterra2021-03-232-28/+13
* rules: fix device and chain usage for DSCP/MARK targetsTony Ambardar2021-03-231-25/+43
* zone: avoid duplicates in devices listTony Ambardar2021-03-231-1/+8
* firewall3: remove last remaining sprintf()Philip Prindeville2021-02-281-1/+1
* iptables: fix serializing multiple weekdaysJo-Philipp Wich2020-12-061-1/+1
* firewall3: fix duplicate defaults section detectionRui Salvaterra2020-12-061-0/+2
* ipsets: allow blank/commented lines with loadfileDaniel Harding2020-12-061-2/+10
* fw3: zones: limit zone names to 11 bytesAlexey Dobrovolsky2020-09-051-2/+6
* options: fix parsing of boolean attributesRemi NGUYEN VAN2020-08-201-0/+6
* zones: apply tcp mss clamping also on ingress pathYousong Zhou2020-07-251-0/+8
* redirects: fix segmentation faultAlin Nastac2020-06-031-4/+6
* treewide: replace unsafe string functionsJo-Philipp Wich2020-06-0312-139/+216
* improve reload logicJo-Philipp Wich2020-06-024-35/+106
* redurects: add support to define multiple zones for dnat reflection rulesAnton Engelhardt2020-03-162-17/+38
* firewall3: defaults: fix uci flow_offloading optionWangYanlong2020-03-131-1/+5
* rules: fix typoYousong Zhou2020-03-031-1/+1
* defaults: robustify flow table detection.Rui Salvaterra2020-01-283-18/+36
* utils: persist effective extra_src and extra_dest options in state fileJo-Philipp Wich2019-11-221-0/+16
* zones: fix emitting match rules for zones with only "extra" optionsJo-Philipp Wich2019-11-221-1/+1
* utils: fix resource leakHans Dedecker2019-09-231-0/+1
* ubus: do not overwrite ipset name attributeJo-Philipp Wich2019-09-181-8/+16
* firewall3: fix typo that affects ICMPv6 rules with numeric icmp_typeAlin Nastac2019-09-151-1/+1
* utils: Fix string format messageHauke Mehrtens2019-09-081-1/+1
* firewall3: Fix some format string problemsHauke Mehrtens2019-09-034-10/+14
* iptables.c: lock the xtables.lockAlexander Couzens2019-08-221-0/+9
* utils: implement fw3_lock_path() & fw3_unlock_path()Alexander Couzens2019-08-222-9/+27
* firewall3: ipset: Handle reload_set properlyKristian Evensen2019-08-194-4/+55
* firewall3: Improve ipset supportKristian Evensen2019-08-165-16/+64
* utils: coverity resource leak warningKevin Darbyshire-Bryant2019-06-121-6/+12
* zones: add zone identifying local traffic in raw OUTPUT chainHans Dedecker2019-01-023-5/+52
* utils: Free args in __fw3_command_pipe()Hauke Mehrtens2018-12-201-0/+2
* options: redirects: Fix possible buffer overflowsHauke Mehrtens2018-12-202-2/+2
* redirects: properly handle src_dport in SNAT rulesHans Dedecker2018-12-061-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
* Add support for DSCP matches and targetJo-Philipp Wich2018-08-035-18/+126
* ubus: avoid dumping interface state with NULL messageJo-Philipp Wich2018-07-261-3/+6
* firewall3: make reject types selectable by userAlin Nastac2018-07-163-2/+57
* firewall3: Fix GCC8 warnings by replacing sprintf with snprintfRosen Penev2018-07-022-5/+5
* zones: add interface/subnet bound LOG rulesJo-Philipp Wich2018-05-191-37/+32
* options: treat time strings as UTC timesJo-Philipp Wich2018-05-161-2/+5
* helpers: fix the set_helper in the rule structurePierre Lebleu2018-05-141-1/+1