aboutsummaryrefslogtreecommitdiff
path: root/package/firewall/files/lib
Commit message (Expand)AuthorAge
* firewall: insert SNAT and DNAT rules according to the order of the configurat...Jo-Philipp Wich2010-10-08
* firewall: fix chain selection logic, option dest must be ignored for notrack ...Jo-Philipp Wich2010-09-28
* fireall: - support negations for src_ip, dest_ip, src_dip options in rules an...Jo-Philipp Wich2010-09-28
* firewall: protect iptables invocations with locks in interface ops, it might ...Jo-Philipp Wich2010-09-19
* firewall: make invalid redirects and duplicate zones non-fatal, print a notic...Jo-Philipp Wich2010-09-16
* firewall: run ifdown hotplug events synchronized, fixes a racecondition on "i...Jo-Philipp Wich2010-09-15
* firewall: deliver remove hotplug events for all active zones/networks when re...Jo-Philipp Wich2010-09-14
* firewall: - simplify masquerade rule setup - remove various subshell invocati...Jo-Philipp Wich2010-09-11
* firewall: - fix possible endless loop when the family option is used for forw...Jo-Philipp Wich2010-09-05
* firewall: introduce SNAT support for redirect sectionsJo-Philipp Wich2010-09-05
* firewall: - handle NAT reflection in firewall hotplug, solves synchronizing i...Jo-Philipp Wich2010-09-04
* firewall: - fix processing of rules with an ip family option - append interfa...Jo-Philipp Wich2010-08-31
* firewall: allow redirecting only destination port (#7197)Jo-Philipp Wich2010-07-16
* firewall: fix another notrack related bugJo-Philipp Wich2010-07-15
* firewall: - notrack support was broken in multiple ways, fix it - also consid...Jo-Philipp Wich2010-07-15
* firewall: - support alias ifnames different from parent ifname - properly han...Jo-Philipp Wich2010-06-02
* firewall: Initial alias interface support. This allows to define zones coveri...Jo-Philipp Wich2010-06-01
* firewall: change the order of IPv4/IPv6 address detection, fixes mixed notati...Jo-Philipp Wich2010-05-31
* firewall: fix support for netranges in redirect and rule sectionsJo-Philipp Wich2010-05-30
* firewall: count rules per chain and family, fix wrong order of ip6tables rule...Jo-Philipp Wich2010-05-22
* firewall: - fix ip6tables rules when icmp_type option is set - add "family" o...Jo-Philipp Wich2010-05-19
* firewall: implement disable_ipv6 uci optionJo-Philipp Wich2010-05-19
* firewall (#7355) - partially revert r21486, start firewall on init again - sk...Jo-Philipp Wich2010-05-19
* firewall: fix a possible deadlock when the firewall config has syntax errors ...Jo-Philipp Wich2010-05-18
* firewall: use uci_get_state() wrapperJo-Philipp Wich2010-05-17
* firewall: properly clear hooks in fw_stop() to prevent extensions from being ...Jo-Philipp Wich2010-05-17
* firewall: - defer firewall start until the first interface is brought up by h...Jo-Philipp Wich2010-05-17
* firewall: properly unset position for delete command, fixes rule removal in i...Jo-Philipp Wich2010-05-05
* firewall: - replace uci firewall with a modular dual stack implementation dev...Jo-Philipp Wich2010-05-01