summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/netfilter.mk
Commit message (Collapse)AuthorAgeFilesLines
* unmask ip6tables on 2.6.27 and 2.6.28Travis Kemen2009-01-101-2/+1
| | | | SVN-Revision: 13965
* disable IMQ on 2.6.28 as well -- people should use IFB..Imre Kaloz2008-12-121-2/+2
| | | | SVN-Revision: 13612
* netfilter/iptables: disable IMQ on 2.6.27Gabor Juhos2008-10-151-2/+3
| | | | SVN-Revision: 12984
* fix IMQ autoloadingNicolas Thill2008-09-271-1/+1
| | | | SVN-Revision: 12722
* load {arp,eb,ip6}tables kernel modules last after other conntrack modules ↵Nicolas Thill2008-09-241-3/+3
| | | | | | (closes: #4032) SVN-Revision: 12685
* make the whole iptables/netfiter modular (closes: #3871, #3527)Nicolas Thill2008-09-221-30/+104
| | | | SVN-Revision: 12649
* fix kmod-ipt-imq module generation (closes: #3896)Nicolas Thill2008-08-211-3/+12
| | | | SVN-Revision: 12361
* fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674John Crispin2008-07-301-2/+2
| | | | SVN-Revision: 12002
* netfilter/iptables: enable IMQ on 2.6.25Gabor Juhos2008-06-021-3/+1
| | | | SVN-Revision: 11335
* disable ip6tables as well on 2.6.25 until we have working IMQ supportNicolas Thill2008-05-111-1/+2
| | | | SVN-Revision: 11117
* fix typos in [11073]Nicolas Thill2008-05-091-2/+2
| | | | SVN-Revision: 11094
* cosmetic change: rename IPT_NAT_DEFAULT & IPT_NAT_EXTRA to IPT_NATHELPER & ↵Nicolas Thill2008-05-081-6/+6
| | | | | | IPT_NATHELPER_EXTRA respectively, to better match package names SVN-Revision: 11073
* package/kernel fixes: - remove dup netfilter.mk includes - always define ↵Nicolas Thill2008-05-081-1/+2
| | | | | | NF_KMOD so that proper KCONFIG entries are emitted for netfilter modules at DUMP time SVN-Revision: 11072
* IMQ is not yet available on 2.6.25Gabor Juhos2008-05-021-0/+1
| | | | SVN-Revision: 11007
* kmod-ipt-iprange: fix build error on .25Gabor Juhos2008-04-301-1/+1
| | | | SVN-Revision: 10992
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesGabor Juhos2008-04-151-65/+66
| | | | SVN-Revision: 10843
* revert r9801 - fixes #2921Felix Fietkau2008-01-061-0/+1
| | | | SVN-Revision: 10132
* Put back kmod-ebtables for 2.4 kernelsFlorian Fainelli2007-12-191-1/+0
| | | | SVN-Revision: 9801
* netfilter/ipset cleanups * rename patches to follow our naming conventions * ↵Gabor Juhos2007-10-121-0/+12
| | | | | | update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description SVN-Revision: 9269
* add TARPIT support to netfilter/iptables * netfilter: add the xt_TARPIT ↵Gabor Juhos2007-10-071-0/+3
| | | | | | 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] SVN-Revision: 9178
* add ipv6 conntrack support (closes: #2192)Nicolas Thill2007-09-231-2/+2
| | | | SVN-Revision: 8984
* cosmetic changes: rename submenu vars, add missing copyright headersNicolas Thill2007-09-161-17/+17
| | | | SVN-Revision: 8808
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-94/+116
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* cosmetic fixes: rearrange KernelPackage definitionsNicolas Thill2007-08-281-16/+43
| | | | SVN-Revision: 8520
* do dynamic kernel config changes for netfilter as wellFelix Fietkau2007-07-231-0/+12
| | | | SVN-Revision: 8119
* more dependency fixesFelix Fietkau2007-07-231-0/+1
| | | | SVN-Revision: 8115
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-181-4/+4
| | | | | | build system config SVN-Revision: 8026
* package ipset for useTim Yardley2007-06-071-0/+11
| | | | SVN-Revision: 7517
* Add iprange (#1799)Florian Fainelli2007-06-021-0/+13
| | | | SVN-Revision: 7462
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-181-18/+18
| | | | | | kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them SVN-Revision: 6998
* Add raw and NOTRACK targets (#1583)Florian Fainelli2007-04-131-1/+3
| | | | SVN-Revision: 6945
* Add ipt_CLASSIFY target for 2.4 kernels (#1338)Florian Fainelli2007-02-281-0/+1
| | | | SVN-Revision: 6424
* Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵Felix Fietkau2007-01-201-1/+0
| | | | | | new target profile SVN-Revision: 6142
* Fix module loading order (#1048)Florian Fainelli2006-12-131-2/+2
| | | | SVN-Revision: 5777
* Fix autoloading for netfilter modules (#939)Florian Fainelli2006-11-191-2/+14
| | | | SVN-Revision: 5585
* fix typoFelix Fietkau2006-11-191-1/+1
| | | | SVN-Revision: 5582
* reorganize nat helper packages, move ftp and irc nat to a package that is ↵Felix Fietkau2006-11-191-2/+18
| | | | | | enabled by default, for security reasons - see #917 for more information SVN-Revision: 5581
* split modules.mkFelix Fietkau2006-10-171-0/+185
SVN-Revision: 5183