summaryrefslogtreecommitdiffstats
path: root/include/netfilter.mk
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: workaround a userspace/kernel mismatch on Linux 2.6.35 and laterJo-Philipp Wich2010-10-181-1/+6
| | | | SVN-Revision: 23521
* finalize r22241 fixesAlexandros C. Couloumbis2010-07-171-3/+3
| | | | SVN-Revision: 22242
* package TPROXY target and module infrastructureJo-Philipp Wich2010-06-221-0/+7
| | | | SVN-Revision: 21883
* include/netfilter.mk fix typo on r21795Alexandros C. Couloumbis2010-06-141-2/+2
| | | | SVN-Revision: 21796
* include/netfilter.mk: add 2.6.35 kernel supportAlexandros C. Couloumbis2010-06-141-3/+10
| | | | SVN-Revision: 21795
* netfilter: extension fixes (partially closes: #7045) * add missing xt_owner ↵Nicolas Thill2010-04-041-1/+4
| | | | | | (2.6) * enable ipt_quota (2.4), disabled in [8499] is building fine with recent iptables * add missing ipt_nat_tftp (2.4) * add missing nf_nat_amanda (2.6) SVN-Revision: 20693
* include/netfilter.mk: move ebtables definitions at the endNicolas Thill2010-04-041-36/+37
| | | | SVN-Revision: 20690
* properly package xt_comment.ko (#6742)Jo-Philipp Wich2010-02-261-0/+2
| | | | SVN-Revision: 19861
* netfilter: add support for raw table and NOTRACK target (#5504)Jo-Philipp Wich2010-02-191-0/+1
| | | | SVN-Revision: 19721
* iptables: add comment match to the core packageJo-Philipp Wich2009-12-081-1/+1
| | | | SVN-Revision: 18706
* netfilter: remove IPset leftovers missed from [17844]Nicolas Thill2009-10-111-21/+0
| | | | SVN-Revision: 18032
* Update ipset to version 3.2Hauke Mehrtens2009-09-271-0/+3
| | | | SVN-Revision: 17764
* split ebtables packages and modules into ebtables ipv4/6 and watchers (#5001)Florian Fainelli2009-07-251-0/+40
| | | | SVN-Revision: 16980
* fix ip6tables installation against ip6t_HL which has been merged in xt_HL ↵Florian Fainelli2009-07-241-2/+0
| | | | | | since 2.6.29 (#5568) SVN-Revision: 16964
* netfilter: move iptable_raw, xt_NOTRACK from conntrack-extra to conntrackFelix Fietkau2009-05-141-2/+2
| | | | SVN-Revision: 15854
* ipt_TTL and ipt_ttl moved and were renamed in kernel 2.6.30Hauke Mehrtens2009-05-141-2/+8
| | | | SVN-Revision: 15851
* adept netfilter.mk to updated imqJo-Philipp Wich2009-05-071-0/+1
| | | | SVN-Revision: 15656
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* move iptable_raw to the conntrack-extra packageFelix Fietkau2009-04-091-1/+1
| | | | SVN-Revision: 15175
* accomodate netfilter module (xt_recent) name change in 2.6.28, add missing ↵Nicolas Thill2009-04-061-0/+1
| | | | | | kconfig when xt_recent is enabled SVN-Revision: 15123
* remove support for ipp2p - it's unmaintained, broken, overmatching and ↵Felix Fietkau2009-02-211-1/+0
| | | | | | undermatching => not that useful for QoS SVN-Revision: 14596
* netfilter: remove CHAOS, TARPIT and DELUDE referencesGabor Juhos2009-02-091-4/+0
| | | | SVN-Revision: 14461
* defrag needs to be loaded before conntrack_ipv4Imre Kaloz2008-12-101-1/+1
| | | | SVN-Revision: 13585
* fix conntrack on 2.6.28Imre Kaloz2008-12-101-0/+1
| | | | SVN-Revision: 13582
* make the whole iptables/netfiter modular (closes: #3871, #3527)Nicolas Thill2008-09-221-37/+65
| | | | SVN-Revision: 12649
* 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