fix jffs2 64k and 128k images overwrite each other
[openwrt/openwrt.git] / package / firewall /
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...
2008-09-28 John Crispinfixes firewall rule generation. forwarding rules were...
2008-09-28 John Crispincustom chains were never reached on DROP/REJECT policy...
2008-09-28 Felix Fietkauset default input policy to ACCEPT to bring the firewal...
2008-09-28 Felix Fietkaufirewall: fix default policies, add a check for duplica...
2008-09-24 Nicolas Thillfirewall changes: - implement a REJECT policy and enabl...
2008-09-22 Nicolas Thillmake the whole iptables/netfiter modular (closes: ...
2008-09-16 Steven BarthFixed a typo in the firewall scripts
2008-09-15 Steven BarthFixed a typo in firewall scripts, closes #4000
2008-08-27 John Crispinmake uci firewall backwards compatible to the old firew...
2008-08-27 John Crispinadd proto tcpudp to firewall
2008-08-27 John Crispinfix device duplication in firewall if the balancing...
2008-08-27 John Crispinmake sure uci firewall reverts its states when stopped
2008-08-27 John Crispinfixes uci firewall init order, Signed-off-by: Roberto...
2008-08-27 Steven Barthfirewall: Added support for port-ranges as firstPort...
2008-08-27 John Crispinadds 5 new chains to the uci firewall that can be used...
2008-08-26 John Crispinadds more sanity checks to uci firewall
2008-08-26 John Crispinuse proto instead of protocol in uci firewall
2008-08-17 Felix Fietkaufix some firewall script typos (patch from #3897)
2008-08-16 Travis Kemenfix typo, proto should be protocol
2008-08-15 John Crispintrigger error if dport is used when no proto is defined
2008-08-11 John Crispinfixes firewall makefile description
2008-08-11 John Crispinuci firewall - make uci firewall default and remove...
2008-08-11 John Crispinuci_firewall - fixes hotplug.d script
2008-08-11 John Crispinuci firewall - remove implicit creation of zones, based...
2008-08-04 John Crispinadds a new uci firewall - iptbales and netfilter packag...