summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* helpers.conf: support also tcp in the CT sip helperPierre Lebleu2018-05-141-1/+1
* helpers: make the proto field as a list rather than one optionPierre Lebleu2018-05-145-11/+56
* defaults: add support for setting --hw on the xt_FLOWOFFLOAD ruleFelix Fietkau2018-04-052-0/+4
* helpers.conf: add CT rtsp helperHans Dedecker2018-03-201-0/+8
* Reword rule commentsJo-Philipp Wich2018-03-133-8/+9
* defaults: add support for xt_FLOWOFFLOAD ruleJo-Philipp Wich2018-03-132-0/+32
* ipsets: add support for specifying entriesJo-Philipp Wich2018-03-103-1/+55
* iptables: fix possible NULL pointer access on constructing rule masksJo-Philipp Wich2018-03-021-2/+2
* zones: allow per-table log controlStijn Tintel2018-02-262-4/+9
* helpers: implement explicit CT helper assignment supportJo-Philipp Wich2018-02-2017-31/+809
* zones: disable masq when resolving of all masq_src or masq_dest items failedJo-Philipp Wich2018-02-131-1/+33
* options: emit an empty address item when resolving networks failsJo-Philipp Wich2018-02-131-1/+13
* ubus: let fw3_ubus_address() return the number of resolved addressesJo-Philipp Wich2018-02-132-10/+17
* firewall3: ubus: parse the firewall data within the service itselfPierre Lebleu2017-11-071-43/+56
* options: remove stray continue statementJo-Philipp Wich2017-05-271-1/+0
* options: improve handling of negations when parsing space separated valuesJo-Philipp Wich2017-05-261-1/+30
* iptables: support -i, -o, -s and -d in option extraJo-Philipp Wich2017-05-261-3/+38
* ubus: increase ubus network interface dump timeoutHans Dedecker2017-05-171-1/+1
* iptables: add exception handlingJo-Philipp Wich2017-05-121-0/+32
* firewall3: add check_snat() functionPierre Lebleu2017-05-091-92/+90
* firewall3: display the section type for UBUS rulesPierre Lebleu2017-05-091-7/+17
* firewall3: add UBUS support for include scriptsPierre Lebleu2017-05-093-25/+73
* firewall3: add UBUS support for ipset sectionsPierre Lebleu2017-05-093-57/+95
* firewall3: add UBUS support for forwarding sectionsPierre Lebleu2017-05-093-43/+87
* firewall3: add UBUS support for redirect sectionsPierre Lebleu2017-05-093-124/+170
* firewall3: add fw3_attr_parse_name_type() functionPierre Lebleu2017-05-094-18/+36
* firewall3: replace warn_rule() by warn_section()Pierre Lebleu2017-05-092-23/+24
* firewall3: check the return value of fw3_parse_options()Pierre Lebleu2017-05-095-5/+10