summaryrefslogtreecommitdiffstats
path: root/package/firewall/files
Commit message (Expand)AuthorAgeFilesLines
* firewall: prevent excessive uci state data aggregation (#9152)Jo-Philipp Wich2011-04-201-0/+2
* firewall: allow local redirection of portsJo-Philipp Wich2011-04-121-3/+2
* firewall: prevent duplicate values in interface state varsJo-Philipp Wich2011-03-301-1/+4
* Keep firewall.user during sysupgradesTravis Kemen2011-03-201-0/+1
* firewall: move include sourcing into a subshell, this makes the firewall init...Jo-Philipp Wich2011-03-021-2/+4
* firewall: fix rule generation for v4 or v6 only zones (#8955)Jo-Philipp Wich2011-03-011-0/+3
* firewall: fix wrong rule order if multiple protocols are usedJo-Philipp Wich2011-01-271-3/+3
* firewall: insert SNAT and DNAT rules according to the order of the configurat...Jo-Philipp Wich2010-10-082-2/+5
* firewall: also establish forward rules when setting up nat reflection, back o...Jo-Philipp Wich2010-10-031-6/+15
* firewall: fix chain selection logic, option dest must be ignored for notrack ...Jo-Philipp Wich2010-09-281-6/+5
* firewall: don't setup nat reflection if negations are usedJo-Philipp Wich2010-09-281-0/+3
* fireall: - support negations for src_ip, dest_ip, src_dip options in rules an...Jo-Philipp Wich2010-09-284-27/+41
* firewall: protect iptables invocations with locks in interface ops, it might ...Jo-Philipp Wich2010-09-191-0/+4
* firewall: make invalid redirects and duplicate zones non-fatal, print a notic...Jo-Philipp Wich2010-09-163-9/+11
* firewall: run ifdown hotplug events synchronized, fixes a racecondition on "i...Jo-Philipp Wich2010-09-152-9/+7
* firewall: deliver remove hotplug events for all active zones/networks when re...Jo-Philipp Wich2010-09-142-2/+41
* firewall: - simplify masquerade rule setup - remove various subshell invocati...Jo-Philipp Wich2010-09-116-93/+113
* firewall: - fix possible endless loop when the family option is used for forw...Jo-Philipp Wich2010-09-052-4/+6
* firewall: introduce SNAT support for redirect sectionsJo-Philipp Wich2010-09-052-3/+18
* firewall: add option to disable NAT reflectionJo-Philipp Wich2010-09-041-0/+4
* firewall: - handle NAT reflection in firewall hotplug, solves synchronizing i...Jo-Philipp Wich2010-09-043-6/+30
* firewall: - fix processing of rules with an ip family option - append interfa...Jo-Philipp Wich2010-08-313-41/+62
* firwall: fix nat reflection for zones covering multiple networksJo-Philipp Wich2010-07-311-34/+56
* firewall: add basic NAT reflection/NAT loopback supportJo-Philipp Wich2010-07-311-0/+79
* firewall: allow redirecting only destination port (#7197)Jo-Philipp Wich2010-07-161-2/+3
* firewall: fix another notrack related bugJo-Philipp Wich2010-07-151-1/+1
* firewall: - notrack support was broken in multiple ways, fix it - also consid...Jo-Philipp Wich2010-07-154-8/+10
* firewall: - support alias ifnames different from parent ifname - properly han...Jo-Philipp Wich2010-06-021-10/+23
* firewall: Initial alias interface support. This allows to define zones coveri...Jo-Philipp Wich2010-06-012-28/+85
* firewall: change the order of IPv4/IPv6 address detection, fixes mixed notati...Jo-Philipp Wich2010-05-312-2/+2
* firewall: fix support for netranges in redirect and rule sectionsJo-Philipp Wich2010-05-303-7/+7
* firewall: count rules per chain and family, fix wrong order of ip6tables rule...Jo-Philipp Wich2010-05-221-4/+4
* firewall: don't apply default udp/68 rule to ip6tablesJo-Philipp Wich2010-05-191-0/+1
* firewall: - fix ip6tables rules when icmp_type option is set - add "family" o...Jo-Philipp Wich2010-05-196-40/+104
* firewall: add commented disable_ipv6 option to default configJo-Philipp Wich2010-05-191-0/+2
* firewall: implement disable_ipv6 uci optionJo-Philipp Wich2010-05-192-5/+11
* firewall (#7355) - partially revert r21486, start firewall on init again - sk...Jo-Philipp Wich2010-05-194-26/+11
* firewall: fix a possible deadlock when the firewall config has syntax errors ...Jo-Philipp Wich2010-05-181-2/+4
* firewall: use uci_get_state() wrapperJo-Philipp Wich2010-05-171-1/+1
* firewall: properly clear hooks in fw_stop() to prevent extensions from being ...Jo-Philipp Wich2010-05-171-1/+8
* firewall: - defer firewall start until the first interface is brought up by h...Jo-Philipp Wich2010-05-173-6/+20
* firewall: properly unset position for delete command, fixes rule removal in i...Jo-Philipp Wich2010-05-051-2/+2
* firewall: fix bug in iface hotplug handlerJo-Philipp Wich2010-05-051-1/+1
* firewall: - replace uci firewall with a modular dual stack implementation dev...Jo-Philipp Wich2010-05-0114-539/+1016
* allow pingTravis Kemen2010-03-181-0/+7
* firewall: insert rules at the beginning of chains again while maintaining non...Jo-Philipp Wich2010-03-021-1/+4
* firewall: fix bad number error in fw_redirect() (#6704)Jo-Philipp Wich2010-02-201-3/+3
* Add destination ip of the wan adapter useful if you have multiple ip addresses.Travis Kemen2010-02-111-0/+2
* firewall: fix a race condition preventing interfaces from being added to the ...Jo-Philipp Wich2010-01-191-2/+6
* firewall: fix fallout from r18716 (fixes #6338)Felix Fietkau2009-12-101-1/+3