wrt55agv2-spidevs: fix build with recent kernel
[openwrt/openwrt.git] / package / firewall /
2011-09-01 Jo-Philipp Wichfirewall: make ESTABLISHED,RELATED rules match before...
2011-08-14 Jo-Philipp Wichfirewall: further tune ICMPv6 default rules according...
2011-07-26 Jo-Philipp Wichfirewall: prevent redundant rules if multiple ports...
2011-07-20 Jo-Philipp Wichfirewall: fix serious bug in state var handling (#9746)
2011-07-15 Jo-Philipp Wichfirewall: rework state variable handling, use uci_toggl...
2011-07-07 Jo-Philipp Wichfirewall: make sure that -m mac is used with --mac...
2011-07-07 Daniel Dickinsonfirewall: also correct another variable missed in previ...
2011-07-07 Daniel Dickinsonfirewall: fix wrong variable names for protocol command...
2011-07-06 Jo-Philipp Wichfirewall: - solve scoping issues when multiple values...
2011-07-06 Daniel Dickinsonfirewall: fix udp rules for tcpudp proto rules using...
2011-07-01 Jo-Philipp Wichfirewall: fix port range quirk in previous commit
2011-07-01 Jo-Philipp Wichfirewall: properly handle negated ports in nat reflection
2011-06-30 Jo-Philipp Wichfirewall: refine default ICMPv6 rules to better conform...
2011-06-30 Jo-Philipp Wichfirewall: restore local port relocation ability from...
2011-06-30 Jo-Philipp Wichfirewall: - allow multiple ports, protocols, macs,...
2011-06-16 Jo-Philipp Wichfirewall: ensure that fw_get_subnet4() sets an empty...
2011-06-16 Jo-Philipp Wichfirewall: allow symbolic names of interfaces and aliase...
2011-05-20 Jo-Philipp Wichfirewall: explictely mention network in default configu...
2011-05-02 Jo-Philipp Wichfirewall: revert accidential committed changes from...
2011-05-02 Jo-Philipp Wichfirewall: provide examples of ssh port relocation on...
2011-04-20 Jo-Philipp Wichfirewall: prevent excessive uci state data aggregation...
2011-04-12 Jo-Philipp Wichfirewall: allow local redirection of ports
2011-03-30 Jo-Philipp Wichfirewall: prevent duplicate values in interface state...
2011-03-20 Travis KemenKeep firewall.user during sysupgrades
2011-03-02 Jo-Philipp Wichfirewall: move include sourcing into a subshell, this...
2011-03-01 Jo-Philipp Wichfirewall: fix rule generation for v4 or v6 only zones...
2011-01-27 Jo-Philipp Wichfirewall: fix wrong rule order if multiple protocols...
2010-10-08 Jo-Philipp Wichfirewall: insert SNAT and DNAT rules according to the...
2010-10-05 Jo-Philipp Wichfirewall: mark /etc/firewall.user as conffile
2010-10-03 Jo-Philipp Wichfirewall: also establish forward rules when setting...
2010-09-30 Jo-Philipp Wichadd maintainer information
2010-09-28 Jo-Philipp Wichfirewall: fix chain selection logic, option dest must...
2010-09-28 Jo-Philipp Wichfirewall: don't setup nat reflection if negations are...
2010-09-28 Jo-Philipp Wichfireall: - support negations for src_ip, dest_ip, src_d...
2010-09-19 Jo-Philipp Wichfirewall: protect iptables invocations with locks in...
2010-09-16 Jo-Philipp Wichfirewall: make invalid redirects and duplicate zones...
2010-09-15 Jo-Philipp Wichfirewall: run ifdown hotplug events synchronized, fixes...
2010-09-14 Jo-Philipp Wichfirewall: deliver remove hotplug events for all active...
2010-09-11 Jo-Philipp Wichfirewall: - simplify masquerade rule setup - remove...
2010-09-05 Jo-Philipp Wichfirewall: - fix possible endless loop when the family...
2010-09-05 Jo-Philipp Wichfirewall: introduce SNAT support for redirect sections
2010-09-04 Jo-Philipp Wichfirewall: add option to disable NAT reflection
2010-09-04 Jo-Philipp Wichfirewall: clean up description (#7875)
2010-09-04 Jo-Philipp Wichfirewall: - handle NAT reflection in firewall hotplug...
2010-08-31 Jo-Philipp Wichfirewall: - fix processing of rules with an ip family...
2010-07-31 Jo-Philipp Wichfirwall: fix nat reflection for zones covering multiple...
2010-07-31 Jo-Philipp Wichfirewall: add basic NAT reflection/NAT loopback support
2010-07-16 Jo-Philipp Wichfirewall: allow redirecting only destination port ...
2010-07-15 Jo-Philipp Wichfirewall: fix another notrack related bug
2010-07-15 Jo-Philipp Wichfirewall: - notrack support was broken in multiple...
2010-06-02 Jo-Philipp Wichfirewall: - support alias ifnames different from parent...
2010-06-01 Jo-Philipp Wichfirewall: Initial alias interface support. This allows...
2010-05-31 Jo-Philipp Wichfirewall: change the order of IPv4/IPv6 address detecti...
2010-05-30 Jo-Philipp Wichfirewall: fix support for netranges in redirect and...
2010-05-22 Jo-Philipp Wichfirewall: count rules per chain and family, fix wrong...
2010-05-19 Jo-Philipp Wichfirewall: don't apply default udp/68 rule to ip6tables
2010-05-19 Jo-Philipp Wichfirewall: - fix ip6tables rules when icmp_type option...
2010-05-19 Jo-Philipp Wichfirewall: add commented disable_ipv6 option to default...
2010-05-19 Jo-Philipp Wichfirewall: implement disable_ipv6 uci option
2010-05-19 Jo-Philipp Wichfirewall (#7355) - partially revert r21486, start firew...
2010-05-18 Jo-Philipp Wichfirewall: fix a possible deadlock when the firewall...
2010-05-17 Jo-Philipp Wichfirewall: use uci_get_state() wrapper
2010-05-17 Jo-Philipp Wichfirewall: properly clear hooks in fw_stop() to prevent...
2010-05-17 Jo-Philipp Wichfirewall: - defer firewall start until the first interf...
2010-05-05 Jo-Philipp Wichfirewall: properly unset position for delete command...
2010-05-05 Jo-Philipp Wichfirewall: fix bug in iface hotplug handler
2010-05-01 Jo-Philipp Wichfirewall: - replace uci firewall with a modular dual...
2010-03-18 Travis Kemenallow ping
2010-03-02 Jo-Philipp Wichfirewall: insert rules at the beginning of chains again...
2010-02-20 Jo-Philipp Wichfirewall: fix bad number error in fw_redirect() (#6704)
2010-02-11 Travis KemenAdd destination ip of the wan adapter useful if you...
2010-01-19 Jo-Philipp Wichfirewall: fix a race condition preventing interfaces...
2009-12-10 Felix Fietkaufirewall: fix fallout from r18716 (fixes #6338)
2009-12-09 Felix Fietkaufirewall: get rid of recursive shell script inclusion...
2009-12-09 Felix Fietkauadjust dependencies of firewall and qos-scripts, so...
2009-12-01 Jo-Philipp Wichfirewall: initialize dest_port with src_dport if omitte...
2009-10-11 Felix Fietkaufirewall: fix zone defaults
2009-10-10 Felix Fietkaufirewall: do not process rules in reverse
2009-09-27 Nicolas Thillfirewall: fix MSS issue affection RELATED new connectio...
2009-09-24 Felix Fietkaufirewall: add sanity checks to zone default rules ...
2009-09-14 Jo-Philipp Wichfirewall: move the config_get out of the loop, no need...
2009-09-14 Jo-Philipp Wichfirewall: properly dispatch delif events if the network...
2009-09-10 Andy Boyettbump some revisions and update copyrights
2009-08-26 Felix Fietkaufirewall: emit hotplug events for interface add/remove
2009-08-13 Jo-Philipp Wichfirewall: allow incoming udp/68 packets in the default...
2009-08-03 Jo-Philipp Wichfirewall: add icmp_type option to specify the icmp...
2009-07-24 Florian Fainelliset PKGARCH to all for packages in trunk containing...
2009-05-26 Florian Fainellifix typo in the uci firewall script
2009-05-14 Felix Fietkaufirewall: automatically set up NOTRACK rules to disable...
2009-04-19 Jo-Philipp Wichfirewall: actually copy firewall.user to image
2009-04-19 Jo-Philipp Wichfirewall: process custom rules after forwardings and...
2009-04-12 Jo-Philipp Wichfirewall: enable /etc/firewall.user by default and...
2009-01-31 Felix Fietkaure-enable the mss fix by default for now - see discussi...
2009-01-20 Felix Fietkaufirewall: don't clear the mangle table at startup or...
2009-01-16 Jo-Philipp Wichfirewall: introduce drop_invalid option to allow disabl...
2009-01-16 Felix Fietkaufirewall: allow multiple interfaces to be part of one...
2009-01-02 Felix Fietkaufirewall: clear the MSSFIX rules
2009-01-01 Steven BarthUnify portrange-support in firewall rule generator...
2008-12-31 Felix Fietkaudisable the MSS fixup hack by default (most ISPs don...
2008-10-14 John Crispinfixes firewall for trunk, custom chains were never...
next