Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | packages: sort network related packages into package/network/ | Felix Fietkau | 2012-10-10 |
| | | | | SVN-Revision: 33688 | ||
* | Fix iptables abuse of kernel header files. Use exported headers instead. | Gabor Juhos | 2012-05-03 |
| | | | | | | | | [juhosg: export xt_layer7.h for all kernel versions] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> SVN-Revision: 31566 | ||
* | iptables: make it possible to dynamically configure built-in statically ↵ | Felix Fietkau | 2012-02-22 |
| | | | | | | linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs SVN-Revision: 30676 | ||
* | iptables: do not link binaries with -rdynamic, plugins do not need any ↵ | Felix Fietkau | 2012-02-21 |
| | | | | | | symbols from the main executable. saves some space SVN-Revision: 30675 | ||
* | iptables: Fix mod-ipopt package description (#10931) | Vasilis Tsiligiannis | 2012-02-08 |
| | | | | SVN-Revision: 30373 | ||
* | iptables: don't apply patches if building an external kernel | Florian Fainelli | 2012-02-06 |
| | | | | SVN-Revision: 30339 | ||
* | iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs to ↵ | Jo-Philipp Wich | 2012-01-18 |
| | | | | | | in6addr_any when compiling with external CodeSourcery toolchain SVN-Revision: 29778 | ||
* | iptables: drop iptables-utils and ip6tables-utils, ship needed symlinks in ↵ | Jo-Philipp Wich | 2011-08-11 |
| | | | | | | iptables and ip6tables packages (#9691) SVN-Revision: 27961 | ||
* | iptables: rewrite module help texts (#7446) | Jo-Philipp Wich | 2011-07-17 |
| | | | | SVN-Revision: 27648 | ||
* | iptables: fix redundant binaries in iptables-utils & ip6tables-utils (#9691) | Jo-Philipp Wich | 2011-07-17 |
| | | | | SVN-Revision: 27646 | ||
* | iptables: add iptables-mod-led (#9400) | Florian Fainelli | 2011-07-05 |
| | | | | SVN-Revision: 27460 | ||
* | package u32 match and TEE target, patches by Maxim Uvarov | Jo-Philipp Wich | 2011-05-24 |
| | | | | SVN-Revision: 26977 | ||
* | iptables: libiptc.so is only a compatibility stub, split the package into ↵ | Felix Fietkau | 2011-03-25 |
| | | | | | | libip4tc and libip6tc and adjust dependencies SVN-Revision: 26292 | ||
* | artables ebtables iptables: Moved *tables to Firewall submenu of the Network ↵ | Daniel Dickinson | 2011-03-12 |
| | | | | | | package group because that's where all the feeds packages for firewalls now are. SVN-Revision: 26056 | ||
* | iptables: add support for ipt_recent --reap option | Jo-Philipp Wich | 2011-03-10 |
| | | | | SVN-Revision: 26008 | ||
* | iptables: do not use -static-libgcc | Felix Fietkau | 2011-03-01 |
| | | | | SVN-Revision: 25808 | ||
* | as [25641] removed kernel IMQ support, remove it from iptables as well | Imre Kaloz | 2011-02-21 |
| | | | | SVN-Revision: 25646 | ||
* | iptables: don't call autogen.sh, use autoreconf fixup instead of libtool | Jo-Philipp Wich | 2010-12-20 |
| | | | | SVN-Revision: 24740 | ||
* | package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes ↵ | Alexandros C. Couloumbis | 2010-12-08 |
| | | | | | | #8369) SVN-Revision: 24345 | ||
* | the switch to libtool2 seems to cause the iptables build environment not ↵ | Mirko Vogt | 2010-12-04 |
| | | | | | | building static libraries anymore, for whatever reason.. since we don't need them anyway, just do no try to copy them over anymore SVN-Revision: 24244 | ||
* | iptables: Fix call to md5s | Michael Büsch | 2010-10-27 |
| | | | | SVN-Revision: 23675 | ||
* | iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move ↵ | Jo-Philipp Wich | 2010-10-09 |
| | | | | | | autogen.sh invocation to Build/Configure SVN-Revision: 23369 | ||
* | From: Joseph Roback <openwrt-devel@roback.cc> | Michael Büsch | 2010-09-07 |
| | | | | | | | | 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> SVN-Revision: 22965 | ||
* | iptables: partly revert r22582, fixes ip6tables extension packaging | Jo-Philipp Wich | 2010-08-17 |
| | | | | SVN-Revision: 22686 | ||
* | package/iptables: update to 1.4.9.1 and cleanup: * call autogen.sh in ↵ | Nicolas Thill | 2010-08-10 |
| | | | | | | Build/Prepare instead of Build/Compile * use PKG_INSTALL * re-enable static libs * add dep on libiptc & libxtables to ip6tables SVN-Revision: 22582 | ||
* | package/iptables: upgrade to iptables version 1.4.9 | Alexandros C. Couloumbis | 2010-08-04 |
| | | | | SVN-Revision: 22482 | ||
* | remove iptables libipq dependency, thanks jow | Florian Fainelli | 2010-07-31 |
| | | | | SVN-Revision: 22438 | ||
* | package libipq as a shared library | Florian Fainelli | 2010-07-31 |
| | | | | | | | | | | | 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> SVN-Revision: 22436 | ||
* | finalize r22241 fixes | Alexandros C. Couloumbis | 2010-07-17 |
| | | | | SVN-Revision: 22242 | ||
* | iptables: package hashlimit module (#6696) | Jo-Philipp Wich | 2010-07-16 |
| | | | | SVN-Revision: 22229 | ||
* | package/iptables: fix compile failure on gentoo build system (thanks nbd) | Alexandros C. Couloumbis | 2010-06-30 |
| | | | | SVN-Revision: 21996 | ||
* | remove obsolete kernel dependencies and version checks | Felix Fietkau | 2010-06-26 |
| | | | | SVN-Revision: 21956 | ||
* | package TPROXY target and module infrastructure | Jo-Philipp Wich | 2010-06-22 |
| | | | | SVN-Revision: 21883 | ||
* | iptables: - supress detection of libnfnetlink and force configure to not use ↵ | Jo-Philipp Wich | 2010-06-14 |
| | | | | | | it - fix staging install of libxtables, libiptc and libipq libraries SVN-Revision: 21799 | ||
* | package: update to iptables-1.4.8 | Alexandros C. Couloumbis | 2010-06-10 |
| | | | | SVN-Revision: 21752 | ||
* | revert r21522, updating to 1.4.8 requires libnfnetlink | Florian Fainelli | 2010-05-26 |
| | | | | SVN-Revision: 21571 | ||
* | update iptables md5sum | Florian Fainelli | 2010-05-22 |
| | | | | SVN-Revision: 21534 | ||
* | update iptables to 1.4.8 | Florian Fainelli | 2010-05-21 |
| | | | | SVN-Revision: 21522 | ||
* | fix iptables cflags to include architecture specific asm includes | Florian Fainelli | 2010-04-20 |
| | | | | SVN-Revision: 21045 | ||
* | package/iptables: update to 1.4.7 | Nicolas Thill | 2010-04-14 |
| | | | | SVN-Revision: 20862 | ||
* | this patch fixes iptables parallel build. | Travis Kemen | 2010-03-14 |
| | | | | | | -Raphael SVN-Revision: 20188 | ||
* | iptables: disable kernel module autoloading | Jo-Philipp Wich | 2010-02-28 |
| | | | | SVN-Revision: 19917 | ||
* | iptables: fix a segfault when iptables tries to use modprobe, force it to ↵ | Jo-Philipp Wich | 2010-02-24 |
| | | | | | | use insmod SVN-Revision: 19827 | ||
* | iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now | Jo-Philipp Wich | 2010-02-19 |
| | | | | SVN-Revision: 19722 | ||
* | iptables: install libip[46]tc into staging dir | Jo-Philipp Wich | 2010-01-24 |
| | | | | SVN-Revision: 19316 | ||
* | iptables: --enable-static and --enable-shared don't work well together, drop ↵ | Jo-Philipp Wich | 2010-01-24 |
| | | | | | | --enable-static SVN-Revision: 19304 | ||
* | iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin | Jo-Philipp Wich | 2010-01-23 |
| | | | | SVN-Revision: 19302 | ||
* | iptables: add an iptables-mod-ipset package (closes: #6327) | Nicolas Thill | 2009-12-18 |
| | | | | SVN-Revision: 18832 | ||
* | iptables: move to 'Network' in menuconfig | Felix Fietkau | 2009-12-09 |
| | | | | SVN-Revision: 18713 | ||
* | iptables: bump pkg revision | Jo-Philipp Wich | 2009-12-08 |
| | | | | SVN-Revision: 18707 |