summaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Reorganize netfilter kernel modules and package nftables kernel supportSteven Barth2014-09-171-21/+145
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42596
* modules: allow building rtl8188eu on 3.14Zoltan Herpai2014-09-171-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42588
* lantiq: revert vr9 driver update as it causes problemsJohn Crispin2014-09-153-7/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42556
* kernel: make hwmon-lm75 only depend on kmod-thermal if neededHauke Mehrtens2014-09-141-1/+1
| | | | | | | | This fixes commit r42529 and closes #17855. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42531
* ath9k_htc: fix decryption errorsFelix Fietkau2014-09-141-0/+29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42530
* kernel: make kmod-hwmon-lm75 depend on kmod-thermalHauke Mehrtens2014-09-131-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42529
* package: other.mk: update configuration for ad799xHauke Mehrtens2014-09-131-1/+5
| | | | | | | | | The ad799x driver moved out of staging since kernel 3.16, so update filepath, config elements and description. Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> SVN-Revision: 42524
* lantiq: update to a newer versions of the vr9 driversJohn Crispin2014-09-113-7/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42478
* ltq-deu: fix compile for 3.14John Crispin2014-09-111-0/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42477
* ath9k: fix pll clock initialization on newer soc devices (fixes #14916)Felix Fietkau2014-09-099-14/+139
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42453
* ath9k: add some ani related stability / performance fixesFelix Fietkau2014-09-082-2/+59
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42443
* mac80211: enable DFS support for ath9k/10k by defaultJonas Gorski2014-09-071-2/+2
| | | | | | | | | The DFS pattern detector now supports all three regions; ETSI, FCC and JP, so there is no reason to not have it enabled anymore. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42431
* at91: add CONFIG_USB_OHCI_HCD_AT91 to usb-ohciFlorian Fainelli2014-09-031-0/+1
| | | | | | | | | The at91 OHCI driver has a separate Kconfig symbol with newer kernels, include it. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42411
* mac80211: rt2x00: fix of ht20/ht40 switching fixJohn Crispin2014-09-011-1/+1
| | | | | | | | r42348 uses a wrong register Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru> SVN-Revision: 42349
* mac80211: rt2x00 correctly set ht20/ht40 filterJohn Crispin2014-09-011-0/+33
| | | | | | | | Simple patch to correct ht20/ht40 switching. Tested with rt3290/rt3352/rt5350 Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru> SVN-Revision: 42348
* mac80211: fix crash when unloading drivers (#17706)Felix Fietkau2014-08-291-0/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42329
* kernel: revert [40784]Nicolas Thill2014-08-271-1/+1
| | | | SVN-Revision: 42307
* kernel: add package for huawei ncm modemsJohn Crispin2014-08-261-0/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42304
* kernel: add ohci-platform.ko for 3.11+John Crispin2014-08-251-1/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42288
* mac80211/rt2x00: allow disabling bands through dtsJohn Crispin2014-08-251-0/+27
| | | | | | | | | | | | | Add dts property ralink,2ghz and ralink,5ghz e.g. disable 2ghz band: wmac@10180000 { status = "okay"; ralink,2ghz = <0>; } Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 42281
* imx6: kernel: add GW16083 Ethernet Expansion Mezzanine supportLuka Perkov2014-08-111-0/+18
| | | | | | | | | | | | | | | | The GW16083 Ethernet Expansion Mezzanine adds the following to supported Gateworks baseboards: * 7-port Ethernet Switch * 4x RJ45 ports (ENET1-4) supporing 802.11af/at PoE (with optional PoE module) * 2x RJ45 ports or SFP module (ENET5-6) (auto-selected) This series adds support for a phy driver that adds support for ENET5/ENET6 PHY adding initialization for those PHY's and a polling mechanism that detects SFP insertion and configuration. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42147
* mac80211: fix warning with kernel 3.14Hauke Mehrtens2014-08-111-0/+27
| | | | | | | | This fixes a redefinition of net_get_random_once() warning. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42141
* broadcom-wl: add default tx and rx antennasHauke Mehrtens2014-08-081-1/+2
| | | | | | | | This adds default tx and rx antennas, so that LuCI shows automatic as the default radio option for the antennas. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 42085
* broadcom-wl: add support for a8xx broadcom devicesHauke Mehrtens2014-08-081-0/+12
| | | | | | | | Tested on Comtrend VR-3025u (brcm6368 + a8d6-43222). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 42084
* iptables: NFLOG and NFQUEUE targets' full supportSteven Barth2014-08-071-10/+48
| | | | | | | | | | | | | | | | NFLOG and NFQUEUE targets' full support for iptables. Includes all needed kernel modules (Xtables's and Netlink's) and userspace libraries. All added kernel modules can be individually disabled, all other new libraries get their own individual packages. Reported-by: Fabian Hugelshofer <hugelshofer2006@gmx.ch> Reported-by: Rainer Poisel <rainer.poisel@fhstp.ac.at> Reported-by: Derek LaHousse <dlahouss@mtu.edu> Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com> SVN-Revision: 42022
* mac80211: refresh patchFelix Fietkau2014-08-021-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41953
* ath9k: disable periodic entropy gathering (keep initial) to fix some ↵Felix Fietkau2014-08-021-14/+0
| | | | | | | | stability issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41952
* mac80211: b43: include ucode30 by defaultJonas Gorski2014-08-011-2/+2
| | | | | | | | | | | | Fixes b43-phy0 ERROR: Firmware file "b43-open/ucode30_mimo.fw" not found for BCM43217 devices. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41943