aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall
Commit message (Expand)AuthorAgeFilesLines
* AA: firewall: merge r37082 (#13787)Jo-Philipp Wich2013-06-291-2/+2
* AA: firewall: merge r36963Jo-Philipp Wich2013-06-181-2/+2
* AA: firewall: merge r36960Jo-Philipp Wich2013-06-181-2/+2
* AA: firewall: merge r36935Jo-Philipp Wich2013-06-131-2/+2
* AA: firewall: merge r36933Jo-Philipp Wich2013-06-131-2/+2
* AA: firewall: merge r36871Jo-Philipp Wich2013-06-061-2/+2
* AA: firewall: backport r36868 (#13653)Jo-Philipp Wich2013-06-061-4/+1
* AA: firewall: merge r36854Jo-Philipp Wich2013-06-051-2/+2
* AA: firewall3: rename to firewall, move into base system menu, update to git ...Jo-Philipp Wich2013-06-045-0/+285
* AA: Drop legacy firewall packageJo-Philipp Wich2013-06-0417-1925/+0
* AA: backport r36623Steven Barth2013-05-261-1/+1
* AA: firewall: backport r35348Jo-Philipp Wich2013-01-282-2/+5
* AA: firewall: merge r34472 and r34569Jo-Philipp Wich2013-01-022-87/+124
* [package] firewall: also set up nat reflection rules for redirects with proto...Jo-Philipp Wich2012-07-092-2/+3
* [package] firewall: allow incoming ICMPv6 router-advertisement and neighbor-a...Jo-Philipp Wich2012-06-082-1/+3
* [package] /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-052-2/+2
* [packages] firewall: fix nat reflection after netifd status format changeJo-Philipp Wich2012-05-282-48/+10
* [package] firewall: rework interface address determination to skip ipv6 addre...Jo-Philipp Wich2012-05-161-9/+19
* [package] firewall: fix nat reflection after netifd switch (#11460)Jo-Philipp Wich2012-05-162-4/+34
* [package/firewall] minor change: adjust formatting of firewall.configMirko Vogt2012-04-211-13/+13
* [package] firewall: revert processing order of redirects and rules, ensures t...Jo-Philipp Wich2012-03-182-4/+4
* [package] firewall: fix fw__uci_state_del() procedure (#11132)Jo-Philipp Wich2012-03-132-3/+3
* [package] firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICM...Jo-Philipp Wich2012-02-252-1/+3
* [package] firewall: bail out if uci is used in firewall include filesJo-Philipp Wich2012-02-232-2/+8
* iptables: make it possible to dynamically configure built-in statically linke...Felix Fietkau2012-02-221-1/+1
* [package] firewall: don't filter IPv4 ICMP types (#10928)Jo-Philipp Wich2012-02-072-5/+2
* [package] firewall: add support for "local" port forwards which target an int...Jo-Philipp Wich2012-01-082-4/+15
* [package] firewall:Jo-Philipp Wich2011-12-203-2/+11
* [package] firewall: add DHCPv6 default rule (#10381)Jo-Philipp Wich2011-11-092-1/+13
* [package] firewall: relocate TCPMSS rules into mangle table, add code to sele...Jo-Philipp Wich2011-10-294-7/+21
* [package] firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_d...Jo-Philipp Wich2011-10-273-4/+7
* [package] firewall: prevent ip6tables -t nat rules (#10265)Jo-Philipp Wich2011-10-232-2/+3
* [package] firewall: fix another instance of unquoted "*"Jo-Philipp Wich2011-10-222-2/+2
* [package] firewall: fix possible expansion of "*" when rules with "option src...Jo-Philipp Wich2011-10-222-6/+11
* [package] firewall: do not check for module availability, let iptables fail i...Jo-Philipp Wich2011-10-222-16/+2
* [package] firewall: make ESTABLISHED,RELATED rules match before INVALID, use ...Jo-Philipp Wich2011-09-012-9/+9
* [package] firewall: further tune ICMPv6 default rules according to RFC4890 (#...Jo-Philipp Wich2011-08-143-2/+18
* [package] firewall: prevent redundant rules if multiple ports and multiple ic...Jo-Philipp Wich2011-07-262-8/+17
* [package] firewall: fix serious bug in state var handling (#9746)Jo-Philipp Wich2011-07-202-3/+3
* [package] firewall: rework state variable handling, use uci_toggle_state() wh...Jo-Philipp Wich2011-07-152-18/+25
* [package] firewall: make sure that -m mac is used with --mac-source, follow u...Jo-Philipp Wich2011-07-072-2/+2
* [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-064-30/+26
* [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-012-5/+13
* [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-306-74/+220