summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* build: use -Wno-format-truncation instead of -Wno-error=format-truncationFelix Fietkau2017-05-091-1/+1
* utils: replace sprintf use with snprintf to avoid overflowsFelix Fietkau2017-05-041-3/+6
* build: disable the format-truncation warning error to fix gcc 7 build errorsFelix Fietkau2017-05-041-1/+1
* zones: drop outgoing invalid traffic in masqueraded zonesJo-Philipp Wich2017-04-272-0/+13
* rules: fix UCI context in error reportingJo-Philipp Wich2017-04-271-108/+114
* ubus: fix interface name and proto lookupHans Dedecker2017-04-131-2/+2
* firewall3: fix handling of UTC timesJo-Philipp Wich2017-02-221-2/+2
* iptables: support xtables API > 11Jo-Philipp Wich2017-02-071-1/+1
* zones: do not check conntrack state in zone_*_dest_ACCEPT chainsJo-Philipp Wich2017-01-131-5/+0
* global: remove automatic notrack rulesJo-Philipp Wich2016-11-296-48/+6
* forwards: properly propagate conntrack flagJo-Philipp Wich2016-11-071-11/+24
* iptables: move includes into iptables.c to avoid kernel header clashesJo-Philipp Wich2016-11-062-45/+54
* musl-compat: avoid kernel header conflictsRalph Sennhauser2016-11-062-0/+5
* iptables: remove usage of xt_idJo-Philipp Wich2016-11-062-42/+37
* main: make failing ubus connection nonfatalJo-Philipp Wich2016-11-061-1/+1
* iptables: rework extension loaderJo-Philipp Wich2016-11-061-37/+9
* iptables: declare _GNU_SOURCE to define RTLD_NEXTJo-Philipp Wich2016-11-061-0/+2
* iptables: optional loading of static extensionsRalph Sennhauser2016-11-062-3/+15
* iptables: fix loading standard targetRalph Sennhauser2016-11-051-1/+8
* iptables: add support for version 1.6.0Ralph Sennhauser2016-11-042-1/+7
* zones: properly handle multiple masq_src / masq_dest negations (FS#248)Jo-Philipp Wich2016-11-011-7/+59
* iptables: use different approach for managing loadable extensionsJo-Philipp Wich2016-11-012-26/+87