summaryrefslogtreecommitdiffstats
path: root/package/iptables
Commit message (Collapse)AuthorAgeFilesLines
* [package] update iptables to 1.4.8florian2010-05-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix iptables cflags to include architecture specific asm includesflorian2010-04-201-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: update to 1.4.7nico2010-04-142-13/+3
| | | | 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
* this patch fixes iptables parallel build.thepeople2010-03-141-78/+80
| | | | | | -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: disable kernel module autoloadingjow2010-02-283-24/+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-242-0/+24
| | | | | | 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: fix menuconfig descriptions, raw and notrack are in ↵jow2010-02-191-2/+2
| | | | | | mod-conntrack now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: install libip[46]tc into staging dirjow2010-01-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: --enable-static and --enable-shared don't work well ↵jow2010-01-241-1/+0
| | | | | | together, drop --enable-static git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: update to v1.4.6, relocate patches - patch by Edgar Soldinjow2010-01-235-9/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] iptables: add an iptables-mod-ipset package (closes: #6327)nico2009-12-181-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: move to 'Network' in menuconfignbd2009-12-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: bump pkg revisionjow2009-12-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: add comment match to the core packagejow2009-12-081-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix breakage introduced with r18315florian2009-11-051-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] remove the patch dir hack in iptables when building with anflorian2009-11-051-6/+0
| | | | | | external tree, this did not work at all. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove $(FPIC) from iptables, it is handled internally correctly. saves 2k ↵nbd2009-10-201-1/+0
| | | | | | on mips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18098 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ipset support from core, it is now provided by xtables-addons from ↵nico2009-10-031-6/+0
| | | | | | the packages feed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: fix build error with linux 2.6.31nbd2009-09-251-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libiptc and libxtables should install their libraries as symbolic ↵florian2009-08-071-3/+3
| | | | | | links (#5313, #5639) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] install libiptc/libipulog from iptables (#5549)florian2009-08-011-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] force iptables to be configured with ipv6 enabled (#5586)florian2009-08-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17076 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
* upgrade to new upstream version 1.4.4markus2009-07-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix typo in iptables makefile resulting in patches not being ↵florian2009-06-091-2/+2
| | | | | | applied (#5311) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] do not apply iptables patches when building with ↵florian2009-06-041-0/+4
| | | | | | CONFIG_EXTERNAL_KERNEL_TREE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: export libipqnbd2009-05-291-3/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16164 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: install essential headers into staging dirjow2009-05-051-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15621 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:nico2009-05-031-47/+44
| | | | | | | | | | | - add libtool fixups - fix libiptc & libxtables packages, containing only symlinks but missing the actual library files - enable static versions of libiptc & libxtables - install pkgconfig .pc files as well - cleanup & reorg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: install libxtables.so and libiptc.so into staging dirjow2009-05-021-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15550 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] Update layer7 ruleshauke2009-05-0116-7/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15544 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-298-973/+59
| | | | | | kernel patches and add packages for libiptc + libxtables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we don't need the libiptc librarykaloz2009-04-291-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade iptables to 1.4.3.2kaloz2009-04-295-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a description which still mentioned ipp2pnbd2009-02-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14603 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
* [kernel] netfilter: remove CHAOS, TARPIT and DELUDE referencesjuhosg2009-02-091-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: remove CHAOS and TARPIT patchesjuhosg2009-02-083-501/+2
| | | | 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
* temp fix for iptables build failure after [13931]nico2009-01-081-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix iptables compile with 2.6.26nbd2008-12-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade iptables to 1.4.1.1, needed for proper 2.6.27 supportkaloz2008-12-018-568/+221
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13458 3c298f89-4303-0410-b956-a3cf2f4a3e73