summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-08-22iptables.c: lock the xtables.lockAlexander Couzens
2019-08-22utils: implement fw3_lock_path() & fw3_unlock_path()Alexander Couzens
2019-08-19firewall3: ipset: Handle reload_set properlyKristian Evensen
2019-08-16firewall3: Improve ipset supportKristian Evensen
2019-06-12utils: coverity resource leak warningKevin Darbyshire-Bryant
2019-01-02zones: add zone identifying local traffic in raw OUTPUT chainHans Dedecker
2018-12-20utils: Free args in __fw3_command_pipe()Hauke Mehrtens
2018-12-20options: redirects: Fix possible buffer overflowsHauke Mehrtens
2018-12-06redirects: properly handle src_dport in SNAT rulesHans Dedecker
2018-08-13defaults: fix check_kmod() functionJo-Philipp Wich
2018-08-07defaults: use a generic check_kmod() functionJoe Holden
2018-08-03Add support for DSCP matches and targetJo-Philipp Wich
2018-07-26ubus: avoid dumping interface state with NULL messageJo-Philipp Wich
2018-07-16firewall3: make reject types selectable by userAlin Nastac
2018-07-02firewall3: Fix GCC8 warnings by replacing sprintf with snprintfRosen Penev
2018-05-19zones: add interface/subnet bound LOG rulesJo-Philipp Wich
2018-05-16options: treat time strings as UTC timesJo-Philipp Wich
2018-05-14helpers: fix the set_helper in the rule structurePierre Lebleu
2018-05-14helpers.conf: support also tcp in the CT sip helperPierre Lebleu
2018-05-14helpers: make the proto field as a list rather than one optionPierre Lebleu
2018-04-05defaults: add support for setting --hw on the xt_FLOWOFFLOAD ruleFelix Fietkau
2018-03-20helpers.conf: add CT rtsp helperHans Dedecker
2018-03-13Reword rule commentsJo-Philipp Wich
2018-03-13defaults: add support for xt_FLOWOFFLOAD ruleJo-Philipp Wich
2018-03-10ipsets: add support for specifying entriesJo-Philipp Wich
2018-03-02iptables: fix possible NULL pointer access on constructing rule masksJo-Philipp Wich
2018-02-26zones: allow per-table log controlStijn Tintel
2018-02-20helpers: implement explicit CT helper assignment supportJo-Philipp Wich
2018-02-13zones: disable masq when resolving of all masq_src or masq_dest items failedJo-Philipp Wich
2018-02-13options: emit an empty address item when resolving networks failsJo-Philipp Wich
2018-02-13ubus: let fw3_ubus_address() return the number of resolved addressesJo-Philipp Wich
2017-11-07firewall3: ubus: parse the firewall data within the service itselfPierre Lebleu
2017-05-27options: remove stray continue statementJo-Philipp Wich
2017-05-26options: improve handling of negations when parsing space separated valuesJo-Philipp Wich
2017-05-26iptables: support -i, -o, -s and -d in option extraJo-Philipp Wich
2017-05-17ubus: increase ubus network interface dump timeoutHans Dedecker
2017-05-12iptables: add exception handlingJo-Philipp Wich
2017-05-09firewall3: add check_snat() functionPierre Lebleu
2017-05-09firewall3: display the section type for UBUS rulesPierre Lebleu
2017-05-09firewall3: add UBUS support for include scriptsPierre Lebleu
2017-05-09firewall3: add UBUS support for ipset sectionsPierre Lebleu
2017-05-09firewall3: add UBUS support for forwarding sectionsPierre Lebleu
2017-05-09firewall3: add UBUS support for redirect sectionsPierre Lebleu
2017-05-09firewall3: add fw3_attr_parse_name_type() functionPierre Lebleu
2017-05-09firewall3: replace warn_rule() by warn_section()Pierre Lebleu
2017-05-09firewall3: check the return value of fw3_parse_options()Pierre Lebleu
2017-05-09build: use -Wno-format-truncation instead of -Wno-error=format-truncationFelix Fietkau
2017-05-04utils: replace sprintf use with snprintf to avoid overflowsFelix Fietkau
2017-05-04build: disable the format-truncation warning error to fix gcc 7 build errorsFelix Fietkau
2017-04-27zones: drop outgoing invalid traffic in masqueraded zonesJo-Philipp Wich