summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/netfilter.mk
Commit message (Collapse)AuthorAgeFilesLines
* kmod-ipt-nathelper-extra: fix missing nf_conntrack_broadcast.koFelix Fietkau2012-06-181-0/+1
| | | | | | | | | | | | | | kmod-ipt-nathelper-extra is missing the package nf_conntrack_broadcast.ko if it is not included into the kmod-ipt-nathelper-extra packge the modules nf_conntrack_snmp and nf_nat_snmp_basic cant get loaded: [ 44.500000] nf_conntrack_snmp: Unknown symbol nf_conntrack_broadcast_help (err 0) [ 44.664000] nf_nat_snmp_basic: Unknown symbol nf_nat_snmp_hook (err 0) Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 32434
* fix ipt_ttl and ipt_TTL userspace library packagingJo-Philipp Wich2012-03-121-0/+1
| | | | SVN-Revision: 30897
* remove current RTSP supportJo-Philipp Wich2012-01-041-1/+0
| | | | SVN-Revision: 29643
* package/kernel: prefix library modules with lib-Nicolas Thill2011-10-281-2/+2
| | | | SVN-Revision: 28656
* package u32 match and TEE target, patches by Maxim UvarovJo-Philipp Wich2011-05-241-0/+35
| | | | SVN-Revision: 26977
* package/kernel: netfilter: Remove 2.4/2.6 referencesVasilis Tsiligiannis2011-05-151-12/+8
| | | | | | | | | There's only 2.6, so it doesn't make sense to mention modules that are 2.4 only or for modules that they are available only for 2.6. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26902
* package/kernel: Remove $(KMOD_SUFFIX) usageVasilis Tsiligiannis2011-05-151-1/+1
| | | | | | | | | Since there's only 2.6 in trunk $(KMOD_SUFFIX) can be safely replaced with ko for all mainline kernel modules. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26900
* kernel: add symbols, small fixesHauke Mehrtens2011-04-091-1/+2
| | | | | | | | * Some module should be loaded later to load them after the modules they are depending on * add some more missing config symbols * make CS5535 build again SVN-Revision: 26570
* iipt-debug: create bundle of netfilter modules for debuggingHauke Mehrtens2011-04-091-0/+18
| | | | | | | | | | Add a bundle for including commonly useful modules for IPtables debugging and development. For now, it just contains xt_TRACE.ko Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26567
* add kmod-ipt-ledFlorian Fainelli2011-04-031-0/+14
| | | | | | | | | | | Netfilter LED target triggers blinkenlichten when a network packet hits a rule. LED target requires iptables 1.4.9 or higher Signed-off-by: Łukasz Stelmach <stlman@poczta.fm> SVN-Revision: 26451
* kernel: remove imq support, refresh patchesFelix Fietkau2011-02-211-24/+0
| | | | SVN-Revision: 25641
* generic: move iptables/netfilter kernel options from generic/config to ↵Alexandros C. Couloumbis2010-09-011-1/+4
| | | | | | package/kernel/modules/netfilter.mk SVN-Revision: 22867
* finalize r22241 fixesAlexandros C. Couloumbis2010-07-171-2/+3
| | | | SVN-Revision: 22242
* package/kernel: update r22229Alexandros C. Couloumbis2010-07-171-1/+1
| | | | SVN-Revision: 22241
* iptables: package hashlimit module (#6696)Jo-Philipp Wich2010-07-161-0/+14
| | | | SVN-Revision: 22229
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-29/+29
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-6/+4
| | | | SVN-Revision: 21956
* package TPROXY target and module infrastructureJo-Philipp Wich2010-06-221-0/+21
| | | | SVN-Revision: 21883
* kernel: ensure that IMQ is autoloaded after ip_queue, fixes disappearing ↵Jo-Philipp Wich2010-06-071-1/+1
| | | | | | traffic when using qos rules SVN-Revision: 21700
* package/kernel: move AddDepends calls at the end of package definitions, ↵Nicolas Thill2010-04-291-23/+23
| | | | | | move back some dependencies in DEPENDS for clarity SVN-Revision: 21248
* package/kernel: rename KernelPackage/*/Depends to AddDepends/*Nicolas Thill2010-04-241-24/+24
| | | | SVN-Revision: 21124
* netfilter: fix extension list in package descriptions (closes: #7045)Nicolas Thill2010-04-041-93/+44
| | | | SVN-Revision: 20694
* kernel: fix some documentationHauke Mehrtens2010-03-211-20/+72
| | | | SVN-Revision: 20362
* update netfilter packages description, patch from Edgar SoldinFlorian Fainelli2010-03-201-3/+5
| | | | SVN-Revision: 20311
* kernel: specify kmod packages dependencies in a uniform wayNicolas Thill2010-01-221-40/+43
| | | | SVN-Revision: 19271
* kernel: fix kmod-ipt-iprange (closes: #6187)Nicolas Thill2009-12-181-0/+1
| | | | SVN-Revision: 18838
* remove ipset support from core, it is now provided by xtables-addons from ↵Nicolas Thill2009-10-031-31/+0
| | | | | | the packages feed SVN-Revision: 17844
* Update ipset to version 3.2Hauke Mehrtens2009-09-271-0/+3
| | | | SVN-Revision: 17764
* kmod-ipt-nathelper-extra: Fix kmod-textsearch dependency (#5665)Vasilis Tsiligiannis2009-08-111-1/+1
| | | | SVN-Revision: 17225
* split ebtables packages and modules into ebtables ipv4/6 and watchers (#5001)Florian Fainelli2009-07-251-4/+53
| | | | SVN-Revision: 16980
* use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452)Nicolas Thill2009-07-071-2/+2
| | | | SVN-Revision: 16726
* fix kmod-ip6tables modules (#5274)Florian Fainelli2009-07-051-1/+1
| | | | SVN-Revision: 16702
* include arpfilter and arp_mangle in the kmod-arptables modules (#5410)Florian Fainelli2009-06-281-1/+3
| | | | SVN-Revision: 16600
* kernel: prepare kconfig for imq updateJo-Philipp Wich2009-05-071-1/+1
| | | | SVN-Revision: 15652
* kernel: fix dependencies for kmod-ipt-filter (required by qos-scripts)Jo-Philipp Wich2009-05-021-1/+2
| | | | SVN-Revision: 15563
* kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a ↵Jo-Philipp Wich2009-05-011-1/+1
| | | | | | textsearch implementation SVN-Revision: 15549
* 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
* ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and DELUDE ↵Hauke Mehrtens2009-03-071-2/+1
| | | | | | references were removed in r14461 SVN-Revision: 14779
* add textsearch, NF_CONNTRACK_AMANDA and NETFILTER_XT_MATCH_STRING need it.Hauke Mehrtens2009-03-071-2/+2
| | | | SVN-Revision: 14778
* fix IMQ on linux 2.6.27 and 2.6.28Felix Fietkau2009-02-211-1/+1
| | | | SVN-Revision: 14599
* remove support for ipp2p - it's unmaintained, broken, overmatching and ↵Felix Fietkau2009-02-211-1/+1
| | | | | | undermatching => not that useful for QoS SVN-Revision: 14596
* netfilter: remove CHAOS, TARPIT and DELUDE referencesGabor Juhos2009-02-091-3/+0
| | | | SVN-Revision: 14461
* kernel: mark modules that won't build on 2.6.28 as brokenNicolas Thill2009-02-021-1/+2
| | | | SVN-Revision: 14356
* kernel: add modules for nfnetlink based packet logging & queuing and ↵Nicolas Thill2009-01-311-0/+65
| | | | | | conntracking SVN-Revision: 14308
* 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