summaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: fix crashes when using shared IRQsFelix Fietkau2014-11-138-7/+125
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43239
* mac80211: fix kernel crash on netdev unregister on newer 3.14 kernelsFelix Fietkau2014-11-091-1/+3
| | | | | | | | Based on patch by Mark Milburn Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43224
* mac80211: update to wireless-testing 2014-11-04Felix Fietkau2014-11-0765-3205/+37
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43210
* mac80211: merge a few pending upstream fixesFelix Fietkau2014-11-0714-85/+365
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43208
* package/*: replace occurences of 'ln -sf' to '$(LN)'Nicolas Thill2014-11-062-5/+5
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43205
* netfilter: Enable compiling iptables match clusterFelix Fietkau2014-11-031-0/+48
| | | | | | | | | | | | | | | | | | This patch adds the userspace and kernelspace for - match NETFILTER_XT_MATCH_CLUSTER This match can be used to deploy gateway and back-end load-sharing clusters. - target IP_NF_TARGET_CLUSTERIP This module allows you to configure a simple cluster of nodes that share a certain IP and MAC address without an explicit load balancer in front of them. Connections are statically distributed between the nodes in this cluster. This is used i.e. by strongswan-ha. Signed-off-by: Christian Scheele <cs@embedd.com> SVN-Revision: 43174
* kernel/modules/vxlan: add +kmod-iptunnel as dependencyJohn Crispin2014-11-031-0/+1
| | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 43154
* kernel: add some missing config optionsHauke Mehrtens2014-10-311-1/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43136
* packages: kernel: negate kernel version checksHauke Mehrtens2014-10-314-5/+5
| | | | | | | | | | Only list the kernel versions that do not match so that new kernel versions will automatically match. This improves support for kernel 3.18. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43132
* mac80211: remove unused patchHauke Mehrtens2014-10-311-40/+0
| | | | | | | | | This patch added stuff that is already there and if it would be needed this would result in a compile error. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43131
* kernel/modules: add native vxlan packageJohn Crispin2014-10-311-0/+14
| | | | | | | | | | | | | | | | | | | More recent kernel versions (>= 3.12) support native VXLAN support. The Open VSwitch kernel module tries to build using native VXLAN support if it detects a kernel version >=3.12. The build works fine, but during startup the OVS kernel module does not load. dmesg output is something like this: [ 1201.262842] openvswitch: Unknown symbol vxlan_sock_release [ 1201.262949] openvswitch: Unknown symbol vxlan_xmit_skb [ 1201.263161] openvswitch: Unknown symbol vxlan_sock_add Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 43126
* lantiq: vr9-vdsl-fw: properly write firmware to flashJohn Crispin2014-10-311-1/+1
| | | | | | | | | | Using a redirect to a non-empty mtd partition will not erase the blocks prior to writing to them resulting in broken dsl_fw. Fix this by piping to mtd write - /dev/mtdX instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43125
* Add support for DHT11 driverJohn Crispin2014-10-291-0/+20
| | | | | | | | | | | The DHT11 is a temperature and humidity sensor supported by linux since 3.14. This patch is tested on recent mxs with kernel 3.14.18. Signed-off-by: Harald Geyer <harald@ccbib.org> SVN-Revision: 43103
* mac80211: fix key flush handling in AP+STAFelix Fietkau2014-10-273-2/+37
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43079
* broadcom-wl: align with mac80211 configJo-Philipp Wich2014-10-252-6/+15
| | | | | | | | | - Support HT40 instead of HT40+/HT40- like mac80211 - Enable 11n if htmode is HT20 or HT40 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43063
* ath9k: add a few calibration related fixesFelix Fietkau2014-10-253-10/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43058
* rtlwifi: unbreak usb driversFelix Fietkau2014-10-243-0/+174
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43052
* broadcom_wl: eliminate compiler error with gcc-4.9-linaroFelix Fietkau2014-10-241-0/+21
| | | | | | | | | | | | | | | | | | | | | Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x toolchain produces the following errors: <...>/wl_linux.c: In function 'wl_dump_ver': <...>/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time] __DATE__, __TIME__, EPI_VERSION_STR); ^ <...>/wl_linux.c:2302:13: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time] __DATE__, __TIME__, EPI_VERSION_STR); ^ cc1: some warnings being treated as errors Remove the use of the __DATE__ and __TIME__ macros, as the info is not really useful. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 43046
* linux: add kmod-i2c-piix4Jo-Philipp Wich2014-10-241-0/+22
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43040
* ath: process regulatory notifiers with CONFIG_ATH_USER_REGD setFelix Fietkau2014-10-231-3/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43034
* ath10k: fix survey output channel in-use flagFelix Fietkau2014-10-231-0/+19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43033
* ath9k: fix tx power reportingFelix Fietkau2014-10-2211-70/+205
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43032
* ath9k: merge ar9580/ar955x initval updatesFelix Fietkau2014-10-222-0/+199
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43029
* ath9k: merge a regulatory handling fixFelix Fietkau2014-10-224-3/+59
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43028
* linux: add kmod-hwmon-k10tempJo-Philipp Wich2014-10-221-0/+16
| | | | | | | | | This module is required to read the CPU core temperature sensors on the Alix APU board. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43027
* kernel: use .ONESHELL to speed up processing of many kmod-* packagesFelix Fietkau2014-10-221-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43024
* kernel: use /bin/sh instead of bash to speed up processing of many kmod-* ↵Felix Fietkau2014-10-221-0/+2
| | | | | | | | packages Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43022
* ath9k: merge a fix for queue start/stop handling (fixes #18164, #18130)Felix Fietkau2014-10-215-5/+150
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43011
* mac80211: add a maintenance script for upstream backport commitsFelix Fietkau2014-10-181-0/+109
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42953
* mac80211: update to 2014-10-08Felix Fietkau2014-10-1859-1456/+2266
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42952
* scripts: fix wrong usage of '==' operatorJohn Crispin2014-10-141-1/+1
| | | | | | | | | | | | | | [base-files] shell-scripting: fix wrong usage of '==' operator normally the '==' is used for invoking a regex parser and is a bashism. all of the fixes just want to compare a string. the used busybox-ash will silently "ignore" this mistake, but make it portable/clean at least. this patch does not change the behavior/logic of the scripts. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42911
* mac80211: remove NO-IR from channel 36-48Felix Fietkau2014-10-121-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42882
* mac80211: remove error from detect scriptFelix Fietkau2014-10-091-4/+11
| | | | | | Signed-off-by: Michel Stam <m.stam@fugro.nl> SVN-Revision: 42861
* mac80211: add a few upstream ath9k / mac80211 fixesFelix Fietkau2014-10-081-0/+428
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42849
* kernel: add rtc-ds1307 module supportJohn Crispin2014-10-061-0/+18
| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 42791
* kernel: add ledtrig-transient module supportJohn Crispin2014-10-061-0/+15
| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 42790
* lantiq: remove the useless ltqtapi.mk include fileFelix Fietkau2014-10-052-4/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42778
* ath10k: update firmware to the latest versionFelix Fietkau2014-10-051-5/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42768
* mac80211_hwsim: select 802.11n support for hostapdFelix Fietkau2014-10-051-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42766
* brcm-wl: use new brcm63xx fallback spromJonas Gorski2014-10-021-15/+9
| | | | | | | | | This fixes brcm63xx fallback sprom extraction. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42725
* ath9k: add a fix for dynackFelix Fietkau2014-09-305-6/+181
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42703
* ath9k: add back missing fixes from the last versionFelix Fietkau2014-09-297-15/+193
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42701
* ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)Felix Fietkau2014-09-275-4/+98
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42686
* mac80211: update to wireless-testing 2014-09-26Felix Fietkau2014-09-2789-9196/+640
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42683
* brcm2708-gpu-fw: update to Sep. 27 2014 snapshotFlorian Fainelli2014-09-271-2/+2
| | | | | | | | | Update the brcm2708-gpu-fw package to commit e25efc4545d0cef7c49c82e770b3e4ccfc8aba4c Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42676
* modules: fix typo in package description defineZoltan Herpai2014-09-212-9/+9
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42633
* packages: enable AP mode on r8188euZoltan Herpai2014-09-211-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42627
* netfilter: some more dependency hell fixesSteven Barth2014-09-171-0/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42602
* netfilter: fix dependencies of kmod-ipt-nat6Steven Barth2014-09-171-3/+1
| | | | SVN-Revision: 42601
* netfilter: add missing symbol to disable nft_queueNicolas Thill2014-09-171-0/+1
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 42600