aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
Commit message (Collapse)AuthorAgeFilesLines
* iptables: fix build error if only libraries are selectedFelix Fietkau2012-06-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix iptables abuse of kernel header files. Use exported headers instead.Gabor Juhos2012-05-031-4/+4
| | | | | | | | [juhosg: export xt_layer7.h for all kernel versions] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: make it possible to dynamically configure built-in statically ↵Felix Fietkau2012-02-222-48/+59
| | | | | | 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
* iptables: do not link binaries with -rdynamic, plugins do not need any ↵Felix Fietkau2012-02-211-1/+0
| | | | | | symbols from the main executable. saves some space git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: Fix mod-ipopt package description (#10931)Vasilis Tsiligiannis2012-02-081-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: don't apply patches if building an external kernelFlorian Fainelli2012-02-061-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes ↵Jo-Philipp Wich2012-01-181-1/+1
| | | | | | undefined refs to in6addr_any when compiling with external CodeSourcery toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: iptables: fix compilation with linux 3.2Jonas Gorski2012-01-131-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: drop iptables-utils and ip6tables-utils, ship needed ↵Jo-Philipp Wich2011-08-111-29/+5
| | | | | | symlinks in iptables and ip6tables packages (#9691) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: refresh patchesJo-Philipp Wich2011-07-172-19/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: rewrite module help texts (#7446)Jo-Philipp Wich2011-07-171-64/+134
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: fix redundant binaries in iptables-utils & ↵Jo-Philipp Wich2011-07-171-3/+7
| | | | | | ip6tables-utils (#9691) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27646 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: add iptables-mod-led (#9400)Florian Fainelli2011-07-051-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [netfilter] package u32 match and TEE target, patches by Maxim UvarovJo-Philipp Wich2011-05-241-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: libiptc.so is only a compatibility stub, split the package into ↵Felix Fietkau2011-03-251-4/+31
| | | | | | libip4tc and libip6tc and adjust dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] artables ebtables iptables: Moved *tables to Firewall submenu of ↵Daniel Dickinson2011-03-121-0/+1
| | | | | | the Network package group because that's where all the feeds packages for firewalls now are. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26056 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: add support for ipt_recent --reap optionJo-Philipp Wich2011-03-102-2/+124
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: do not use -static-libgccFelix Fietkau2011-03-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/iptables]: as [25641] removed kernel IMQ support, remove it from ↵Imre Kaloz2011-02-212-136/+0
| | | | | | iptables as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25646 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: don't call autogen.sh, use autoreconf fixup instead of ↵Jo-Philipp Wich2010-12-201-6/+1
| | | | | | libtool git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: fix layer7 patch to place the source in extensions/, I ↵Jo-Philipp Wich2010-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 ↵Alexandros C. Couloumbis2010-12-085-29/+12
| | | | | | #8369) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/iptables] the switch to libtool2 seems to cause the iptables build ↵Mirko Vogt2010-12-041-3/+3
| | | | | | environment not building static libraries anymore, for whatever reason.. since we don't need them anyway, just do no try to copy them over anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: Fix call to md5sMichael Büsch2010-10-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also ↵Jo-Philipp Wich2010-10-092-2/+18
| | | | | | move autogen.sh invocation to Build/Configure git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* From: Joseph Roback <openwrt-devel@roback.cc>Michael Büsch2010-09-071-0/+1
| | | | | | | | | 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback <joe@roback.cc> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: partly revert r22582, fixes ip6tables extension packagingJo-Philipp Wich2010-08-171-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: update to 1.4.9.1 and cleanup:Nicolas Thill2010-08-101-25/+17
| | | | | | | | | | * call autogen.sh in Build/Prepare instead of Build/Compile * use PKG_INSTALL * re-enable static libs * add dep on libiptc & libxtables to ip6tables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: refresh patchJo-Philipp Wich2010-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.9Alexandros C. Couloumbis2010-08-042-25/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] remove iptables libipq dependency, thanks jowFlorian Fainelli2010-07-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] package libipq as a shared libraryFlorian Fainelli2010-07-311-1/+13
| | | | | | | | | | | r21799 by jow changed the staging install of libipq so that it is no longer available as a static library but is dynamically linked in as a shared library. However the libipq package was not being built. This patch provides libipq.so as a package. Signed-off-by: Ashok Rao <greatarbor@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* finalize r22241 fixesAlexandros C. Couloumbis2010-07-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: package hashlimit module (#6696)Jo-Philipp Wich2010-07-161-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: fix compile failure on gentoo build system (thanks nbd)Alexandros C. Couloumbis2010-06-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [netfilter] package TPROXY target and module infrastructureJo-Philipp Wich2010-06-221-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables:Jo-Philipp Wich2010-06-142-3/+97
| | | | | | | | - 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: update to iptables-1.4.8Alexandros C. Couloumbis2010-06-101-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] revert r21522, updating to 1.4.8 requires libnfnetlinkFlorian Fainelli2010-05-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update iptables md5sumFlorian Fainelli2010-05-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21534 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update iptables to 1.4.8Florian Fainelli2010-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 includesFlorian Fainelli2010-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.7Nicolas Thill2010-04-142-13/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: refresh patchesGabor Juhos2010-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.Travis Kemen2010-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 autoloadingJo-Philipp Wich2010-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, ↵Jo-Philipp Wich2010-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.4Jo-Philipp Wich2010-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 ↵Jo-Philipp Wich2010-02-191-2/+2
| | | | | | mod-conntrack now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19722 3c298f89-4303-0410-b956-a3cf2f4a3e73