| Commit message (Expand) | Author | Age | Files | Lines |
* | firewall: allow local redirection of ports | jow | 2011-04-12 | 1 | -3/+2 |
* | [package] firewall: prevent duplicate values in interface state vars | jow | 2011-03-30 | 1 | -1/+4 |
* | Keep firewall.user during sysupgrades | thepeople | 2011-03-20 | 1 | -0/+1 |
* | [package] firewall: move include sourcing into a subshell, this makes the fir... | jow | 2011-03-02 | 1 | -2/+4 |
* | [package] firewall: fix rule generation for v4 or v6 only zones (#8955) | jow | 2011-03-01 | 1 | -0/+3 |
* | [package] firewall: fix wrong rule order if multiple protocols are used | jow | 2011-01-27 | 1 | -3/+3 |
* | [package] firewall: insert SNAT and DNAT rules according to the order of the ... | jow | 2010-10-08 | 2 | -2/+5 |
* | [package] firewall: also establish forward rules when setting up nat reflecti... | jow | 2010-10-03 | 1 | -6/+15 |
* | [package] firewall: fix chain selection logic, option dest must be ignored fo... | jow | 2010-09-28 | 1 | -6/+5 |
* | [package] firewall: don't setup nat reflection if negations are used | jow | 2010-09-28 | 1 | -0/+3 |
* | [package] fireall: | jow | 2010-09-28 | 4 | -27/+41 |
* | [package] firewall: protect iptables invocations with locks in interface ops,... | jow | 2010-09-19 | 1 | -0/+4 |
* | [package] firewall: make invalid redirects and duplicate zones non-fatal, pri... | jow | 2010-09-16 | 3 | -9/+11 |
* | [package] firewall: run ifdown hotplug events synchronized, fixes a racecondi... | jow | 2010-09-15 | 2 | -9/+7 |
* | [package] firewall: deliver remove hotplug events for all active zones/networ... | jow | 2010-09-14 | 2 | -2/+41 |
* | [package] firewall: | jow | 2010-09-11 | 6 | -93/+113 |
* | [package] firewall: | jow | 2010-09-05 | 2 | -4/+6 |
* | [package] firewall: introduce SNAT support for redirect sections | jow | 2010-09-05 | 2 | -3/+18 |
* | [package] firewall: add option to disable NAT reflection | jow | 2010-09-04 | 1 | -0/+4 |
* | [package] firewall: | jow | 2010-09-04 | 3 | -6/+30 |
* | [package] firewall: | jow | 2010-08-31 | 3 | -41/+62 |
* | [package] firwall: fix nat reflection for zones covering multiple networks | jow | 2010-07-31 | 1 | -34/+56 |
* | [package] firewall: add basic NAT reflection/NAT loopback support | jow | 2010-07-31 | 1 | -0/+79 |
* | [package] firewall: allow redirecting only destination port (#7197) | jow | 2010-07-16 | 1 | -2/+3 |
* | [package] firewall: fix another notrack related bug | jow | 2010-07-15 | 1 | -1/+1 |
* | [package] firewall: | jow | 2010-07-15 | 4 | -8/+10 |
* | [package] firewall: | jow | 2010-06-02 | 1 | -10/+23 |
* | [package] firewall: Initial alias interface support. This allows to define zo... | jow | 2010-06-01 | 2 | -28/+85 |
* | [package] firewall: change the order of IPv4/IPv6 address detection, fixes mi... | jow | 2010-05-31 | 2 | -2/+2 |
* | [package] firewall: fix support for netranges in redirect and rule sections | jow | 2010-05-30 | 3 | -7/+7 |
* | [package] firewall: count rules per chain and family, fix wrong order of ip6t... | jow | 2010-05-22 | 1 | -4/+4 |
* | [package] firewall: don't apply default udp/68 rule to ip6tables | jow | 2010-05-19 | 1 | -0/+1 |
* | [package] firewall: | jow | 2010-05-19 | 6 | -40/+104 |
* | [package] firewall: add commented disable_ipv6 option to default config | jow | 2010-05-19 | 1 | -0/+2 |
* | [package] firewall: implement disable_ipv6 uci option | jow | 2010-05-19 | 2 | -5/+11 |
* | [package] firewall (#7355) | jow | 2010-05-19 | 4 | -26/+11 |
* | [package] firewall: fix a possible deadlock when the firewall config has synt... | jow | 2010-05-18 | 1 | -2/+4 |
* | [package] firewall: use uci_get_state() wrapper | jow | 2010-05-17 | 1 | -1/+1 |
* | [package] firewall: properly clear hooks in fw_stop() to prevent extensions f... | jow | 2010-05-17 | 1 | -1/+8 |
* | [package] firewall: | jow | 2010-05-17 | 3 | -6/+20 |
* | [package] firewall: properly unset position for delete command, fixes rule re... | jow | 2010-05-05 | 1 | -2/+2 |
* | [package] firewall: fix bug in iface hotplug handler | jow | 2010-05-05 | 1 | -1/+1 |
* | [package] firewall: | jow | 2010-05-01 | 14 | -539/+1016 |
* | allow ping | thepeople | 2010-03-18 | 1 | -0/+7 |
* | [package] firewall: insert rules at the beginning of chains again while maint... | jow | 2010-03-02 | 1 | -1/+4 |
* | [package] firewall: fix bad number error in fw_redirect() (#6704) | jow | 2010-02-20 | 1 | -3/+3 |
* | Add destination ip of the wan adapter useful if you have multiple ip addresses. | thepeople | 2010-02-11 | 1 | -0/+2 |
* | [package] firewall: fix a race condition preventing interfaces from being add... | jow | 2010-01-19 | 1 | -2/+6 |
* | firewall: fix fallout from r18716 (fixes #6338) | nbd | 2009-12-10 | 1 | -1/+3 |
* | firewall: get rid of recursive shell script inclusion to improve hush compati... | nbd | 2009-12-09 | 2 | -37/+46 |