summaryrefslogtreecommitdiffstats
path: root/include/netfilter.mk
Commit message (Collapse)AuthorAgeFilesLines
* Package ip6t_limit and ip6t_frag for 2.4 kernels (#3760)Florian Fainelli2008-08-111-0/+1
| | | | SVN-Revision: 12276
* cosmetic change: rename IPT_NAT_DEFAULT & IPT_NAT_EXTRA to IPT_NATHELPER & ↵Nicolas Thill2008-05-081-39/+41
| | | | | | IPT_NATHELPER_EXTRA respectively, to better match package names SVN-Revision: 11073
* kmod-ipt-iprange: fix build error on .25Gabor Juhos2008-04-301-0/+1
| | | | SVN-Revision: 10992
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesGabor Juhos2008-04-151-0/+4
| | | | SVN-Revision: 10843
* layer7 filtering module is now xt_layer7 (#3268)Florian Fainelli2008-03-271-0/+1
| | | | SVN-Revision: 10674
* netfilter/ipset cleanups * rename patches to follow our naming conventions * ↵Gabor Juhos2007-10-121-0/+1
| | | | | | 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-2/+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-0/+29
| | | | SVN-Revision: 8984
* add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵Nicolas Thill2007-09-221-3/+37
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955
* cosmetic cleanup before more deep changesNicolas Thill2007-09-201-51/+83
| | | | SVN-Revision: 8870
* fix typo again (do i need some sleep?)Nicolas Thill2007-09-171-1/+1
| | | | SVN-Revision: 8822
* oops, fix typoNicolas Thill2007-09-161-3/+3
| | | | SVN-Revision: 8816
* revert CONFIG_* symbols set m enforcement introduced in [8591], it can't ↵Nicolas Thill2007-09-161-3/+1
| | | | | | work when symbols from different kernel versions are mixed in KCONFIG SVN-Revision: 8798
* prevent include/netfilter.mk from being included multiple timesNicolas Thill2007-09-151-0/+5
| | | | SVN-Revision: 8781
* Package the statistics module for netfilterFlorian Fainelli2007-09-091-0/+1
| | | | SVN-Revision: 8716
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵Nicolas Thill2007-09-031-5/+8
| | | | | | to actually build a kmod package, tweak and fix kernel package definitions. SVN-Revision: 8591
* revert [8473] (see [8055])Nicolas Thill2007-08-271-1/+1
| | | | SVN-Revision: 8499
* fix netfilter quota moduleNicolas Thill2007-08-241-1/+2
| | | | SVN-Revision: 8479
* Fix the error on the quota extension (#2080)Florian Fainelli2007-08-231-1/+1
| | | | SVN-Revision: 8472
* Add back physdev (#2216)Florian Fainelli2007-08-231-1/+1
| | | | SVN-Revision: 8466
* do dynamic kernel config changes for netfilter as wellFelix Fietkau2007-07-231-111/+108
| | | | SVN-Revision: 8119
* reorder, xt_CHAOS depends on xt_DELUDEFelix Fietkau2007-07-201-1/+1
| | | | SVN-Revision: 8084
* Add ipt_random moduleFlorian Fainelli2007-07-171-0/+3
| | | | SVN-Revision: 8014
* reorganize netfilter modules, get rid of the iptables-mod-extra dependency ↵Felix Fietkau2007-07-111-12/+13
| | | | | | in qos-scripts SVN-Revision: 7912
* add nat module fix from #1772Felix Fietkau2007-06-251-0/+1
| | | | SVN-Revision: 7727
* fix a typoFelix Fietkau2007-06-121-1/+1
| | | | SVN-Revision: 7587
* package ipset for useTim Yardley2007-06-071-0/+13
| | | | SVN-Revision: 7517
* Add iprange (#1799)Florian Fainelli2007-06-021-0/+3
| | | | SVN-Revision: 7462
* fix typo introduced in last commitFelix Fietkau2007-05-311-1/+1
| | | | SVN-Revision: 7416
* fix typoMike Baker2007-05-311-3/+3
| | | | SVN-Revision: 7415
* fix typoFelix Fietkau2007-05-311-2/+2
| | | | SVN-Revision: 7414
* netfilter dscp target/match is now in xtablesFelix Fietkau2007-05-301-0/+2
| | | | SVN-Revision: 7407
* fix up tcpmss for the new kernel versionFelix Fietkau2007-05-261-0/+1
| | | | SVN-Revision: 7345
* Add raw and NOTRACK targets (#1583)Florian Fainelli2007-04-131-0/+2
| | | | SVN-Revision: 6945
* Add ipt_CLASSIFY target for 2.4 kernels (#1338)Florian Fainelli2007-02-281-0/+2
| | | | SVN-Revision: 6424
* fix multiport netfilter module installation (patch from #1280)Felix Fietkau2007-02-131-1/+1
| | | | SVN-Revision: 6295
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.Florian Fainelli2007-01-221-0/+3
| | | | SVN-Revision: 6182
* fix a typo in my netfilter commit - worked for iptables, didn't work for the ↵Felix Fietkau2007-01-221-2/+2
| | | | | | kernel modules SVN-Revision: 6176
* add missing config checks for the netfilter connmark target (fixes #1186)Felix Fietkau2007-01-221-0/+2
| | | | SVN-Revision: 6172
* reorganize nat helper packages, move ftp and irc nat to a package that is ↵Felix Fietkau2006-11-191-1/+7
| | | | | | enabled by default, for security reasons - see #917 for more information SVN-Revision: 5581
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+122