aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/files
Commit message (Expand)AuthorAgeFilesLines
* [package] firewall: rework state variable handling, use uci_toggle_state() wh...Jo-Philipp Wich2011-07-151-17/+24
* [package] firewall: make sure that -m mac is used with --mac-source, follow u...Jo-Philipp Wich2011-07-071-1/+1
* [package] firewall: also correct another variable missed in previous commitDaniel Dickinson2011-07-071-1/+1
* [package] firewall: fix wrong variable names for protocol command line parame...Daniel Dickinson2011-07-071-2/+2
* [package] firewall:Jo-Philipp Wich2011-07-063-29/+25
* [package] firewall: fix udp rules for tcpudp proto rules using src_port and d...Daniel Dickinson2011-07-061-0/+7
* [package] firewall: fix port range quirk in previous commitJo-Philipp Wich2011-07-011-2/+2
* [package] firewall: properly handle negated ports in nat reflectionJo-Philipp Wich2011-07-011-4/+12
* [package] firewall: refine default ICMPv6 rules to better conform with RFC489...Jo-Philipp Wich2011-06-301-13/+2
* [package] firewall: restore local port relocation ability from r26617Jo-Philipp Wich2011-06-301-3/+3
* [package] firewall:Jo-Philipp Wich2011-06-305-73/+219
* [package] firewall: ensure that fw_get_subnet4() sets an empty value if no (v...Jo-Philipp Wich2011-06-161-0/+1
* [package] firewall: allow symbolic names of interfaces and aliases in masq_sr...Jo-Philipp Wich2011-06-162-2/+27
* [package] firewall: explictely mention network in default configuration, make...Jo-Philipp Wich2011-05-201-0/+2
* [package] firewall: revert accidential committed changes from r26805Jo-Philipp Wich2011-05-021-39/+11
* [PATCH] firewall: provide examples of ssh port relocation on firewall and IPs...Jo-Philipp Wich2011-05-022-11/+61
* [package] 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
* [package] firewall: prevent duplicate values in interface state varsJo-Philipp Wich2011-03-301-1/+4
* Keep firewall.user during sysupgradesTravis Kemen2011-03-201-0/+1
* [package] firewall: move include sourcing into a subshell, this makes the fir...Jo-Philipp Wich2011-03-021-2/+4
* [package] firewall: fix rule generation for v4 or v6 only zones (#8955)Jo-Philipp Wich2011-03-011-0/+3
* [package] firewall: fix wrong rule order if multiple protocols are usedJo-Philipp Wich2011-01-271-3/+3
* [package] firewall: insert SNAT and DNAT rules according to the order of the ...Jo-Philipp Wich2010-10-082-2/+5
* [package] firewall: also establish forward rules when setting up nat reflecti...Jo-Philipp Wich2010-10-031-6/+15
* [package] firewall: fix chain selection logic, option dest must be ignored fo...Jo-Philipp Wich2010-09-281-6/+5
* [package] firewall: don't setup nat reflection if negations are usedJo-Philipp Wich2010-09-281-0/+3
* [package] fireall:Jo-Philipp Wich2010-09-284-27/+41
* [package] firewall: protect iptables invocations with locks in interface ops,...Jo-Philipp Wich2010-09-191-0/+4
* [package] firewall: make invalid redirects and duplicate zones non-fatal, pri...Jo-Philipp Wich2010-09-163-9/+11
* [package] firewall: run ifdown hotplug events synchronized, fixes a racecondi...Jo-Philipp Wich2010-09-152-9/+7
* [package] firewall: deliver remove hotplug events for all active zones/networ...Jo-Philipp Wich2010-09-142-2/+41
* [package] firewall:Jo-Philipp Wich2010-09-116-93/+113
* [package] firewall:Jo-Philipp Wich2010-09-052-4/+6
* [package] firewall: introduce SNAT support for redirect sectionsJo-Philipp Wich2010-09-052-3/+18
* [package] firewall: add option to disable NAT reflectionJo-Philipp Wich2010-09-041-0/+4
* [package] firewall:Jo-Philipp Wich2010-09-043-6/+30
* [package] firewall:Jo-Philipp Wich2010-08-313-41/+62
* [package] firwall: fix nat reflection for zones covering multiple networksJo-Philipp Wich2010-07-311-34/+56
* [package] firewall: add basic NAT reflection/NAT loopback supportJo-Philipp Wich2010-07-311-0/+79
* [package] firewall: allow redirecting only destination port (#7197)Jo-Philipp Wich2010-07-161-2/+3
* [package] firewall: fix another notrack related bugJo-Philipp Wich2010-07-151-1/+1
* [package] firewall:Jo-Philipp Wich2010-07-154-8/+10
* [package] firewall:Jo-Philipp Wich2010-06-021-10/+23
* [package] firewall: Initial alias interface support. This allows to define zo...Jo-Philipp Wich2010-06-012-28/+85
* [package] firewall: change the order of IPv4/IPv6 address detection, fixes mi...Jo-Philipp Wich2010-05-312-2/+2
* [package] firewall: fix support for netranges in redirect and rule sectionsJo-Philipp Wich2010-05-303-7/+7
* [package] firewall: count rules per chain and family, fix wrong order of ip6t...Jo-Philipp Wich2010-05-221-4/+4
* [package] firewall: don't apply default udp/68 rule to ip6tablesJo-Philipp Wich2010-05-191-0/+1
* [package] firewall:Jo-Philipp Wich2010-05-196-40/+104