summaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
Commit message (Expand)AuthorAgeFilesLines
* firewall: allow incoming ICMPv6 router-advertisement and neighbor-advertiseme...Jo-Philipp Wich2012-06-081-1/+1
* firewall: fix nat reflection after netifd status format change - use /lib/fun...Jo-Philipp Wich2012-05-281-1/+1
* firewall: fix nat reflection after netifd switch (#11460)Jo-Philipp Wich2012-05-161-1/+1
* firewall: revert processing order of redirects and rules, ensures that rules ...Jo-Philipp Wich2012-03-181-1/+1
* firewall: fix fw__uci_state_del() procedure (#11132)Jo-Philipp Wich2012-03-131-1/+1
* firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in cas...Jo-Philipp Wich2012-02-251-1/+1
* firewall: bail out if uci is used in firewall include filesJo-Philipp Wich2012-02-231-1/+1
* iptables: make it possible to dynamically configure built-in statically linke...Felix Fietkau2012-02-221-1/+1
* firewall: don't filter IPv4 ICMP types (#10928)Jo-Philipp Wich2012-02-071-1/+1
* firewall: add support for "local" port forwards which target an internal addr...Jo-Philipp Wich2012-01-081-2/+2
* firewall: - introduce per-section "option enabled" which defaults to "1" - us...Jo-Philipp Wich2011-12-201-1/+1
* firewall: add DHCPv6 default rule (#10381)Jo-Philipp Wich2011-11-091-1/+1
* firewall: relocate TCPMSS rules into mangle table, add code to selectively cl...Jo-Philipp Wich2011-10-291-1/+1
* firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_dest is giv...Jo-Philipp Wich2011-10-271-1/+1
* firewall: prevent ip6tables -t nat rules (#10265)Jo-Philipp Wich2011-10-231-1/+1
* firewall: fix another instance of unquoted "*"Jo-Philipp Wich2011-10-221-1/+1
* firewall: fix possible expansion of "*" when rules with "option src *" are pr...Jo-Philipp Wich2011-10-221-1/+1
* firewall: do not check for module availability, let iptables fail if a featur...Jo-Philipp Wich2011-10-221-1/+1
* firewall: make ESTABLISHED,RELATED rules match before INVALID, use conntrack ...Jo-Philipp Wich2011-09-011-1/+1
* firewall: further tune ICMPv6 default rules according to RFC4890 (#9893)Jo-Philipp Wich2011-08-141-1/+1
* firewall: prevent redundant rules if multiple ports and multiple icmp types a...Jo-Philipp Wich2011-07-261-1/+1
* firewall: fix serious bug in state var handling (#9746)Jo-Philipp Wich2011-07-201-1/+1
* firewall: rework state variable handling, use uci_toggle_state() where applic...Jo-Philipp Wich2011-07-151-1/+1
* firewall: make sure that -m mac is used with --mac-source, follow up to r27508Jo-Philipp Wich2011-07-071-1/+1
* firewall: - solve scoping issues when multiple values are used, thanks Daniel...Jo-Philipp Wich2011-07-061-1/+1
* firewall: properly handle negated ports in nat reflectionJo-Philipp Wich2011-07-011-1/+1
* firewall: - allow multiple ports, protocols, macs, icmp types per rule - impl...Jo-Philipp Wich2011-06-301-1/+1
* firewall: allow symbolic names of interfaces and aliases in masq_src and masq...Jo-Philipp Wich2011-06-161-1/+1
* firewall: prevent excessive uci state data aggregation (#9152)Jo-Philipp Wich2011-04-201-1/+1
* firewall: prevent duplicate values in interface state varsJo-Philipp Wich2011-03-301-1/+1
* Keep firewall.user during sysupgradesTravis Kemen2011-03-201-0/+2
* firewall: move include sourcing into a subshell, this makes the firewall init...Jo-Philipp Wich2011-03-021-1/+1
* firewall: fix rule generation for v4 or v6 only zones (#8955)Jo-Philipp Wich2011-03-011-2/+2
* firewall: fix wrong rule order if multiple protocols are usedJo-Philipp Wich2011-01-271-1/+1
* firewall: insert SNAT and DNAT rules according to the order of the configurat...Jo-Philipp Wich2010-10-081-1/+1
* firewall: mark /etc/firewall.user as conffileJo-Philipp Wich2010-10-051-0/+1
* firewall: also establish forward rules when setting up nat reflection, back o...Jo-Philipp Wich2010-10-031-1/+1
* add maintainer informationJo-Philipp Wich2010-09-301-0/+1
* fireall: - support negations for src_ip, dest_ip, src_dip options in rules an...Jo-Philipp Wich2010-09-281-1/+1
* firewall: protect iptables invocations with locks in interface ops, it might ...Jo-Philipp Wich2010-09-191-1/+1
* firewall: make invalid redirects and duplicate zones non-fatal, print a notic...Jo-Philipp Wich2010-09-161-1/+1
* firewall: run ifdown hotplug events synchronized, fixes a racecondition on "i...Jo-Philipp Wich2010-09-151-1/+1
* firewall: deliver remove hotplug events for all active zones/networks when re...Jo-Philipp Wich2010-09-141-1/+1
* firewall: - simplify masquerade rule setup - remove various subshell invocati...Jo-Philipp Wich2010-09-111-1/+1
* firewall: introduce SNAT support for redirect sectionsJo-Philipp Wich2010-09-051-1/+1
* firewall: clean up description (#7875)Jo-Philipp Wich2010-09-041-1/+1
* firewall: - handle NAT reflection in firewall hotplug, solves synchronizing i...Jo-Philipp Wich2010-09-041-2/+3
* firewall: - fix processing of rules with an ip family option - append interfa...Jo-Philipp Wich2010-08-311-1/+1
* firewall: add basic NAT reflection/NAT loopback supportJo-Philipp Wich2010-07-311-1/+2
* firewall: allow redirecting only destination port (#7197)Jo-Philipp Wich2010-07-161-1/+1