summaryrefslogtreecommitdiffstats
path: root/package/iptables/patches
Commit message (Collapse)AuthorAgeFilesLines
* iptables: fix build error if only libraries are selectednbd2012-06-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: make it possible to dynamically configure built-in statically ↵nbd2012-02-221-0/+56
| | | | | | linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30676 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: iptables: fix compilation with linux 3.2jogo2012-01-131-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: refresh patchesjow2011-07-172-19/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: add support for ipt_recent --reap optionjow2011-03-101-0/+122
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/iptables]: as [25641] removed kernel IMQ support, remove it from ↵kaloz2011-02-211-124/+0
| | | | | | iptables as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25646 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: fix layer7 patch to place the source in extensions/, I ↵jow2010-12-191-1/+1
| | | | | | doubt it ever worked git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes ↵acoul2010-12-084-27/+10
| | | | | | #8369) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also ↵jow2010-10-091-0/+16
| | | | | | move autogen.sh invocation to Build/Configure git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: refresh patchjow2010-08-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22520 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: upgrade to iptables version 1.4.9acoul2010-08-041-23/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables:jow2010-06-141-0/+94
| | | | | | | | - supress detection of libnfnetlink and force configure to not use it - fix staging install of libxtables, libiptc and libipq libraries git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21799 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: update to 1.4.7nico2010-04-141-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: refresh patchesjuhosg2010-03-263-12/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: disable kernel module autoloadingjow2010-02-282-20/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19917 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: fix a segfault when iptables tries to use modprobe, ↵jow2010-02-241-0/+20
| | | | | | force it to use insmod git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: fix multiport match for brcm-2.4jow2010-02-191-0/+265
| | | | | | | | | | | Since the netfilter framework in Linux 2.4 lacks support for target and match revisioning, iptables falls back to the v0 implementation of multiport while only v1 is implemented on the kernel side, leading to an invalid argument error when trying to insert rules using multiport. This patch removes v0 support from the userspace match library to enforce the usage of the v1 match implementation. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: update to v1.4.6, relocate patches - patch by Edgar Soldinjow2010-01-234-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make patches against iptables apply again after update to 1.4.4 ↵florian2009-07-175-13/+0
| | | | | | (#5540) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: update imq userspace partjow2009-05-073-201/+127
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: fix segfault in xtables_parse_protocol() if an unknown ↵jow2009-05-031-0/+13
| | | | | | protocol is specified for -p git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: replace exot_error() with xtables_error() in layer7 patchjow2009-05-011-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [iptables] In r15501 the libxt_layer7.c was placed in a wrong location.hauke2009-05-011-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] drop iptables 1.3.8 and switch to to 1.4.3.2, refresh layer7 ↵jow2009-04-297-951/+22
| | | | | | kernel patches and add packages for libiptc + libxtables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade iptables to 1.4.3.2kaloz2009-04-294-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for ipp2p - it's unmaintained, broken, overmatching and ↵nbd2009-02-212-938/+0
| | | | | | undermatching => not that useful for QoS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: remove CHAOS and TARPIT patchesjuhosg2009-02-082-499/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [iptable] fix table alignment for cris (#4104)claudio2009-02-041-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix userland netfilter headers installed by iptablesnico2009-01-181-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade iptables to 1.4.1.1, needed for proper 2.6.27 supportkaloz2008-12-017-556/+212
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Finally fix iptables -m conntrack (#988), bump release numnberflorian2008-11-161-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesjuhosg2008-04-1514-527/+2037
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix layer7 user-space iptables compilation (#3307)florian2008-04-061-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: remove obsolete patchjuhosg2008-02-151-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add TARPIT support to netfilter/iptablesjuhosg2007-10-071-0/+106
| | | | | | | | | * netfilter: add the xt_TARPIT target module required by xt_CHAOS * include/netfilter.mk: reorder, xt_CHAOS depends on xt_TARPIT and xt_DELUDE * iptables: add libipt_TARPIT to the kmod-ipt-extra package, bump release number * original patchset can be found [http://tinyurl.com/2mjk2kx here] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: refresh patches to 1.3.8pavlov2007-07-316-47/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move to iptables 1.3.8pavlov2007-07-122-8866/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade a few packages to newer versions (includes patch by kaloz) - ↵nbd2007-06-052-0/+8866
| | | | | | preparation for 2.6.22 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltnbd2007-06-046-63/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7kaloz2007-05-232-46/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* trunk.. same deal as changeset:6526pavlov2007-03-057-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix chaostables patch (closes: #1246)nico2007-01-231-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.florian2007-01-221-0/+348
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix iptables warning about 'wierd' interface names (#1082)nbd2007-01-011-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare packages for kernel upgrade to 2.6.19nbd2006-12-141-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update ipp2p to 0.8.1rc1, add it to 2.6 as wellnbd2006-03-231-186/+134
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add libipt_IMQ, fixes #396florian2006-03-231-0/+224
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to iptables 1.3.5kaloz2006-03-221-30/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* backport multiport stuff from 2.6 to 2.4 (disable rev0 support in iptables ↵nbd2006-02-041-0/+221
| | | | | | itself, only use the new stuff) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add gcc4 fix for iptables 1.3.4kaloz2005-12-161-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2692 3c298f89-4303-0410-b956-a3cf2f4a3e73