Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | packages: clean up the package folder | John Crispin | 2013-06-21 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007 | ||
* | kernel: netfilter.mk: Explicitly set the order of autoloaded modules | Jo-Philipp Wich | 2013-05-02 |
| | | | | | | | | | | | | | In my machine, the file is created with arptable_filter before arp_tables. This can't happen because the former depends on the latter. So, instead of rely on wildcards (*.ko), set by hand the files to be loaded in the correct order. Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br> SVN-Revision: 36512 | ||
* | package/kernel: remove trailing whitespaces from *.mk files | Gabor Juhos | 2013-02-20 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35691 | ||
* | netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra) | Jo-Philipp Wich | 2013-01-14 |
| | | | | SVN-Revision: 35155 | ||
* | netfilter: ip_queue has been removed in 3.6 | Florian Fainelli | 2012-10-24 |
| | | | | SVN-Revision: 33905 | ||
* | kmod-ipt-nathelper-extra: fix missing nf_conntrack_broadcast.ko | Felix Fietkau | 2012-06-18 |
| | | | | | | | | | | | | | | 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 packaging | Jo-Philipp Wich | 2012-03-12 |
| | | | | SVN-Revision: 30897 | ||
* | remove current RTSP support | Jo-Philipp Wich | 2012-01-04 |
| | | | | SVN-Revision: 29643 | ||
* | package/kernel: prefix library modules with lib- | Nicolas Thill | 2011-10-28 |
| | | | | SVN-Revision: 28656 | ||
* | package u32 match and TEE target, patches by Maxim Uvarov | Jo-Philipp Wich | 2011-05-24 |
| | | | | SVN-Revision: 26977 | ||
* | package/kernel: netfilter: Remove 2.4/2.6 references | Vasilis Tsiligiannis | 2011-05-15 |
| | | | | | | | | | 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) usage | Vasilis Tsiligiannis | 2011-05-15 |
| | | | | | | | | | 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 fixes | Hauke Mehrtens | 2011-04-09 |
| | | | | | | | | * 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 debugging | Hauke Mehrtens | 2011-04-09 |
| | | | | | | | | | | 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-led | Florian Fainelli | 2011-04-03 |
| | | | | | | | | | | | 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 patches | Felix Fietkau | 2011-02-21 |
| | | | | SVN-Revision: 25641 | ||
* | generic: move iptables/netfilter kernel options from generic/config to ↵ | Alexandros C. Couloumbis | 2010-09-01 |
| | | | | | | package/kernel/modules/netfilter.mk SVN-Revision: 22867 | ||
* | finalize r22241 fixes | Alexandros C. Couloumbis | 2010-07-17 |
| | | | | SVN-Revision: 22242 | ||
* | package/kernel: update r22229 | Alexandros C. Couloumbis | 2010-07-17 |
| | | | | SVN-Revision: 22241 | ||
* | iptables: package hashlimit module (#6696) | Jo-Philipp Wich | 2010-07-16 |
| | | | | SVN-Revision: 22229 | ||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 |
| | | | | SVN-Revision: 22145 | ||
* | 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 | ||
* | kernel: ensure that IMQ is autoloaded after ip_queue, fixes disappearing ↵ | Jo-Philipp Wich | 2010-06-07 |
| | | | | | | traffic when using qos rules SVN-Revision: 21700 | ||
* | package/kernel: move AddDepends calls at the end of package definitions, ↵ | Nicolas Thill | 2010-04-29 |
| | | | | | | move back some dependencies in DEPENDS for clarity SVN-Revision: 21248 | ||
* | package/kernel: rename KernelPackage/*/Depends to AddDepends/* | Nicolas Thill | 2010-04-24 |
| | | | | SVN-Revision: 21124 | ||
* | netfilter: fix extension list in package descriptions (closes: #7045) | Nicolas Thill | 2010-04-04 |
| | | | | SVN-Revision: 20694 | ||
* | kernel: fix some documentation | Hauke Mehrtens | 2010-03-21 |
| | | | | SVN-Revision: 20362 | ||
* | update netfilter packages description, patch from Edgar Soldin | Florian Fainelli | 2010-03-20 |
| | | | | SVN-Revision: 20311 | ||
* | kernel: specify kmod packages dependencies in a uniform way | Nicolas Thill | 2010-01-22 |
| | | | | SVN-Revision: 19271 | ||
* | kernel: fix kmod-ipt-iprange (closes: #6187) | Nicolas Thill | 2009-12-18 |
| | | | | SVN-Revision: 18838 | ||
* | remove ipset support from core, it is now provided by xtables-addons from ↵ | Nicolas Thill | 2009-10-03 |
| | | | | | | the packages feed SVN-Revision: 17844 | ||
* | Update ipset to version 3.2 | Hauke Mehrtens | 2009-09-27 |
| | | | | SVN-Revision: 17764 | ||
* | kmod-ipt-nathelper-extra: Fix kmod-textsearch dependency (#5665) | Vasilis Tsiligiannis | 2009-08-11 |
| | | | | SVN-Revision: 17225 | ||
* | split ebtables packages and modules into ebtables ipv4/6 and watchers (#5001) | Florian Fainelli | 2009-07-25 |
| | | | | SVN-Revision: 16980 | ||
* | use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452) | Nicolas Thill | 2009-07-07 |
| | | | | SVN-Revision: 16726 | ||
* | fix kmod-ip6tables modules (#5274) | Florian Fainelli | 2009-07-05 |
| | | | | SVN-Revision: 16702 | ||
* | include arpfilter and arp_mangle in the kmod-arptables modules (#5410) | Florian Fainelli | 2009-06-28 |
| | | | | SVN-Revision: 16600 | ||
* | kernel: prepare kconfig for imq update | Jo-Philipp Wich | 2009-05-07 |
| | | | | SVN-Revision: 15652 | ||
* | kernel: fix dependencies for kmod-ipt-filter (required by qos-scripts) | Jo-Philipp Wich | 2009-05-02 |
| | | | | SVN-Revision: 15563 | ||
* | kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a ↵ | Jo-Philipp Wich | 2009-05-01 |
| | | | | | | textsearch implementation SVN-Revision: 15549 | ||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 |
| | | | | SVN-Revision: 15242 | ||
* | ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and DELUDE ↵ | Hauke Mehrtens | 2009-03-07 |
| | | | | | | references were removed in r14461 SVN-Revision: 14779 | ||
* | add textsearch, NF_CONNTRACK_AMANDA and NETFILTER_XT_MATCH_STRING need it. | Hauke Mehrtens | 2009-03-07 |
| | | | | SVN-Revision: 14778 | ||
* | fix IMQ on linux 2.6.27 and 2.6.28 | Felix Fietkau | 2009-02-21 |
| | | | | SVN-Revision: 14599 | ||
* | remove support for ipp2p - it's unmaintained, broken, overmatching and ↵ | Felix Fietkau | 2009-02-21 |
| | | | | | | undermatching => not that useful for QoS SVN-Revision: 14596 | ||
* | netfilter: remove CHAOS, TARPIT and DELUDE references | Gabor Juhos | 2009-02-09 |
| | | | | SVN-Revision: 14461 | ||
* | kernel: mark modules that won't build on 2.6.28 as broken | Nicolas Thill | 2009-02-02 |
| | | | | SVN-Revision: 14356 | ||
* | kernel: add modules for nfnetlink based packet logging & queuing and ↵ | Nicolas Thill | 2009-01-31 |
| | | | | | | conntracking SVN-Revision: 14308 | ||
* | unmask ip6tables on 2.6.27 and 2.6.28 | Travis Kemen | 2009-01-10 |
| | | | | SVN-Revision: 13965 |